Searched defs:DTRACEIOC (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c39 #define DTRACEIOC (('d' << 24) | ('t' << 16) | ('r' << 8)) macro
110 ioctl(fd, DTRACEIOC | ioc, addr);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/
H A Ddtrace.h1190 #define DTRACEIOC (('d' << 24) | ('t' << 16) | ('r' << 8)) macro
1191 #define DTRACEIOC_PROVIDER (DTRACEIOC | 1) /* provider query */
1192 #define DTRACEIOC_PROBES (DTRACEIOC | 2) /* probe query */
1193 #define DTRACEIOC_BUFSNAP (DTRACEIOC | 4) /* snapshot buffer */
1194 #define DTRACEIOC_PROBEMATCH (DTRACEIOC | 5) /* match probes */
1195 #define DTRACEIOC_ENABLE (DTRACEIOC | 6) /* enable probes */
1196 #define DTRACEIOC_AGGSNAP (DTRACEIOC | 7) /* snapshot agg. */
1197 #define DTRACEIOC_EPROBE (DTRACEIOC | 8) /* get eprobe desc. */
1198 #define DTRACEIOC_PROBEARG (DTRACEIOC | 9) /* get probe arg */
1199 #define DTRACEIOC_CONF (DTRACEIOC | 1
[all...]

Completed in 51 milliseconds