Searched refs:F_WRITE (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/boot/libsa/ |
H A D | write.c | 75 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 D | stand.h | 195 #define F_WRITE 0x0002 /* file opened for writing */ macro
|
H A D | ufs.c | 365 rc = (f->f_dev->dv_strategy)(f->f_devdata, F_WRITE, in buf_write_file()
|
/illumos-gate/usr/src/boot/common/ |
H A D | md.c | 113 case F_WRITE: in md_strategy()
|
H A D | bcache.c | 423 case F_WRITE: in bcache_strategy() 424 return (write_strategy(devdata, F_WRITE, blk, size, buf, in bcache_strategy()
|
H A D | vdisk.c | 279 case F_WRITE: in vdisk_strategy()
|
H A D | disk.c | 196 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 D | efipart.c | 1002 case F_WRITE: in efipart_readwrite() 1179 case F_WRITE: in efipart_realstrategy() 1213 rc = efipart_readwrite(pd, F_WRITE, blk, x, blkbuf); in efipart_realstrategy()
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | biosdisk.c | 1071 case F_WRITE : in bd_realstrategy()
|