Home
last modified time | relevance | path

Searched refs:suword (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/man/man9/
H A DMakefile35 suword.9 \
/xnu-12377.1.9/bsd/sys/
H A Dsystm.h223 int suword(user_addr_t addr, long word);
/xnu-12377.1.9/bsd/dev/dtrace/
H A Dfbt_blacklist.c258 CRITICAL(suword)
/xnu-12377.1.9/bsd/kern/
H A Dkern_prot.c336 if ((error = suword(uap->uidp, kauth_cred_getruid(tro_cred)))) { in gettid()
339 if ((error = suword(uap->gidp, kauth_cred_getrgid(tro_cred)))) { in gettid()
H A Dkern_sysctl.c1617 suword(where, argc);
1675 suword(placeHere, 0);
1677 suword(placeHere, 0xBFFF0000);
1679 suword(placeHere, 0);
1684 suword(placeHere, 0);
H A Dkern_exec.c5033 (void)suword(pid, proc_getpid(p)); in posix_spawn()
/xnu-12377.1.9/bsd/vm/
H A Dvm_unix.c854 suword( in suword() function