Searched defs:ujob (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/kern/ |
H A D | vfs_aio.c | 1403 aiocb_copyin_old_sigevent(struct aiocb *ujob, struct kaiocb *kjob, in aiocb_copyin_old_sigevent() 1421 aiocb_copyin(struct aiocb *ujob, struct kaiocb *kjob, int type) in aiocb_copyin() 1441 aiocb_fetch_status(struct aiocb *ujob) in aiocb_fetch_status() 1448 aiocb_fetch_error(struct aiocb *ujob) in aiocb_fetch_error() 1455 aiocb_store_status(struct aiocb *ujob, long status) in aiocb_store_status() 1462 aiocb_store_error(struct aiocb *ujob, long error) in aiocb_store_error() 1469 aiocb_store_aiocb(struct aiocb **ujobp, struct aiocb *ujob) in aiocb_store_aiocb() 1500 aio_aqueue(struct thread *td, struct aiocb *ujob, struct aioliojob *lj, in aio_aqueue() 1907 kern_aio_return(struct thread *td, struct aiocb *ujob, struct aiocb_ops *ops) in kern_aio_return() 2131 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
|