Home
last modified time | relevance | path

Searched refs:a_ioflag (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/fifofs/
H A Dfifo_vnops.c332 rflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0; in fifo_read()
388 (struct mbuf *)0, (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0); in fifo_write()
/xnu-12377.41.6/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c222 rvalue = cluster_read(vp, ap->a_uio, fsnode->size, ap->a_ioflag); in mockfs_read()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h457 int a_ioflag; member
482 int a_ioflag; member
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c631 error = VNOP_READ(lvp, ap->a_uio, ap->a_ioflag, ap->a_context); in bindfs_read()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c584 (vp->v_rdev, uio, ap->a_ioflag); in spec_read()
726 (vp->v_rdev, uio, ap->a_ioflag); in spec_write()
752 io_sync = (ap->a_ioflag & IO_SYNC); in spec_write()
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c3951 int a_ioflag;
3971 a.a_ioflag = ioflag; in VNOP_READ()
3992 int a_ioflag;
4012 a.a_ioflag = ioflag; in VNOP_WRITE()
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c1143 error = VNOP_READ(lvp, ap->a_uio, ap->a_ioflag, ectx); in nullfs_read()