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

/xnu-2782.1.97/bsd/man/man9/
H A DMakefile26 suiword.9 \
/xnu-2782.1.97/bsd/sys/
H A Dsystm.h208 int suiword(user_addr_t addr, long word);
/xnu-2782.1.97/bsd/vm/
H A Dvm_unix.c375 /* suiword and fuiword are the same as suword and fuword, respectively */
378 suiword( function
405 return(suiword(addr, (long)word));
430 return(suiword(addr, (uint32_t)uword));

Completed in 30 milliseconds