Searched refs:id_t (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_id_t.h30 typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ typedef
/darwin-on-arm/xnu/bsd/sys/
H A Dresource.h85 /* The id_t type shall be defined as described in <sys/types.h> */
88 typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ typedef
316 int getpriority(int, id_t);
322 int setpriority(int, id_t, int);
H A Dwait.h86 * [XSI] The id_t and pid_t types shall be defined as described
95 typedef __darwin_id_t id_t; typedef
259 int waitid(idtype_t, id_t, siginfo_t *, int) __DARWIN_ALIAS_C(waitid);
H A Dtypes.h163 typedef __darwin_id_t id_t; /* can hold pid_t, gid_t, or uid_t */ typedef
185 typedef __darwin_id_t id_t; typedef
H A Dkauth.h213 extern int posix_cred_access(kauth_cred_t cred, id_t object_uid, id_t object_gid, mode_t object_mode, mode_t mode_req);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_quota.c736 id_t id = uid;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c140 id_t who;
166 /* would also test (uap->who < 0), but id_t is unsigned */
313 /* would also test (uap->who < 0), but id_t is unsigned */
H A Dkern_credential.c5527 posix_cred_access(kauth_cred_t cred, id_t object_uid, id_t object_gid, mode_t object_mode, mode_t mode_req)

Completed in 49 milliseconds