Searched refs:OP_READ (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah_decode.h39 OP_READ = 0, /* register read */ enumerator in enum:__anon7987
/freebsd-10.3-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c65 #define OP_READ 0x01 macro
253 op = OP_READ;
269 if (op != OP_READ) { /* Complex operation. */
301 case OP_READ:
320 fd = open(dev, op == OP_READ ? O_RDONLY : O_WRONLY);
323 op == OP_READ ? "reading" : "writing");
332 if (op == OP_READ)
/freebsd-10.3-release/tools/tools/ath/arcode/
H A Darcode.c96 case OP_READ:
/freebsd-10.3-release/tools/regression/fsx/
H A Dfsx.c86 #define OP_READ 1 macro
268 case OP_READ:
463 log4(OP_SKIPPED, OP_READ, offset, size);
469 log4(OP_SKIPPED, OP_READ, offset, size);
473 log4(OP_READ, offset, size, 0);
/freebsd-10.3-release/sys/dev/ath/
H A Dah_osdep.c291 r->op = OP_READ;
/freebsd-10.3-release/tools/tools/ath/athdecode/
H A Dmain.c95 case OP_READ:

Completed in 84 milliseconds