Home
last modified time | relevance | path

Searched refs:DTRACEIOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1287 #define DTRACEIOC (('d' << 24) | ('t' << 16) | ('r' << 8)) macro
1288 #define DTRACEIOC_PROVIDER (DTRACEIOC | 1) /* provider query */
1289 #define DTRACEIOC_PROBES (DTRACEIOC | 2) /* probe query */
1290 #define DTRACEIOC_BUFSNAP (DTRACEIOC | 4) /* snapshot buffer */
1291 #define DTRACEIOC_PROBEMATCH (DTRACEIOC | 5) /* match probes */
1292 #define DTRACEIOC_ENABLE (DTRACEIOC | 6) /* enable probes */
1293 #define DTRACEIOC_AGGSNAP (DTRACEIOC | 7) /* snapshot agg. */
1294 #define DTRACEIOC_EPROBE (DTRACEIOC | 8) /* get eprobe desc. */
1295 #define DTRACEIOC_PROBEARG (DTRACEIOC | 9) /* get probe arg */
1296 #define DTRACEIOC_CONF (DTRACEIOC | 10) /* get config. */
[all …]
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/badioctl/
H A Dbadioctl.c39 #define DTRACEIOC (('d' << 24) | ('t' << 16) | ('r' << 8)) macro
110 ioctl(fd, DTRACEIOC | ioc, addr); in badioctl()