Searched refs:uread (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/cddl/compat/opensolaris/kern/ |
| H A D | opensolaris_proc.c | 31 uread(proc_t *p, void *kaddr, size_t len, uintptr_t uaddr) in uread() function
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/powerpc/dtrace/ |
| H A D | fasttrap_isa.c | 67 if (uread(p, &instr, 4, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove() 90 if (uread(p, &instr, 4, pc) != 0) in fasttrap_tracepoint_init() 182 (uread(p, &instr, 4, pc - sizeof (instr)) != 0 || in fasttrap_tracepoint_init()
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | proc.h | 105 int uread(proc_t *, void *, size_t, uintptr_t);
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ |
| H A D | fasttrap_isa.c | 274 if (uread(p, &instr[0], first, pc) != 0) in fasttrap_tracepoint_init() 277 uread(p, &instr[first], len - first, pc + first) != 0) { in fasttrap_tracepoint_init() 651 if (uread(p, &instr, 1, tp->ftt_pc) != 0) in fasttrap_tracepoint_remove()
|