Searched refs:applies (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_authorization.c | 610 int applies, error, i, gotguid; in kauth_acl_evaluate() local 700 applies = eval->ae_options & KAUTH_AEVAL_IS_OWNER; in kauth_acl_evaluate() 704 applies = ((ace->ace_flags & KAUTH_ACE_KINDMASK) == KAUTH_ACE_DENY); in kauth_acl_evaluate() 706 applies = eval->ae_options & KAUTH_AEVAL_IN_GROUP; in kauth_acl_evaluate() 711 applies = 1; in kauth_acl_evaluate() 714 applies = 0; in kauth_acl_evaluate() 719 applies = !gotguid ? 0 : kauth_guid_equal(&guid, &ace->ace_applicable); in kauth_acl_evaluate() 721 K_UUID_ARG(ace->ace_applicable), K_UUID_ARG(guid), applies ? "" : "not "); in kauth_acl_evaluate() 723 if (!applies) { in kauth_acl_evaluate() 724 error = !gotguid ? ENOENT : kauth_cred_ismember_guid(cred, &ace->ace_applicable, &applies); in kauth_acl_evaluate() [all …]
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp_client.c | 2373 bool applies = FALSE; in necp_netagent_applies_to_client() local 2377 return applies; in necp_netagent_applies_to_client() 2390 return applies; in necp_netagent_applies_to_client() 2396 return applies; in necp_netagent_applies_to_client() 2402 return applies; in necp_netagent_applies_to_client() 2408 return applies; in necp_netagent_applies_to_client() 2416 return applies; in necp_netagent_applies_to_client() 2423 return applies; in necp_netagent_applies_to_client() 2433 applies = necp_netagent_is_requested(parameters, netagent_uuid); in necp_netagent_applies_to_client() 2435 applies = TRUE; in necp_netagent_applies_to_client() [all …]
|
| /xnu-8792.41.9/ |
| H A D | APPLE_LICENSE | 9 1. General; Definitions. This License applies to any program or other 344 clause applies: The parties hereby confirm that they have requested
|
| /xnu-8792.41.9/doc/memorystatus/ |
| H A D | overview.md | 112 …ive`, `p_memstat_memlimit_inactive`, `p_memstat_requestedpriority`), and applies them as daemons m…
|