Home
last modified time | relevance | path

Searched refs:id_t (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.101.4/libsyscall/wrappers/
H A Dsetpriority.c28 extern int __setpriority(int which, id_t who, int prio);
36 setpriority(int which, id_t who, int prio) in setpriority()
/xnu-8020.101.4/tests/
H A Dsigchld_return.c69 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
93 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
H A Dfreebsd_waitpid_nohang.c56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
/xnu-8020.101.4/bsd/sys/_types/
H A D_id_t.h31 typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ typedef
/xnu-8020.101.4/bsd/sys/
H A Dwait.h252 int waitid(idtype_t, id_t, siginfo_t *, int) __DARWIN_ALIAS_C(waitid);
H A Dresource.h628 int getpriority(int, id_t);
634 int setpriority(int, id_t, int);
H A Dkauth.h164 extern int posix_cred_access(kauth_cred_t cred, id_t object_uid, id_t object_gid, mode_t object_mod…
/xnu-8020.101.4/bsd/kern/
H A Dkern_credential.c2048 #define COMPAT_PREFIX_LEN (sizeof(uuid_t) - sizeof(id_t)) in kauth_cred_cache_lookup()
2054 id_t uid = htonl(*(id_t *)src); in kauth_cred_cache_lookup()
2065 id_t gid = htonl(*(id_t *)src); in kauth_cred_cache_lookup()
2080 id_t uid; in kauth_cred_cache_lookup()
2082 *(id_t *)dst = ntohl(uid); in kauth_cred_cache_lookup()
2087 id_t gid; in kauth_cred_cache_lookup()
2089 *(id_t *)dst = ntohl(gid); in kauth_cred_cache_lookup()
5431 posix_cred_access(kauth_cred_t cred, id_t object_uid, id_t object_gid, mode_t object_mode, mode_t m… in posix_cred_access()
H A Dkern_resource.c171 id_t who;
/xnu-8020.101.4/bsd/dev/dtrace/scripts/
H A Ddarwin.d288 id_t pr_lwpid; /* lwp id */
306 pr_lwpid = (id_t)T->thread_id;