Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/man/man9/
H A DMakefile34 suword.9 \
/xnu-11215.81.4/bsd/sys/
H A Dsystm.h223 int suword(user_addr_t addr, long word);
/xnu-11215.81.4/bsd/dev/dtrace/
H A Dfbt_blacklist.c258 CRITICAL(suword)
/xnu-11215.81.4/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.c1604 suword(where, argc);
1662 suword(placeHere, 0);
1664 suword(placeHere, 0xBFFF0000);
1666 suword(placeHere, 0);
1671 suword(placeHere, 0);
H A Dkern_exec.c4898 (void)suword(pid, proc_getpid(p)); in posix_spawn()
/xnu-11215.81.4/bsd/vm/
H A Dvm_unix.c780 suword( in suword() function