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

/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_decode.h39 OP_READ = 0, /* register read */ enumerator in enum:__anon1743
/freebsd-current/tools/tools/ath/arcode/
H A Darcode.c94 case OP_READ:
/freebsd-current/usr.sbin/cpucontrol/
H A Dcpucontrol.c70 #define OP_READ 0x01 macro
234 op = OP_READ;
250 if (op != OP_READ) { /* Complex operation. */
282 case OP_READ:
301 fd = open(dev, op == OP_READ ? O_RDONLY : O_WRONLY);
304 op == OP_READ ? "reading" : "writing");
313 if (op == OP_READ)
/freebsd-current/tools/test/stress2/misc/
H A Dumountf2.sh157 #define OP_READ 1
333 case OP_READ:
522 log4(OP_SKIPPED, OP_READ, offset, size);
528 log4(OP_SKIPPED, OP_READ, offset, size);
532 log4(OP_READ, offset, size, 0);
/freebsd-current/tools/regression/fsx/
H A Dfsx.c85 #define OP_READ 1 macro
242 case OP_READ:
443 log4(OP_SKIPPED, OP_READ, offset, size);
449 log4(OP_SKIPPED, OP_READ, offset, size);
453 log4(OP_READ, offset, size, 0);
/freebsd-current/usr.bin/systat/
H A Diolat.c48 enum { OP_READ = 0, OP_WRITE, OP_TRIM, NUM_OPS }; enumerator in enum:__anon10
50 #define OP_READ_MASK (1 << OP_READ)
/freebsd-current/sys/dev/ath/
H A Dah_osdep.c332 r->op = OP_READ;
/freebsd-current/tools/tools/ath/athdecode/
H A Dmain.c93 case OP_READ:

Completed in 205 milliseconds