Searched refs:ioflags (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/sys/dev/ic/ |
| H A D | igsfb_subr.c | 75 igsfb_enable(bus_space_tag_t iot, bus_addr_t iobase, int ioflags) in igsfb_enable() argument 82 ret = bus_space_map(iot, iobase + IGS_VDO, 1, ioflags, &vdoh); in igsfb_enable() 88 ret = bus_space_map(iot, iobase + IGS_VSE, 1, ioflags, &vseh); in igsfb_enable() 94 ret = bus_space_map(iot, iobase + IGS_REG_BASE, IGS_REG_SIZE, ioflags, in igsfb_enable()
|
| H A D | nvmereg.h | 197 uint16_t ioflags; member
|
| H A D | nvme.c | 850 htolem16(&sqe->ioflags, NVM_SQE_IO_FUA); in nvme_ns_io_fill()
|
| /netbsd-src/share/examples/puffs/pgfs/ |
| H A D | pgfs_puffs.c | 463 const struct puffs_cred *pcr, int ioflags) in pgfs_node_write() argument 472 if ((ioflags & PUFFS_IO_APPEND) != 0) { in pgfs_node_write() 489 if ((ioflags & PUFFS_IO_APPEND) != 0) { in pgfs_node_write() 507 if ((ioflags & PUFFS_IO_APPEND) == 0) { in pgfs_node_write() 538 const struct puffs_cred *pcr, int ioflags) in pgfs_node_read() argument
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_serv.c | 862 int ioflags, aftat_ret = 1, retlen, zeroing, adjust; in nfsrv_write() local 975 ioflags = IO_NODELOCKED; in nfsrv_write() 977 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_write() 979 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_write() 984 error = VOP_WRITE(vp, uiop, ioflags, cred); in nfsrv_write() 1077 int ioflags, aftat_ret = 1, adjust, v3, zeroing; in nfsrv_writegather() local 1246 ioflags = IO_NODELOCKED; in nfsrv_writegather() 1248 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1250 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED); in nfsrv_writegather() 1276 error = VOP_WRITE(vp, uiop, ioflags, cred); in nfsrv_writegather()
|
| /netbsd-src/sys/fs/nfs/server/ |
| H A D | nfs_nfsdport.c | 733 int ioflags, error; in nfsvno_write() local 761 ioflags = IO_NODELOCKED; in nfsvno_write() 763 ioflags = (IO_SYNC | IO_NODELOCKED); in nfsvno_write() 770 ioflags |= nh->nh_seqcount << IO_SEQSHIFT; in nfsvno_write() 773 error = VOP_WRITE(vp, uiop, ioflags, cred); in nfsvno_write()
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | zfs_vnops.c | 5076 ioflags(int ioflags) in ioflags() argument 5080 if (ioflags & IO_APPEND) in ioflags() 5082 if (ioflags & IO_NDELAY) in ioflags() 5084 if (ioflags & IO_SYNC) in ioflags() 5135 return (zfs_read(vp, ap->a_uio, ioflags(ap->a_ioflag), ap->a_cred, NULL)); in zfs_netbsd_read() 5159 error = zfs_write(vp, uio, ioflags(ap->a_ioflag), ap->a_cred, NULL); in zfs_netbsd_write()
|