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

/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dfopen.c115 int ioflags; local
118 ioflags = sm_flags(flags);
120 if (ioflags == 0)
135 fp = sm_fp(type, ioflags, NULL);
229 int ioflags, ret; local
233 if ((ioflags = sm_flags(flags)) == 0)
287 fp2 = sm_fp(type, ioflags, fp);
H A Dsmstdio.c331 int ioflags; local
353 ioflags = SMRW;
355 ioflags = SMRD;
357 ioflags = SMWR;
359 fp = sm_fp(SmFtRealStdio, ioflags, NULL);
H A Dstdio.c482 int ioflags; local
498 ioflags = SMRD;
501 ioflags = SMWR;
504 ioflags = SMRW;
510 fp = sm_fp(SmFtStdio, ioflags, NULL);
/freebsd-10.0-release/sys/vm/
H A Dvnode_pager.c1088 int ioflags; local
1163 ioflags = IO_VMIO;
1165 ioflags |= IO_SYNC;
1167 ioflags |= IO_ASYNC;
1168 ioflags |= (flags & VM_PAGER_PUT_INVAL) ? IO_INVAL: 0;
1169 ioflags |= IO_SEQMAX << IO_SEQSHIFT;
1180 error = VOP_WRITE(vp, &auio, ioflags, curthread->td_ucred);
/freebsd-10.0-release/sys/powerpc/ps3/
H A Dps3-hvcall.h129 int lv1_gpu_context_iomap(uint64_t changle, uint64_t gpu_ioif, uint64_t xdr_lpar, uint64_t fbsize, uint64_t ioflags);
/freebsd-10.0-release/sys/nfsserver/
H A Dnfs_serv.c977 int ioflags, aftat_ret = 1, retlen = 0, zeroing, adjust; local
1108 ioflags = IO_NODELOCKED;
1110 ioflags = (IO_SYNC | IO_NODELOCKED);
1112 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED);
1119 ioflags |= nh->nh_seqcount << IO_SEQSHIFT;
1120 error = VOP_WRITE(vp, uiop, ioflags, cred);
/freebsd-10.0-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c711 int ioflags, error; local
739 ioflags = IO_NODELOCKED;
741 ioflags = (IO_SYNC | IO_NODELOCKED);
748 ioflags |= nh->nh_seqcount << IO_SEQSHIFT;
749 error = VOP_WRITE(vp, uiop, ioflags, cred);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c5656 ioflags(int ioflags) argument
5660 if (ioflags & IO_APPEND)
5662 if (ioflags & IO_NDELAY)
5664 if (ioflags & IO_SYNC)
5887 return (zfs_read(ap->a_vp, ap->a_uio, ioflags(ap->a_ioflag),
5901 return (zfs_write(ap->a_vp, ap->a_uio, ioflags(ap->a_ioflag),

Completed in 142 milliseconds