Searched refs:fuword (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/man/man9/
H A DMakefile21 fuword.9 \
/xnu-2782.1.97/bsd/sys/
H A Dsystm.h205 long fuword(user_addr_t addr);
/xnu-2782.1.97/bsd/dev/i386/
H A Dsystemcalls.c129 code = fuword(params);
/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386.c239 extern long fuword(vm_offset_t);
/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c133 code = fuword(params);
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c366 long fuword(user_addr_t addr) function
375 /* suiword and fuiword are the same as suword and fuword, respectively */

Completed in 34 milliseconds