Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh88 typedef void * (*tnf_probe_alloc_func_t)(tnf_ops_t *, /* tpd */
112 tnf_probe_alloc_func_t alloc_func;
/titanic_50/usr/src/uts/common/sys/
H A Dtnf_probe.h80 typedef void * (*tnf_probe_alloc_func_t)(tnf_ops_t *, /* tpd */ typedef
104 tnf_probe_alloc_func_t alloc_func;
513 (tnf_probe_alloc_func_t) 0, \
569 (tnf_probe_alloc_func_t) 0, \
631 (tnf_probe_alloc_func_t) 0, \
699 (tnf_probe_alloc_func_t) 0, \
773 (tnf_probe_alloc_func_t) 0, \
853 (tnf_probe_alloc_func_t) 0, \
/titanic_50/usr/src/lib/libtnfctl/
H A Dprobes.c581 (tnf_probe_alloc_func_t) hndl->allocfunc; in read_a_probe()