|
|
|
iodone(9r)
NAME
iodone - General: Indicates that I/O is completeSYNOPSIS
void iodone( struct buf *bp );ARGUMENTS
bp Specifies a pointer to a buf structure.DESCRIPTION
The iodone interface indicates that I/O is complete and reschedules the process that initiated the I/O.RETURN VALUES
NoneSEE ALSO
Kernel Interfaces: biodone(9r) Data Structures: buf(9s)
|
|
|