Searched refs:id_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-8020.101.4/libsyscall/wrappers/ |
| H A D | setpriority.c | 28 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 D | sigchld_return.c | 69 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED); 93 ret = waitid(P_PID, (id_t) pid, &siginfo, WEXITED);
|
| H A D | freebsd_waitpid_nohang.c | 56 r = waitid(P_PID, (id_t)child, &siginfo, WEXITED | WNOWAIT);
|
| /xnu-8020.101.4/bsd/sys/_types/ |
| H A D | _id_t.h | 31 typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ typedef
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | wait.h | 252 int waitid(idtype_t, id_t, siginfo_t *, int) __DARWIN_ALIAS_C(waitid);
|
| H A D | resource.h | 628 int getpriority(int, id_t); 634 int setpriority(int, id_t, int);
|
| H A D | kauth.h | 164 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 D | kern_credential.c | 2048 #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 D | kern_resource.c | 171 id_t who;
|
| /xnu-8020.101.4/bsd/dev/dtrace/scripts/ |
| H A D | darwin.d | 288 id_t pr_lwpid; /* lwp id */ 306 pr_lwpid = (id_t)T->thread_id;
|