Searched refs:_tnfctl_sym_find (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libtnfctl/ |
H A D | util.c | 291 prexstat = _tnfctl_sym_find(hndl, TRACE_ALLOC, &hndl->allocfunc); in find_target_syms() 295 prexstat = _tnfctl_sym_find(hndl, TRACE_COMMIT, &hndl->commitfunc); in find_target_syms() 299 prexstat = _tnfctl_sym_find(hndl, TRACE_END_FUNC, &hndl->endfunc); in find_target_syms() 303 prexstat = _tnfctl_sym_find(hndl, TRACE_ROLLBACK, &hndl->rollbackfunc); in find_target_syms() 307 prexstat = _tnfctl_sym_find(hndl, PROBE_LIST_HEAD, in find_target_syms() 312 prexstat = _tnfctl_sym_find(hndl, TRACE_ERROR, &hndl->trace_error); in find_target_syms() 316 prexstat = _tnfctl_sym_find(hndl, MEMSEG_PTR, &temp_addr); in find_target_syms() 326 prexstat = _tnfctl_sym_find(hndl, PROBE_LIST_VALID, in find_target_syms() 331 prexstat = _tnfctl_sym_find(hndl, NONTHREAD_TEST, &temp_addr); in find_target_syms() 341 prexstat = _tnfctl_sym_find(hndl, THREAD_TEST, &temp_addr); in find_target_syms() [all …]
|
H A D | close.c | 151 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID, in _tnfctl_external_releaselock()
|
H A D | open.c | 504 prexstat = _tnfctl_sym_find(hdl, TNFCTL_INTERNAL_TRACEFLAG, in _tnfctl_external_getlock() 522 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID, in _tnfctl_external_getlock()
|
H A D | sym.c | 123 _tnfctl_sym_find(tnfctl_handle_t *hndl, const char *symname, uintptr_t *symaddr) in _tnfctl_sym_find() function
|
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); in tnfctl_probe_connect()
|