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

/freebsd-13-stable/sys/dev/ath/ath_hal/
H A Dah_decode.h41 OP_READ = 0, /* register read */ enumerator in enum:__anon11446
/freebsd-13-stable/tools/tools/ath/arcode/
H A Darcode.c96 case OP_READ:
/freebsd-13-stable/usr.sbin/cpucontrol/
H A Dcpucontrol.c72 #define OP_READ 0x01 macro
236 op = OP_READ;
252 if (op != OP_READ) { /* Complex operation. */
284 case OP_READ:
303 fd = open(dev, op == OP_READ ? O_RDONLY : O_WRONLY);
306 op == OP_READ ? "reading" : "writing");
315 if (op == OP_READ)
/freebsd-13-stable/tools/regression/fsx/
H A Dfsx.c87 #define OP_READ 1 macro
244 case OP_READ:
445 log4(OP_SKIPPED, OP_READ, offset, size);
451 log4(OP_SKIPPED, OP_READ, offset, size);
455 log4(OP_READ, offset, size, 0);
/freebsd-13-stable/sys/dev/ath/
H A Dah_osdep.c334 r->op = OP_READ;
/freebsd-13-stable/tools/tools/ath/athdecode/
H A Dmain.c95 case OP_READ:

Completed in 76 milliseconds