Searched refs:OP_WRITE (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_decode.h | 40 OP_WRITE = 1, /* register write */ enumerator
|
/freebsd/usr.sbin/cpucontrol/ |
H A D | cpucontrol.c | 71 #define OP_WRITE 0x02 macro 237 op = OP_WRITE; in do_msr() 286 case OP_WRITE: in do_msr()
|
/freebsd/tools/tools/ath/arcode/ |
H A D | arcode.c | 97 case OP_WRITE: in main()
|
/freebsd/tools/regression/fsx/ |
H A D | fsx.c | 86 #define OP_WRITE 2 macro 250 case OP_WRITE: in logdump() 589 log4(OP_SKIPPED, OP_WRITE, offset, size); in dowrite() 593 log4(OP_WRITE, offset, size, file_size); in dowrite()
|
/freebsd/usr.bin/systat/ |
H A D | iolat.c | 48 enum { OP_READ = 0, OP_WRITE, OP_TRIM, NUM_OPS }; enumerator 51 #define OP_WRITE_MASK (1 << OP_WRITE)
|
/freebsd/sys/dev/ath/ |
H A D | ah_osdep.c | 291 r->op = OP_WRITE; in ath_hal_reg_write()
|
/freebsd/tools/tools/ath/athdecode/ |
H A D | main.c | 94 case OP_WRITE: in main()
|
/freebsd/tools/test/stress2/misc/ |
H A D | umountf2.sh | 341 case OP_WRITE:
|