Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/man/man9/
H A DMakefile35 suword.9 \
/xnu-12377.41.6/bsd/sys/
H A Dsystm.h223 int suword(user_addr_t addr, long word);
/xnu-12377.41.6/bsd/dev/dtrace/
H A Dfbt_blacklist.c258 CRITICAL(suword)
/xnu-12377.41.6/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.c1623 suword(where, argc);
1681 suword(placeHere, 0);
1683 suword(placeHere, 0xBFFF0000);
1685 suword(placeHere, 0);
1690 suword(placeHere, 0);
H A Dkern_exec.c5496 (void)suword(pid, proc_getpid(p)); in posix_spawn()
/xnu-12377.41.6/bsd/vm/
H A Dvm_unix.c859 suword( in suword() function