Searched refs:DTRACEIOC_PROBEARG (Results 1 – 5 of 5) sorted by relevance
62 (void) ioctl(g_fd, DTRACEIOC_PROBEARG, &arg); in probe()
1298 #define DTRACEIOC_PROBEARG (DTRACEIOC | 9) /* get probe arg */ macro1326 #define DTRACEIOC_PROBEARG _IOWR('x',9,dtrace_argdesc_t) macro
582 case DTRACEIOC_PROBEARG: { in dtrace_ioctl()
265 if (dt_ioctl(dtp, DTRACEIOC_PROBEARG, adp) != 0) { in dt_probe_discover()
17862 case DTRACEIOC_PROBEARG: {