Home
last modified time | relevance | path

Searched refs:F_WRITE (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dwrite.c75 if (f == NULL || !(f->f_flags & F_WRITE)) { in write()
81 errno = (f->f_dev->dv_strategy)(f->f_devdata, F_WRITE, in write()
H A Dstand.h198 #define F_WRITE 0x0002 /* file opened for writing */ macro
H A Dufs.c365 rc = (f->f_dev->dv_strategy)(f->f_devdata, F_WRITE, in buf_write_file()
/illumos-gate/usr/src/boot/common/
H A Dmd.c113 case F_WRITE: in md_strategy()
H A Dbcache.c423 case F_WRITE: in bcache_strategy()
424 return (write_strategy(devdata, F_WRITE, blk, size, buf, in bcache_strategy()
H A Dvdisk.c279 case F_WRITE: in vdisk_strategy()
H A Ddisk.c196 ret = dev->dd.d_dev->dv_strategy(dev, F_WRITE, dev->d_offset + offset, in disk_write()
/illumos-gate/usr/src/boot/efi/libefi/
H A Defipart.c999 case F_WRITE: in efipart_readwrite()
1168 case F_WRITE: in efipart_realstrategy()
1202 rc = efipart_readwrite(blkio, F_WRITE, blk, x, blkbuf); in efipart_realstrategy()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c1071 case F_WRITE : in bd_realstrategy()