HomeSort by: relevance | last modified time | path
    Searched refs:ufetch_int (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/compat/common/
if_media_80.c 161 error = ufetch_int(&ifmr->ifm_ulist[count], &oldmwd);
  /src/sys/arch/m68k/m68k/
regdump.c 125 if (ufetch_int((void *)(ptr++), (u_int *)&val) != 0)
compat_16_machdep.c 294 error = ufetch_int((void *)rf, (u_int *)&flags);
300 /* ufetch_int() failed (bogus sc_ap value). */
  /src/sys/arch/luna68k/stand/boot/
machdep.c 184 if (ufetch_int((void *)(ptr++), (u_int *)&val) != 0)
  /src/sys/arch/sparc/sparc/
db_trace.c 61 if (ufetch_int(uaddr, &val) != 0)
trap.c 820 if (ufetch_int((void *)pc, &insn) == 0 &&
  /src/sys/arch/hppa/hppa/
trap.c 339 if (ufetch_int((((uint32_t *) fp) - 5), &pc) != 0) {
343 if (ufetch_int((((uint32_t *) fp) + 0), &fp) != 0) {
383 if (ufetch_int((u_int *) pc, &inst) != 0) {
  /src/sys/arch/sh3/sh3/
sh3_machdep.c 535 if (ufetch_int((void *)stack, (u_int *)&tf->tf_r4) != 0) /* argc */
  /src/sys/kern/
subr_copy.c 739 __strong_alias(ufetch_int,ufetch_32);
sys_futex.c 296 return ufetch_int((u_int *)uaddr, (u_int *)kaddr);
  /src/sys/sys/
systm.h 394 int ufetch_int(const unsigned int *, unsigned int *);
  /src/sys/arch/alpha/alpha/
trap.c 1146 if (ufetch_int((void *)inst_pc, &inst.bits) != 0) {
  /src/share/man/man9/
Makefile 999 ufetch.9 ufetch_int.9 ufetch.9 ufetch_long.9 ufetch.9 ufetch_ptr.9

Completed in 20 milliseconds