Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnfctl/
H A Dprobes_ext.c172 tnfctl_probe_state_get(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_state_get() argument
190 if (probe_hndl->valid == B_FALSE) { in tnfctl_probe_state_get()
195 state_p->id = probe_hndl->probe_p->probe_id; in tnfctl_probe_state_get()
196 state_p->attr_string = probe_hndl->probe_p->attr_string; in tnfctl_probe_state_get()
198 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_state_get()
202 state_p->new_probe = probe_hndl->probe_p->obj->new_probe; in tnfctl_probe_state_get()
203 state_p->obj_name = probe_hndl->probe_p->obj->objname; in tnfctl_probe_state_get()
204 state_p->client_registered_data = probe_hndl->client_registered_data; in tnfctl_probe_state_get()
235 check_operation(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl) in check_operation() argument
251 if (probe_hndl->valid == B_FALSE) { in check_operation()
[all …]