Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfctl/
H A Dprobes_ext.c201 (tnf_probe_func_t) hndl->commitfunc) ? B_TRUE : B_FALSE; in tnfctl_probe_state_get()
324 prbctl_p->commit_func = (tnf_probe_func_t) hndl->commitfunc; in tnfctl_probe_trace()
327 sizeof (tnf_probe_func_t)); in tnfctl_probe_trace()
351 prbctl_p->commit_func = (tnf_probe_func_t) hndl->rollbackfunc; in tnfctl_probe_untrace()
354 sizeof (tnf_probe_func_t)); in tnfctl_probe_untrace()
403 prbctl_p->probe_func = (tnf_probe_func_t) comb; in tnfctl_probe_connect()
406 sizeof (tnf_probe_func_t)); in tnfctl_probe_connect()
433 prbctl_p->probe_func = (tnf_probe_func_t) hndl->endfunc; in tnfctl_probe_disconnect_all()
436 sizeof (tnf_probe_func_t)); in tnfctl_probe_disconnect_all()
H A Dkernel_int.c58 #define PRBK_DUMMY_COMMIT ((tnf_probe_func_t) 8)
61 #define PRBK_DUMMY_ROLLBACK ((tnf_probe_func_t) 12)
H A Dprobes.c577 (tnf_probe_func_t) hndl->endfunc; in read_a_probe()
579 (tnf_probe_func_t) hndl->commitfunc; in read_a_probe()
/titanic_50/usr/src/uts/common/sys/
H A Dtnf_probe.h84 typedef void (*tnf_probe_func_t)(tnf_probe_setup_t *); typedef
105 tnf_probe_func_t probe_func;
106 tnf_probe_func_t commit_func;
514 (tnf_probe_func_t) 0, \
515 (tnf_probe_func_t) 0, \
570 (tnf_probe_func_t) 0, \
571 (tnf_probe_func_t) 0, \
632 (tnf_probe_func_t) 0, \
633 (tnf_probe_func_t) 0, \
700 (tnf_probe_func_t) 0, \
[all …]
/titanic_50/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh92 typedef void (*tnf_probe_func_t)(tnf_probe_setup_t *);
113 tnf_probe_func_t probe_func;
114 tnf_probe_func_t commit_func;