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

/darwin-on-arm/xnu/bsd/man/man9/
H A DMakefile29 suword.9 \
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h213 int suword(user_addr_t addr, long word);
/darwin-on-arm/xnu/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.c2014 suword(where, p->p_argc);
2069 suword(placeHere, 0);
2071 suword(placeHere, 0xBFFF0000);
2073 suword(placeHere, 0);
2079 suword(placeHere, 0);
H A Dkern_exec.c2178 (void)suword(pid, p->p_pid);
2244 * TODO: Dynamic linker header address on stack is copied via suword()
2286 * TODO: Dynamic linker header address on stack is copied via suword()
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c294 suword( function
310 /* suiword and fuiword are the same as suword and fuword, respectively */

Completed in 41 milliseconds