Lines Matching refs:state_p
173 tnfctl_probe_state_t *state_p) in tnfctl_probe_state_get() argument
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()
199 state_p->enabled = (prbctl_p->test_func) ? B_TRUE : B_FALSE; in tnfctl_probe_state_get()
200 state_p->traced = (prbctl_p->commit_func == 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()
207 state_p->func_names = NULL; in tnfctl_probe_state_get()
208 state_p->func_addrs = NULL; in tnfctl_probe_state_get()
221 state_p->func_names = (const char * const *) func_names; in tnfctl_probe_state_get()
222 state_p->func_addrs = func_addrs; in tnfctl_probe_state_get()
224 state_p->func_names = NULL; in tnfctl_probe_state_get()
225 state_p->func_addrs = NULL; in tnfctl_probe_state_get()