Home
last modified time | relevance | path

Searched refs:prexstat (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libtnfctl/
H A Dutil.c96 tnfctl_errcode_t prexstat = TNFCTL_ERR_NONE; in _tnfctl_refresh_process() local
102 LOCK(hndl, prexstat, release_lock); in _tnfctl_refresh_process()
104 prexstat = check_trace_error(hndl); in _tnfctl_refresh_process()
105 if (prexstat) in _tnfctl_refresh_process()
112 prexstat = _tnfctl_lmap_update(hndl, lmap_ok, dl_evt); in _tnfctl_refresh_process()
113 if (prexstat) in _tnfctl_refresh_process()
117 prexstat = find_test_func(hndl); in _tnfctl_refresh_process()
118 if (prexstat) in _tnfctl_refresh_process()
121 prexstat = _tnfctl_find_all_probes(hndl); in _tnfctl_refresh_process()
122 if (prexstat) in _tnfctl_refresh_process()
[all …]
H A Dprobes_ext.c64 tnfctl_errcode_t prexstat; in tnfctl_register_funcs() local
72 prexstat = _tnfctl_probes_traverse(hndl, in tnfctl_register_funcs()
74 if (prexstat) in tnfctl_register_funcs()
75 return (prexstat); in tnfctl_register_funcs()
84 prexstat = _tnfctl_probes_traverse(hndl, in tnfctl_register_funcs()
86 if (prexstat) in tnfctl_register_funcs()
87 return (prexstat); in tnfctl_register_funcs()
119 tnfctl_errcode_t prexstat; in tnfctl_probe_apply() local
123 prexstat = _tnfctl_probes_traverse(hndl, apply_func, &pr_args); in tnfctl_probe_apply()
124 return (prexstat); in tnfctl_probe_apply()
[all …]
H A Dopen.c61 tnfctl_errcode_t prexstat; in tnfctl_exec_open() local
90 prexstat = _tnfctl_elf_dbgent(hdl, &dbgaddr); in tnfctl_exec_open()
91 if (prexstat) in tnfctl_exec_open()
99 prexstat = _tnfctl_map_to_errcode(prbstat); in tnfctl_exec_open()
104 prexstat = _tnfctl_set_state(hdl); in tnfctl_exec_open()
105 if (prexstat) in tnfctl_exec_open()
108 prexstat = _tnfctl_external_getlock(hdl); in tnfctl_exec_open()
109 if (prexstat) in tnfctl_exec_open()
119 return (prexstat); in tnfctl_exec_open()
137 tnfctl_errcode_t prexstat; in tnfctl_pid_open() local
[all …]
H A Dsym.c88 tnfctl_errcode_t prexstat = TNFCTL_ERR_NONE; in _tnfctl_sym_find_in_obj() local
104 prexstat = _tnfctl_traverse_object(objfd, baseaddr, &search_info); in _tnfctl_sym_find_in_obj()
105 if (prexstat) in _tnfctl_sym_find_in_obj()
106 return (prexstat); in _tnfctl_sym_find_in_obj()
126 tnfctl_errcode_t prexstat = TNFCTL_ERR_NONE; in _tnfctl_sym_find() local
134 LOCK(hndl, prexstat, release_lock); in _tnfctl_sym_find()
142 prexstat = _tnfctl_sym_find_in_obj(obj->objfd, in _tnfctl_sym_find()
144 if (prexstat == TNFCTL_ERR_NONE) in _tnfctl_sym_find()
147 else if (prexstat != TNFCTL_ERR_BADARG) in _tnfctl_sym_find()
159 return (prexstat); in _tnfctl_sym_find()
[all …]
H A Dcontinue.c55 tnfctl_errcode_t prexstat; in tnfctl_continue() local
96 prexstat = _tnfctl_continue(hndl, &my_evt, &oldmask, in tnfctl_continue()
98 if (prexstat) { in tnfctl_continue()
114 } else if (prexstat == TNFCTL_ERR_FILENOTFOUND) { in tnfctl_continue()
117 return (prexstat); in tnfctl_continue()
129 prexstat = _tnfctl_map_to_errcode(prbstat); in tnfctl_continue()
130 return (prexstat); in tnfctl_continue()
132 prexstat = tnfctl_pid_open((pid_t)reg0, in tnfctl_continue()
135 return (prexstat); in tnfctl_continue()
147 prexstat = _tnfctl_refresh_process(hndl, &lmapok, &dl_evt); in tnfctl_continue()
[all …]
H A Delf.c79 tnfctl_errcode_t prexstat = TNFCTL_ERR_NONE; in _tnfctl_elf_dbgent() local
97 prexstat = _tnfctl_sym_find_in_obj(objfd, baseaddr, "_DYNAMIC", in _tnfctl_elf_dbgent()
99 if (prexstat) { in _tnfctl_elf_dbgent()
100 prexstat = TNFCTL_ERR_NOTDYNAMIC; in _tnfctl_elf_dbgent()
105 prexstat = dynsec_num(hndl, baseaddr, objfd, &num_dynentries); in _tnfctl_elf_dbgent()
106 if (prexstat) in _tnfctl_elf_dbgent()
123 prexstat = TNFCTL_ERR_INTERNAL; in _tnfctl_elf_dbgent()
127 prexstat = dyn_findtag(dynam_tab, DT_DEBUG, dynamic_addr, in _tnfctl_elf_dbgent()
129 if (prexstat) { in _tnfctl_elf_dbgent()
138 return (prexstat); in _tnfctl_elf_dbgent()
[all …]
H A Dcomb.c131 tnfctl_errcode_t prexstat; in _tnfctl_comb_build() local
146 prexstat = build(hndl, op, down, next, comb_p); in _tnfctl_comb_build()
152 return (prexstat); in _tnfctl_comb_build()
165 tnfctl_errcode_t prexstat; in _tnfctl_comb_decode() local
170 prexstat = decode(hndl, addr, func_names, func_addrs); in _tnfctl_comb_decode()
175 return (prexstat); in _tnfctl_comb_decode()
191 tnfctl_errcode_t prexstat = TNFCTL_ERR_NONE; in decode() local
217 prexstat = iscomb(hndl, addr, &down, &next, &is_combination); in decode()
218 if (prexstat) in decode()
232 prexstat = findname(hndl, down, &thisname); in decode()
[all …]
H A Dchecklib.c45 tnfctl_errcode_t prexstat; in tnfctl_check_libs() local
50 prexstat = _tnfctl_refresh_kernel(hndl); in tnfctl_check_libs()
51 return (prexstat); in tnfctl_check_libs()
57 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt); in tnfctl_check_libs()
59 return (prexstat); in tnfctl_check_libs()
144 tnfctl_errcode_t prexstat = TNFCTL_ERR_NONE; in _tnfctl_sync_lib_list() local
153 prexstat = _tnfctl_refresh_process(hndl, &lmap_ok, &dl_evt); in _tnfctl_sync_lib_list()
154 if (prexstat) { in _tnfctl_sync_lib_list()
155 return (prexstat); in _tnfctl_sync_lib_list()
H A Dprobes.c177 tnfctl_errcode_t prexstat; in _tnfctl_find_all_probes() local
194 prexstat = unlink_targ_obj_probes(hndl, cur_obj); in _tnfctl_find_all_probes()
195 if (prexstat) in _tnfctl_find_all_probes()
196 return (prexstat); in _tnfctl_find_all_probes()
211 prexstat = get_num_probes(hndl, cur_obj, &num_probes); in _tnfctl_find_all_probes()
212 if (prexstat) in _tnfctl_find_all_probes()
213 return (prexstat); in _tnfctl_find_all_probes()
220 prexstat = read_probes_in_obj(hndl, cur_obj, in _tnfctl_find_all_probes()
222 if (prexstat) in _tnfctl_find_all_probes()
223 return (prexstat); in _tnfctl_find_all_probes()
[all …]
H A Dtraverse.c59 tnfctl_errcode_t prexstat = TNFCTL_ERR_NONE; in _tnfctl_traverse_object() local
105 prexstat = TNFCTL_ERR_INTERNAL; in _tnfctl_traverse_object()
111 prexstat = TNFCTL_ERR_INTERNAL; in _tnfctl_traverse_object()
118 prexstat = TNFCTL_ERR_INTERNAL; in _tnfctl_traverse_object()
122 prexstat = search_info_p->section_func(elf, in _tnfctl_traverse_object()
124 if (prexstat) in _tnfctl_traverse_object()
130 return (prexstat); in _tnfctl_traverse_object()
227 tnfctl_errcode_t prexstat; in _tnfctl_traverse_rela() local
257 prexstat = search_info_p->record_func(name, addr, ptr, in _tnfctl_traverse_rela()
259 if (prexstat) in _tnfctl_traverse_rela()
[all …]
H A Dkernel_int.c85 tnfctl_errcode_t prexstat; in _tnfctl_prbk_init() local
100 prexstat = prbk_get_buf_attrs(hdl); in _tnfctl_prbk_init()
101 if (prexstat) in _tnfctl_prbk_init()
102 return (prexstat); in _tnfctl_prbk_init()
155 tnfctl_errcode_t prexstat; in _tnfctl_prbk_buffer_alloc() local
176 prexstat = prbk_get_buf_attrs(hdl); in _tnfctl_prbk_buffer_alloc()
177 if (prexstat) in _tnfctl_prbk_buffer_alloc()
178 return (prexstat); in _tnfctl_prbk_buffer_alloc()
190 tnfctl_errcode_t prexstat; in _tnfctl_prbk_buffer_dealloc() local
209 prexstat = prbk_get_buf_attrs(hdl); in _tnfctl_prbk_buffer_dealloc()
[all …]
H A Dclose.c51 tnfctl_errcode_t prexstat; in tnfctl_close() local
60 prexstat = _tnfctl_prbk_close(hdl); in tnfctl_close()
61 if (prexstat) in tnfctl_close()
62 return (prexstat); in tnfctl_close()
146 tnfctl_errcode_t prexstat; in _tnfctl_external_releaselock() local
151 prexstat = _tnfctl_sym_find(hdl, TNFCTL_EXTERNAL_TRACEDPID, in _tnfctl_external_releaselock()
153 if (prexstat) { in _tnfctl_external_releaselock()
154 return (prexstat); in _tnfctl_external_releaselock()
H A Dinternal.c86 tnfctl_errcode_t prexstat; in tnfctl_internal_open() local
108 prexstat = inprocess_get_dtdebug(hdl, &dbgaddr); in tnfctl_internal_open()
109 if (prexstat) { in tnfctl_internal_open()
111 return (prexstat); in tnfctl_internal_open()
116 prexstat = _tnfctl_set_state(hdl); in tnfctl_internal_open()
117 if (prexstat) { in tnfctl_internal_open()
119 return (prexstat); in tnfctl_internal_open()
122 prexstat = _tnfctl_internal_getlock(); in tnfctl_internal_open()
123 if (prexstat) { in tnfctl_internal_open()
125 return (prexstat); in tnfctl_internal_open()
H A Dstatus.c49 tnfctl_strerror(tnfctl_errcode_t prexstat) in tnfctl_strerror() argument
51 switch (prexstat) { in tnfctl_strerror()