Searched refs:_tnfctl_sym_find (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dutil.c291 prexstat = _tnfctl_sym_find(hndl, TRACE_ALLOC, &hndl->allocfunc);
295 prexstat = _tnfctl_sym_find(hndl, TRACE_COMMIT, &hndl->commitfunc);
299 prexstat = _tnfctl_sym_find(hndl, TRACE_END_FUNC, &hndl->endfunc);
303 prexstat = _tnfctl_sym_find(hndl, TRACE_ROLLBACK, &hndl->rollbackfunc);
307 prexstat = _tnfctl_sym_find(hndl, PROBE_LIST_HEAD,
312 prexstat = _tnfctl_sym_find(hndl, TRACE_ERROR, &hndl->trace_error);
316 prexstat = _tnfctl_sym_find(hndl, MEMSEG_PTR, &temp_addr);
326 prexstat = _tnfctl_sym_find(hndl, PROBE_LIST_VALID,
331 prexstat = _tnfctl_sym_find(hndl, NONTHREAD_TEST, &temp_addr);
341 prexstat = _tnfctl_sym_find(hnd
[all...]
H A Dclose.c151 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID,
H A Dopen.c504 prexstat = _tnfctl_sym_find(hdl, TNFCTL_INTERNAL_TRACEFLAG,
522 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID,
H A Dsym.c119 * _tnfctl_sym_find() - determines the virtual address of the supplied symbol
123 _tnfctl_sym_find(tnfctl_handle_t *hndl, const char *symname, uintptr_t *symaddr) function
130 "start _tnfctl_sym_find; sunw%verbosity 3",
157 "end _tnfctl_sym_find; sunw%verbosity 3");
H A Dtnfctl_int.h273 tnfctl_errcode_t _tnfctl_sym_find(tnfctl_handle_t *hndl, const char *symname,
H A Dprobes_ext.c391 prexstat = _tnfctl_sym_find(hndl, func, &func_addr);

Completed in 62 milliseconds