Searched refs:DTRACEIOC_AGGSNAP (Results 1 – 4 of 4) sorted by relevance
216 case DTRACEIOC_AGGSNAP: in dtrace_ioctl()230 cmd == DTRACEIOC_AGGSNAP ? in dtrace_ioctl()
1288 #define DTRACEIOC_AGGSNAP (DTRACEIOC | 7) /* snapshot agg. */ macro1314 #define DTRACEIOC_AGGSNAP _IOW('x',7,dtrace_bufdesc_t *) macro
457 if (dt_ioctl(dtp, DTRACEIOC_AGGSNAP, buf) == -1) {459 if (dt_ioctl(dtp, DTRACEIOC_AGGSNAP, &buf) == -1) {
17817 case DTRACEIOC_AGGSNAP: