Lines Matching refs:probe_hndl
172 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()
259 tnfctl_probe_enable(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, void *cd) in tnfctl_probe_enable() argument
268 prexstat = check_operation(hndl, probe_hndl); in tnfctl_probe_enable()
272 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_enable()
274 prexstat = _tnfctl_flush_a_probe(hndl, probe_hndl->probe_p, in tnfctl_probe_enable()
284 tnfctl_probe_disable(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_disable() argument
294 prexstat = check_operation(hndl, probe_hndl); in tnfctl_probe_disable()
298 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_disable()
300 prexstat = _tnfctl_flush_a_probe(hndl, probe_hndl->probe_p, in tnfctl_probe_disable()
310 tnfctl_probe_trace(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, void *cd) in tnfctl_probe_trace() argument
319 prexstat = check_operation(hndl, probe_hndl); in tnfctl_probe_trace()
323 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_trace()
325 prexstat = _tnfctl_flush_a_probe(hndl, probe_hndl->probe_p, in tnfctl_probe_trace()
336 tnfctl_probe_untrace(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_untrace() argument
346 prexstat = check_operation(hndl, probe_hndl); in tnfctl_probe_untrace()
350 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_untrace()
352 prexstat = _tnfctl_flush_a_probe(hndl, probe_hndl->probe_p, in tnfctl_probe_untrace()
363 tnfctl_probe_connect(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_connect() argument
378 prexstat = check_operation(hndl, probe_hndl); in tnfctl_probe_connect()
397 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_connect()
404 prexstat = _tnfctl_flush_a_probe(hndl, probe_hndl->probe_p, in tnfctl_probe_connect()
415 tnfctl_probe_disconnect_all(tnfctl_handle_t *hndl, tnfctl_probe_t *probe_hndl, in tnfctl_probe_disconnect_all() argument
428 prexstat = check_operation(hndl, probe_hndl); in tnfctl_probe_disconnect_all()
432 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_disconnect_all()
434 prexstat = _tnfctl_flush_a_probe(hndl, probe_hndl->probe_p, in tnfctl_probe_disconnect_all()