| /xnu-11215.81.4/bsd/sys/ |
| H A D | ipc.h | 109 gid_t gid; /* [XSI] Owner's group ID */ member 131 __uint16_t gid; /* Owner's group ID */ member
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kern_credential.c | 1069 kauth_identity_alloc(uid_t uid, gid_t gid, guid_t *guidp, time_t guid_expiry, in kauth_identity_alloc() 1599 kauth_identity_find_gid(uid_t gid, struct kauth_identity *kir, char *getname) in kauth_identity_find_gid() 1988 id_t gid = htonl(*(id_t *)src); in kauth_cred_cache_lookup() local 2010 id_t gid; in kauth_cred_cache_lookup() local 2363 kauth_cred_gid2guid(gid_t gid, guid_t *guidp) in kauth_cred_gid2guid() 2426 kauth_cred_gid2ntsid(gid_t gid, ntsid_t *sidp) in kauth_cred_gid2ntsid() 2993 kauth_cred_ismember_gid(kauth_cred_t cred, gid_t gid, int *resultp) in kauth_cred_ismember_gid() 3135 gid_t gid; in kauth_cred_ismember_guid() local 3219 gid_t gid; in kauth_cred_gid_subset() local 4254 kauth_cred_model_setuidgid(kauth_cred_t model, uid_t uid, gid_t gid) in kauth_cred_model_setuidgid()
|
| H A D | kern_prot.c | 1176 kern_settid(proc_t p, uid_t uid, gid_t gid) in kern_settid() 1254 gid_t gid; in sys_settid_with_pid() local 1499 groupmember(gid_t gid, kauth_cred_t cred) in groupmember()
|
| H A D | tty_dev.c | 128 _devfs_setattr(void * handle, unsigned short mode, uid_t uid, gid_t gid) in _devfs_setattr()
|
| /xnu-11215.81.4/osfmk/bank/ |
| H A D | bank_types.h | 59 uint32_t gid; member
|
| /xnu-11215.81.4/bsd/security/audit/ |
| H A D | audit_arg.c | 158 audit_arg_gid(struct kaudit_record *ar, gid_t gid) in audit_arg_gid() 269 audit_arg_owner(struct kaudit_record *ar, uid_t uid, gid_t gid) in audit_arg_owner() 554 audit_arg_posix_ipc_perm(struct kaudit_record *ar, uid_t uid, gid_t gid, in audit_arg_posix_ipc_perm()
|
| /xnu-11215.81.4/bsd/miscfs/devfs/ |
| H A D | devfs_tree.c | 1492 gid_t gid, int perms, int (*clone)(dev_t dev, int action), in devfs_make_node_clone() 1535 gid_t gid, int perms, const char *fmt, ...) in devfs_make_node() 1558 gid_t gid, int perms, int (*clone)(dev_t dev, int action), const char *fmt, va_list ap) in devfs_make_node_internal()
|
| /xnu-11215.81.4/tests/ |
| H A D | corpse_backtrace.c | 62 int gid = *(int *)(kcdata_iter_payload(btdata)); in exc_handler_backtrace() local
|
| /xnu-11215.81.4/bsd/miscfs/nullfs/ |
| H A D | nullfs.h | 100 gid_t gid; member
|
| /xnu-11215.81.4/osfmk/UserNotification/ |
| H A D | KUNCUserNotifications.c | 209 KUNCExecute(char executionPath[1024], int uid, int gid) in KUNCExecute()
|
| /xnu-11215.81.4/security/ |
| H A D | mac_process.c | 834 mac_proc_check_setgid(proc_t curp, kauth_cred_t cred, gid_t gid) in mac_proc_check_setgid() 894 mac_proc_check_settid(proc_t curp, uid_t uid, gid_t gid) in mac_proc_check_settid()
|
| H A D | mac_vfs.c | 654 mac_vnode_notify_setowner(vfs_context_t ctx, struct vnode *vp, uid_t uid, gid_t gid) in mac_vnode_notify_setowner() 1958 gid_t gid) in mac_vnode_check_setowner()
|
| /xnu-11215.81.4/bsd/net/pktsched/ |
| H A D | pktsched.c | 168 pktsched_getqstats(struct ifclassq *ifq, u_int32_t gid, u_int32_t qid, in pktsched_getqstats()
|
| H A D | pktsched_fq_codel.c | 2366 fq_if_getqstats_ifclassq(struct ifclassq *ifq, uint8_t gid, u_int32_t qid, in fq_if_getqstats_ifclassq()
|
| /xnu-11215.81.4/bsd/net/classq/ |
| H A D | classq_subr.c | 539 ifclassq_getqstats(struct ifclassq *ifq, u_int8_t gid, u_int32_t qid, void *ubuf, in ifclassq_getqstats()
|
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | in6_pcb.c | 1374 uid_t *uid, gid_t *gid, struct ifnet *ifp, bool relaxed) in in6_pcblookup_hash_exists()
|
| /xnu-11215.81.4/libsyscall/wrappers/spawn/ |
| H A D | posix_spawn.c | 2512 posix_spawnattr_set_persona_gid_np(const posix_spawnattr_t * __restrict attr, gid_t gid) in posix_spawnattr_set_persona_gid_np() 2669 posix_spawnattr_set_gid_np(const posix_spawnattr_t *attr, gid_t gid) in posix_spawnattr_set_gid_np()
|
| /xnu-11215.81.4/osfmk/arm64/ |
| H A D | platform_tests.c | 2073 for (uint8_t gid = 0; gid < 0x8; gid++) { in _cpsrctx_do_test() local
|
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | in_pcb.c | 2472 uid_t *uid, gid_t *gid, struct ifnet *ifp) in in_pcblookup_hash_exists()
|
| /xnu-11215.81.4/bsd/vfs/ |
| H A D | vfs_xattr.c | 3106 gid_t gid; in open_xattrfile() local
|
| H A D | vfs_syscalls.c | 7826 gid_t gid, user_addr_t xsecurity) in chmod_extended_init() 8035 vn_chown_internal(__unused vfs_context_t ctx, vnode_t vp, uid_t uid, gid_t gid) in vn_chown_internal() 8102 gid_t gid, int flag, enum uio_seg segflg) in fchownat_internal()
|
| H A D | kpi_vfs.c | 1209 vfs_setowner(mount_t mp, uid_t uid, gid_t gid) in vfs_setowner()
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | pfvar.h | 503 uid_t gid[2]; member 754 struct pf_rule_gid gid; member 1422 gid_t gid; member
|