Searched refs:fuiword (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man9/
H A DMakefile18 fuiword.9 \
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h187 long fuiword(user_addr_t addr);
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c265 /* suiword and fuiword are the same as suword and fuword, respectively */
275 long fuiword(user_addr_t addr) function
309 return((int64_t)fuiword(addr));
334 return((uint64_t)fuiword(addr));

Completed in 35 milliseconds