Lines Matching full:shall
25 * The aio_cancel() function shall attempt to cancel one or more asynchronous I/O
29 * I/O requests against fildes shall be canceled.
31 * Normal asynchronous notification shall occur for asynchronous I/O operations
33 * then the normal asynchronous completion process shall take place for those
37 * status shall be set to [ECANCELED] and the return status shall be -1. For
38 * requested operations that are not successfully canceled, the aiocbp shall not
64 * The aio_error() function shall return the error status associated with the
80 * The aio_fsync() function shall asynchronously perform a file synchronization
84 * call to aio_fsync(). The function call shall return when the synchronization
88 * option: If op is O_DSYNC, all currently queued I/O operations shall be completed
92 * option: If op is O_SYNC, all currently queued I/O operations shall be completed
108 * the error status shall be reset to reflect the success or failure of the operation.
110 * operation shall be set to indicate the error. The aio_sigevent member determines
180 * The aio_read() function shall read aiocbp->aio_nbytes from the file associated
182 * function call shall return when the read request has been initiated or queued
186 * shall be submitted at a priority equal to a base scheduling priority minus
195 * encountered during queuing, the function call shall return without having
205 * The aiocbp->aio_lio_opcode field shall be ignored by aio_read().
215 * the behavior of this function shall be according to the definitions of synchronized
222 * For regular files, no data transfer shall occur past the offset maximum
245 * The aio_return() function shall return the return status associated with the
271 * The aio_suspend() function shall suspend the calling thread until at least
277 * at the time of the call, the function shall return without suspending the
288 * aio_suspend() shall return with an error.
326 * The aio_write() function shall write aiocbp->aio_nbytes to the file associated
328 * function shall return when the write request has been initiated or, at a minimum,
340 * operation shall take place at the absolute position in the file as given by
352 * The aiocbp->aio_lio_opcode field shall be ignored by aio_write().
358 * the behavior of this function shall be according to the definitions of synchronized
361 * For regular files, no data transfer shall occur past the offset maximum established
388 * The lio_listio() function shall initiate a list of I/O requests with a single
394 * mode argument is LIO_WAIT, the function shall wait until all I/O is complete
395 * and the sig argument shall be ignored.
397 * If the mode argument is LIO_NOWAIT, the function shall return immediately, and
398 * asynchronous notification shall occur, according to the sig argument, when all
400 * shall occur. If sig is not NULL, asynchronous notification occurs as specified
406 * nent elements. The array may contain NULL elements, which shall be ignored.
444 * For regular files, no data transfer shall occur past the offset maximum established