Searched refs:uid_t (Results 1 - 25 of 97) sorted by relevance

1234

/darwin-on-arm/xnu/bsd/sys/_types/
H A D_uid_t.h30 typedef __darwin_uid_t uid_t; typedef
/darwin-on-arm/xnu/libsyscall/wrappers/legacy/
H A Dlchown.c39 int __lchown(const char *, uid_t, gid_t);
45 lchown(const char *path, uid_t owner, gid_t group)
/darwin-on-arm/xnu/bsd/sys/
H A Ducred.h98 uid_t cr_uid; /* effective user id */
99 uid_t cr_ruid; /* real user id */
100 uid_t cr_svuid; /* saved user id */
105 uid_t cr_gmuid; /* UID for group membership purposes */
134 uid_t cr_uid; /* effective user id */
H A Dipc.h85 * [XSI] The uid_t, gid_t, mode_t, and key_t types SHALL be defined as
89 typedef __darwin_uid_t uid_t; /* user id */ typedef
123 uid_t uid; /* [XSI] Owner's user ID */
125 uid_t cuid; /* [XSI] Creator's user ID */
H A Dacct.h86 uid_t ac_uid; /* user id */
H A Dposix_sem.h60 uid_t psem_uid;
H A Dposix_shm.h60 uid_t pshm_uid;
H A Dkauth.h49 #define KAUTH_UID_NONE (~(uid_t)0 - 100) /* not a valid UID */
118 uid_t el_uid; /* user ID */
172 uid_t kc_uid; /* effective user id */
173 uid_t kc_ruid; /* real user id */
174 uid_t kc_svuid; /* saved user id */
215 extern uid_t kauth_getuid(void);
216 extern uid_t kauth_getruid(void);
243 extern uid_t kauth_cred_getuid(kauth_cred_t _cred);
244 extern uid_t kauth_cred_getruid(kauth_cred_t _cred);
245 extern uid_t kauth_cred_getsvui
[all...]
H A Dvstat.h55 uid_t vst_uid; /* user ID of the file's owner */
H A Dproc_info.h61 uid_t pbi_uid;
63 uid_t pbi_ruid;
65 uid_t pbi_svuid;
88 uid_t pbsi_uid; /* current uid on process */
90 uid_t pbsi_ruid; /* current ruid on process */
92 uid_t pbsi_svuid; /* current svuid on process */
258 uid_t vst_uid; /* [XSI] User ID of the file */
H A Dstat.h90 * [XSI] The blkcnt_t, blksize_t, dev_t, ino_t, mode_t, nlink_t, uid_t,
132 typedef __darwin_uid_t uid_t; /* user id */ typedef
214 uid_t st_uid; /* [XSI] User ID of the file */ \
242 uid_t st_uid; /* [XSI] User ID of the file */
291 uid_t st_uid; /* [XSI] User ID of the file */
324 uid_t st_uid; /* [XSI] User ID of the file */
357 uid_t st_uid; /* [XSI] User ID of the file */
389 uid_t st_uid; /* [XSI] User ID of the file */
/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs.h91 void * devfs_make_node_clone(dev_t dev, int chrblk, uid_t uid, gid_t gid,
110 void * devfs_make_node(dev_t dev, int chrblk, uid_t uid, gid_t gid,
/darwin-on-arm/xnu/bsd/bsm/
H A Daudit_record.h236 token_t *au_to_process(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
238 token_t *au_to_process32(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
240 token_t *au_to_process64(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
242 token_t *au_to_process_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
244 token_t *au_to_process32_ex(au_id_t auid, uid_t euid, gid_t egid,
245 uid_t rui
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_mount.h47 #define UNKNOWNUID ((uid_t)99)
56 uid_t hfs_uid; /* uid that owns hfs files (standard HFS only) */
H A Dhfs_quota.h99 int hfs_isiqchg_allowed(struct dquot *, struct hfsmount *, int32_t, kauth_cred_t, int, uid_t);
100 int hfs_quotacheck (struct hfsmount *, int , uid_t, gid_t, kauth_cred_t);
H A Dhfs_attrlist.h98 extern u_int32_t DerivePermissionSummary(uid_t obj_uid, gid_t obj_gid,
/darwin-on-arm/xnu/tools/
H A Dcred_dump_creds.c24 uid_t cr_uid; /* effective user id */
25 uid_t cr_ruid; /* real user id */
26 uid_t cr_svuid; /* saved user id */
31 uid_t cr_gmuid; /* UID for group membership purposes */
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dgetpwuid.c78 static uid_t uid_min = INVALID_ID;
103 parse_range(uid_t *min, int *offset, char *buf)
171 uid_t i, range;
198 uid_t uid = uid_min + random() % uid_range ;
H A Dmbr_check_membership.c72 static uid_t uid_min = INVALID_ID;
195 uid_t uid;
/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.h86 uid_t uid;
88 uid_t rule_uid;
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_private.h129 uid_t vn_uid;
188 uid_t pipc_uid;
205 uid_t ar_subj_ruid;
208 uid_t ar_subj_auid; /* Audit user ID */
216 uid_t ar_arg_euid;
217 uid_t ar_arg_ruid;
218 uid_t ar_arg_suid;
226 uid_t ar_arg_uid;
227 uid_t ar_arg_auid;
H A Daudit.h194 void audit_arg_uid(struct kaudit_record *ar, uid_t uid);
196 void audit_arg_euid(struct kaudit_record *ar, uid_t euid);
198 void audit_arg_ruid(struct kaudit_record *ar, uid_t ruid);
200 void audit_arg_suid(struct kaudit_record *ar, uid_t suid);
209 void audit_arg_owner(struct kaudit_record *ar, uid_t uid, gid_t gid);
217 void audit_arg_auid(struct kaudit_record *ar, uid_t auid);
237 void audit_arg_posix_ipc_perm(struct kaudit_record *ar, uid_t uid,
H A Daudit_bsm_token.c590 au_to_process32(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid, gid_t rgid,
613 au_to_process64(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid, gid_t rgid,
637 au_to_process(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid, gid_t rgid,
660 au_to_process32_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t ruid,
694 au_to_process64_ex(au_id_t auid, uid_t euid, gid_t egid, uid_t rui
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_ipc.c103 uid_t uid = kauth_cred_getuid(cred); /* avoid multiple calls */
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.h110 u_int, struct in6_addr *, u_int, int, uid_t *, gid_t *, struct ifnet *);

Completed in 166 milliseconds

1234