Searched defs:__tnf_probe_list_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c252 void *__tnf_probe_list_head; variable
H A Dkobj.c142 extern tnf_probe_control_t *__tnf_probe_list_head;
263 tnf_probe_control_t *__tnf_probe_list_head = NULL; variable
4479 for (p = &__tnf_probe_list_head; *p; )
4510 pl->next = __tnf_probe_list_head;
4511 __tnf_probe_list_head = plist;
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c127 tnf_probe_control_t *__tnf_probe_list_head = NULL; variable
209 for (prbctl_p = __tnf_probe_list_head; prbctl_p;

Completed in 54 milliseconds