Searched refs:miscstat (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libtnfctl/ |
H A D | util.c | 194 int miscstat; in find_test_func() local 207 miscstat = hndl->p_read(hndl->proc_p, hndl->thread_sync, in find_test_func() 209 if (miscstat != 0) in find_test_func() 239 int miscstat; in check_trace_error() local 244 miscstat = hndl->p_read(hndl->proc_p, hndl->trace_error, in check_trace_error() 246 if (miscstat != 0) in check_trace_error() 250 miscstat = hndl->p_read(hndl->proc_p, trace_error_ptr, &trace_error_rec, in check_trace_error() 252 if (miscstat != 0) in check_trace_error() 289 int miscstat; in find_target_syms() local 321 miscstat = hndl->p_read(hndl->proc_p, temp_addr, &hndl->memseg_p, in find_target_syms() [all …]
|
H A D | probes.c | 98 int miscstat; in _tnfctl_lmap_update() local 110 miscstat = hndl->p_obj_iter(hndl->proc_p, per_loadobj, hndl); in _tnfctl_lmap_update() 113 if (miscstat) { in _tnfctl_lmap_update() 131 if ((prb_status_t) miscstat == PRB_STATUS_BADLMAPSTATE) in _tnfctl_lmap_update() 133 return (_tnfctl_map_to_errcode((prb_status_t) miscstat)); in _tnfctl_lmap_update() 516 int miscstat; in read_a_probe() local 533 miscstat = hndl->p_read(hndl->proc_p, addr, in read_a_probe() 535 if (miscstat) { in read_a_probe() 538 miscstat)); in read_a_probe() 587 miscstat = hndl->p_write(hndl->proc_p, addr, in read_a_probe() [all …]
|
H A D | targmem.c | 48 int miscstat; in _tnfctl_targmem_alloc() local 55 miscstat = hndl->p_read(hndl->proc_p, hndl->memseg_p, &memseg, in _tnfctl_targmem_alloc() 57 if (miscstat) in _tnfctl_targmem_alloc() 64 miscstat = hndl->p_write(hndl->proc_p, hndl->memseg_p, in _tnfctl_targmem_alloc() 66 if (miscstat) in _tnfctl_targmem_alloc()
|
H A D | elf.c | 81 int miscstat; in _tnfctl_elf_dbgent() local 120 miscstat = hndl->p_read(hndl->proc_p, dynamic_addr, dynam_tab, in _tnfctl_elf_dbgent() 122 if (miscstat) { in _tnfctl_elf_dbgent()
|
H A D | comb.c | 335 int miscstat; in iscomb() local 351 miscstat = hndl->p_read(hndl->proc_p, addr, targ_p, size); in iscomb() 352 if (miscstat) { in iscomb() 576 int miscstat; in build() local 644 miscstat = hndl->p_write(hndl->proc_p, addr, buffer_p, size); in build() 645 if (miscstat) { in build()
|