Searched refs:kauth_cred_derive_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | kauth.h | 505 typedef bool (^kauth_cred_derive_t)(kauth_cred_t parent, kauth_cred_t model); typedef 514 extern kauth_cred_t kauth_cred_derive(kauth_cred_t cred, kauth_cred_derive_t fn); 530 extern bool kauth_cred_proc_update(proc_t p, proc_settoken_t action, kauth_cred_derive_t fn…
|
| H A D | persona.h | 481 int persona_proc_adopt(proc_t p, struct persona *persona, kauth_cred_derive_t fn);
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_persona.c | 621 kauth_cred_derive_t derive_fn, in proc_set_persona_internal() 717 kauth_cred_derive_t derive_fn) in persona_proc_adopt()
|
| H A D | kern_credential.c | 3909 kauth_cred_derive(kauth_cred_t cred, kauth_cred_derive_t derive_fn) in kauth_cred_derive() 3930 kauth_cred_derive_t derive_fn) in kauth_cred_proc_update() 4477 kauth_cred_derive_t fn = ^bool (kauth_cred_t parent __unused, kauth_cred_t model) { in kauth_cred_copy_real()
|
| H A D | kern_prot.c | 1371 kauth_cred_derive_t fn = ^bool (kauth_cred_t parent __unused, kauth_cred_t model) { in setgroups_internal()
|