Searched refs:a_ioflag (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/fifofs/
H A Dfifo_vnops.c313 rflags = (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0;
363 (struct mbuf *)0, (ap->a_ioflag & IO_NDELAY) ? MSG_NBIO : 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h424 int a_ioflag; member in struct:vnop_read_args
448 int a_ioflag; member in struct:vnop_write_args
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c434 (vp->v_rdev, uio, ap->a_ioflag);
529 (vp->v_rdev, uio, ap->a_ioflag);
539 io_sync = (ap->a_ioflag & IO_SYNC);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c108 int a_ioflag;
180 if ((retval = cp_handle_vnop (vp, CP_READ_ACCESS, ap->a_ioflag)) != 0) {
192 if (ap->a_ioflag & IO_SYSCALL_DISPATCH) {
215 retval = cluster_read(vp, uio, filesize, ap->a_ioflag | (io_throttle));
285 int ioflag = ap->a_ioflag;
H A Dhfs_hotfiles.c1937 args.a_ioflag = 0;
/darwin-on-arm/xnu/bsd/vfs/
H A Dkpi_vfs.c3651 int a_ioflag;
3672 a.a_ioflag = ioflag;
3713 int a_ioflag;
3734 a.a_ioflag = ioflag;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs4_vnops.c6021 int a_ioflag;
6098 return (nfs_bioread(VTONFS(ap->a_vp), ap->a_uio, ap->a_ioflag, ap->a_context));
7851 vwa.a_ioflag = 0;
H A Dnfs_vnops.c2496 int a_ioflag;
2504 int ioflag = ap->a_ioflag;
6371 int a_ioflag;
6401 int a_ioflag;
6479 int a_ioflag;
6509 int a_ioflag;

Completed in 114 milliseconds