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

/illumos-gate/usr/src/uts/common/sys/
H A Dsystrace.h40 typedef struct systrace_sysent { struct
46 extern systrace_sysent_t *systrace_sysent;
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c1095 systrace_sysent_t *systrace_sysent; variable
1110 systrace_sysent_t *sy = &systrace_sysent[curthread->t_sysnum];
1192 if (systrace_sysent == NULL)
1195 sy = &systrace_sysent[curthread->t_sysnum];

Completed in 59 milliseconds