/openbsd/sys/arch/powerpc64/powerpc64/ |
H A D | disksubr.c | 120 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 121 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
H A D | mem.c | 136 uio->uio_rw == UIO_READ ? B_READ : B_WRITE)) in mmrw()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | disksubr.c | 120 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 121 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
H A D | mem.c | 192 uio->uio_rw == UIO_READ ? B_READ : B_WRITE)) in mmrw()
|
/openbsd/sys/arch/arm/arm/ |
H A D | disksubr.c | 120 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 121 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
H A D | mem.c | 190 uio->uio_rw == UIO_READ ? B_READ : B_WRITE)) in mmrw()
|
/openbsd/sys/arch/loongson/loongson/ |
H A D | disksubr.c | 121 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 122 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | disksubr.c | 119 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 120 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/arch/octeon/octeon/ |
H A D | disksubr.c | 121 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 122 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/arch/landisk/landisk/ |
H A D | disksubr.c | 121 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 122 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | disksubr.c | 128 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 129 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
H A D | mem.c | 172 uio->uio_rw == UIO_READ ? B_READ : B_WRITE)) in mmrw()
|
/openbsd/sys/arch/i386/i386/ |
H A D | disksubr.c | 151 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 152 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | disksubr.c | 151 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 152 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/arch/macppc/macppc/ |
H A D | disksubr.c | 213 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 214 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/isofs/udf/ |
H A D | udf_subr.c | 115 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in udf_disklabelspoof() 136 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in udf_disklabelspoof()
|
/openbsd/sys/arch/hppa/hppa/ |
H A D | disksubr.c | 253 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 254 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/usr.bin/vi/common/ |
H A D | util.h | 34 typedef enum { B_NONE, B_OFF, B_READ, B_RECOVER, B_SEARCH, B_WRITE } bmsg_t; enumerator
|
/openbsd/sys/arch/m88k/m88k/ |
H A D | mem.c | 123 uio->uio_rw == UIO_READ ? B_READ : B_WRITE)) in mmrw()
|
/openbsd/sys/arch/luna88k/luna88k/ |
H A D | disksubr.c | 181 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 182 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/kern/ |
H A D | kern_physio.c | 75 flags &= B_READ | B_WRITE; in physio()
|
/openbsd/sys/arch/sparc64/sparc64/ |
H A D | mem.c | 151 uio->uio_rw == UIO_READ ? B_READ : B_WRITE)) in mmrw()
|
H A D | disksubr.c | 158 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE); in writedisklabel() 159 SET(bp->b_flags, B_BUSY | B_WRITE | B_RAW); in writedisklabel()
|
/openbsd/sys/arch/mips64/mips64/ |
H A D | mem.c | 152 uio->uio_rw == UIO_READ ? B_READ : B_WRITE); in mmrw()
|
/openbsd/sys/arch/sh/sh/ |
H A D | mem.c | 180 uio->uio_rw == UIO_READ ? B_READ : B_WRITE)) in mmrw()
|