Home
last modified time | relevance | path

Searched refs:probe_handle_list_head (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libtnfctl/
H A Dclose.c74 probe_hdl = hdl->probe_handle_list_head; in tnfctl_close()
83 hdl->probe_handle_list_head = NULL; in tnfctl_close()
H A Dkernel_int.c528 probe_p->probe_handle->next = hndl->probe_handle_list_head; in alloc_probe_space()
529 hndl->probe_handle_list_head = probe_p->probe_handle; in alloc_probe_space()
H A Dprobes.c566 prbctl_p->probe_handle->next = hndl->probe_handle_list_head; in read_a_probe()
567 hndl->probe_handle_list_head = prbctl_p->probe_handle; in read_a_probe()
H A Dtnfctl_int.h154 tnfctl_probe_t *probe_handle_list_head; member