Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dutil.c291 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 Dclose.c151 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID, in _tnfctl_external_releaselock()
H A Dopen.c504 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 Dsym.c123 _tnfctl_sym_find(tnfctl_handle_t *hndl, const char *symname, uintptr_t *symaddr) in _tnfctl_sym_find() function
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); in tnfctl_probe_connect()