Home
last modified time | relevance | path

Searched defs:OP_WRITE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_decode.h40 OP_WRITE = 1, /* register write */ enumerator
/freebsd/usr.sbin/cpucontrol/
H A Dcpucontrol.c71 #define OP_WRITE 0x02 macro
/freebsd/tools/regression/fsx/
H A Dfsx.c86 #define OP_WRITE 2 macro
/freebsd/usr.bin/systat/
H A Diolat.c48 enum { OP_READ = 0, OP_WRITE, OP_TRIM, NUM_OPS }; enumerator
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c1145 #define OP_WRITE(name, buf, buf_len) \ macro