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

/xnu-2422.115.4/bsd/man/man9/
H A DMakefile29 suword.9 \
/xnu-2422.115.4/bsd/sys/
H A Dsystm.h214 int suword(user_addr_t addr, long word);
/xnu-2422.115.4/bsd/kern/
H A Dkern_prot.c363 if ((error = suword(uap->uidp, kauth_cred_getruid(uthread->uu_ucred))))
365 if ((error = suword(uap->gidp, kauth_cred_getrgid(uthread->uu_ucred))))
H A Dkern_sysctl.c2029 suword(where, p->p_argc);
2084 suword(placeHere, 0);
2086 suword(placeHere, 0xBFFF0000);
2088 suword(placeHere, 0);
2094 suword(placeHere, 0);
H A Dkern_exec.c2388 (void)suword(pid, p->p_pid);
2454 * TODO: Dynamic linker header address on stack is copied via suword()
2498 * TODO: Dynamic linker header address on stack is copied via suword()
/xnu-2422.115.4/bsd/vm/
H A Dvm_unix.c314 suword( function
330 /* suiword and fuiword are the same as suword and fuword, respectively */

Completed in 42 milliseconds