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

/xnu-2422.115.4/bsd/man/man9/
H A DMakefile26 suiword.9 \
/xnu-2422.115.4/bsd/sys/
H A Dsystm.h215 int suiword(user_addr_t addr, long word);
/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c330 /* suiword and fuiword are the same as suword and fuword, respectively */
333 suiword( function
360 return(suiword(addr, (long)word));
385 return(suiword(addr, (uint32_t)uword));

Completed in 27 milliseconds