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

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

Completed in 43 milliseconds