Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dclose.c54 tnfctl_probe_t *probe_hdl, *tmp_hdl; in tnfctl_close() local
74 probe_hdl = hdl->probe_handle_list_head; in tnfctl_close()
75 while (probe_hdl != NULL) { in tnfctl_close()
78 hdl->destroy_func(probe_hdl->client_registered_data); in tnfctl_close()
79 tmp_hdl = probe_hdl; in tnfctl_close()
80 probe_hdl = probe_hdl->next; in tnfctl_close()