Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libtnfctl/
H A Dprobes_ext.c175 tnf_probe_control_t *prbctl_p; in tnfctl_probe_state_get() local
198 prbctl_p = &probe_hndl->probe_p->wrkprbctl; 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()
214 prexstat = _tnfctl_comb_decode(hndl, (uintptr_t) prbctl_p->probe_func, in tnfctl_probe_state_get()
261 tnf_probe_control_t *prbctl_p; in tnfctl_probe_enable() local
272 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_enable()
273 prbctl_p->test_func = (tnf_probe_test_func_t) hndl->testfunc; in tnfctl_probe_enable()
287 tnf_probe_control_t *prbctl_p; in tnfctl_probe_disable() local
298 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_disable()
[all …]
H A Dprobes.c513 prbctlref_t *prbctl_p; in read_a_probe() local
526 prbctl_p = &(largs2_p->la_obj->probes[index]); in read_a_probe()
527 prbctl_p->addr = addr; in read_a_probe()
528 prbctl_p->probe_id = largs2_p->la_base + index; in read_a_probe()
529 prbctl_p->obj = largs2_p->la_obj; in read_a_probe()
534 &prbctl_p->wrkprbctl, sizeof (prbctl_p->wrkprbctl)); in read_a_probe()
546 attrs = (uintptr_t) prbctl_p->wrkprbctl.attrs; in read_a_probe()
547 prexstat = _tnfctl_readstr_targ(hndl, attrs, &prbctl_p->attr_string); in read_a_probe()
557 tnf_string, probe, prbctl_p->attr_string); in read_a_probe()
560 prbctl_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t)); in read_a_probe()
[all …]
/titanic_44/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c173 tnf_probe_control_t *prbctl_p; in __tnf_probe_notify() local
209 for (prbctl_p = __tnf_probe_list_head; prbctl_p; in __tnf_probe_notify()
210 prbctl_p = prbctl_p->next) in __tnf_probe_notify()
211 if (prbctl_p->test_func) in __tnf_probe_notify()
212 prbctl_p->test_func = test_func; in __tnf_probe_notify()