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

/xnu-2422.115.4/bsd/man/man9/
H A DMakefile18 fuiword.9 \
/xnu-2422.115.4/bsd/sys/
H A Dsystm.h213 long fuiword(user_addr_t addr);
/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c330 /* suiword and fuiword are the same as suword and fuword, respectively */
340 long fuiword(user_addr_t addr) function
374 return((int64_t)fuiword(addr));
399 return((uint64_t)fuiword(addr));

Completed in 18 milliseconds