Searched refs:F_WRITE (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dwrite.c74 if ((unsigned int)fd >= SOPEN_MAX || !(f->f_flags & F_WRITE)) {
84 errno = DEV_STRATEGY(f->f_dev)(f->f_devdata, F_WRITE,
H A Dstand.h237 #define F_WRITE 0x0002 /* file opened for writing */ macro
/netbsd-6-1-5-RELEASE/sys/arch/atari/dev/
H A Dfdreg.h53 #define F_WRITE 0xA0 /* (MHEPA) write sector */ macro
H A Dfd.c925 write_fdreg(DMA_WRBIT | FDC_CS, F_WRITE|hbit|EBIT|PBIT);
926 fd_cmd = F_WRITE;
1073 case F_WRITE:
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/stand/lib/
H A Driscosfile.c50 switch (f->f_flags & (F_READ | F_WRITE)) {
54 case F_WRITE:
57 case F_READ | F_WRITE:
/netbsd-6-1-5-RELEASE/sys/arch/acorn32/stand/lib/
H A Driscosfile.c50 switch (f->f_flags & (F_READ | F_WRITE)) {
54 case F_WRITE:
57 case F_READ | F_WRITE:
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/boot/
H A Drom.c102 if (func == F_WRITE)
H A Dhp.c139 if (func == F_WRITE)
H A Dra.c319 if (func == F_WRITE)
H A Dmfm.c512 if (func == F_WRITE) {
604 if (func == F_WRITE) {
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dct.c226 if (size == 0 && (func == F_READ || func == F_WRITE))
242 else if (func == F_WRITE) {
264 func != F_WRITE ? F_READ : F_WRITE);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libsa/
H A Dsdcd.c293 if (rw & F_WRITE)
300 if (rw & F_WRITE)
/netbsd-6-1-5-RELEASE/usr.bin/db/
H A Ddb.c56 F_WRITE = 1<<0, enumerator in enum:__anon9797
237 flags |= F_WRITE;
260 if (flags & F_WRITE) {
271 if (flags & (F_SHOW_KEY | F_SHOW_VALUE | F_WRITE))
327 if (flags & F_WRITE) { /* write entries */
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/inst/
H A Dinst.c213 F_WRITE, LABELSECTOR, sizeof(zap), zap, &xfersize); local
500 if ((error = (*ofp->f_dev->dv_strategy)(ofp->f_devdata, F_WRITE,
694 F_WRITE, i, len, block, &xfersize) || xfersize != len) {
/netbsd-6-1-5-RELEASE/sys/arch/ia64/stand/common/
H A Dbcache.c251 case F_WRITE:

Completed in 208 milliseconds