Searched defs:ujob (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_aio.c | 1385 aiocb_copyin_old_sigevent(struct aiocb *ujob, struct kaiocb *kjob, in aiocb_copyin_old_sigevent() 1403 aiocb_copyin(struct aiocb *ujob, struct kaiocb *kjob, int type) in aiocb_copyin() 1423 aiocb_fetch_status(struct aiocb *ujob) in aiocb_fetch_status() 1430 aiocb_fetch_error(struct aiocb *ujob) in aiocb_fetch_error() 1437 aiocb_store_status(struct aiocb *ujob, long status) in aiocb_store_status() 1444 aiocb_store_error(struct aiocb *ujob, long error) in aiocb_store_error() 1451 aiocb_store_aiocb(struct aiocb **ujobp, struct aiocb *ujob) in aiocb_store_aiocb() 1482 aio_aqueue(struct thread *td, struct aiocb *ujob, struct aioliojob *lj, in aio_aqueue() 1884 kern_aio_return(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops) in kern_aio_return() 2094 kern_aio_error(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops) in kern_aio_error() [all …]
|
/freebsd/sys/sys/ |
H A D | aio.h | 150 struct aiocb *ujob; /* (*) pointer in userspace of aiocb */ member
|