Searched refs:_tnfctl_sym_find (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libtnfctl/ |
H A D | util.c | 291 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 D | close.c | 151 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID,
|
H A D | open.c | 504 prexstat = _tnfctl_sym_find(hdl, TNFCTL_INTERNAL_TRACEFLAG, 522 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID,
|
H A D | sym.c | 119 * _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 D | tnfctl_int.h | 273 tnfctl_errcode_t _tnfctl_sym_find(tnfctl_handle_t *hndl, const char *symname,
|
H A D | probes_ext.c | 391 prexstat = _tnfctl_sym_find(hndl, func, &func_addr);
|
Completed in 62 milliseconds