| /xnu-8792.41.9/bsd/uuid/ |
| H A D | uuid.h | 57 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IONVRAMV3Handler.cpp | 121 (uuid_compare(var->guid, store_var->guid) == 0) && in find_active_var_in_image() 341 if ((_systemDict != nullptr) && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flush() 370 } else if ((_commonDict != nullptr) && (uuid_compare(guid, gAppleNVRAMGuid) == 0)) { in flush() 393 if ((_systemSize != 0) && uuid_compare(v3Entry->header.guid, gAppleSystemVariableGuid) == 0) { in flush() 604 if (uuid_compare(*varGuid, v3Entry->header.guid) == 0) { in findExistingEntry() 746 …system = (_systemSize != 0) && (uuid_compare(v3Entry->header.guid, gAppleSystemVariableGuid) == 0); in unserializeImage() 816 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable() 824 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
|
| H A D | IONVRAM.cpp | 279 if (uuid_compare(guid, gAppleSystemVariableGuid) == 0) { in getPartitionTypeForGUID() 395 systemGuid = uuid_compare(varGuid, gAppleSystemVariableGuid) == 0; in verifyPermission() 826 bool systemGuid = uuid_compare(_guid, gAppleSystemVariableGuid) == 0; in serializeProperties() 1398 bool systemGuid = uuid_compare(varGuid, gAppleSystemVariableGuid) == 0; in chooseDictionary() 1428 if ((_systemDict != nullptr) && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flushDict() 1432 } else if ((_commonDict != nullptr) && (uuid_compare(guid, gAppleNVRAMGuid) == 0)) { in flushDict()
|
| H A D | IONVRAMCHRPHandler.cpp | 335 if ((_systemDict != nullptr) && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flush() 355 } else if ((_commonDict != nullptr) && (uuid_compare(guid, gAppleNVRAMGuid) == 0)) { in flush() 802 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
|
| /xnu-8792.41.9/libkern/uuid/ |
| H A D | uuid.c | 75 uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() function
|
| /xnu-8792.41.9/tests/ |
| H A D | correct_kernel_booted.c | 157 if (uuid_compare(bin_uuid, kern_uuid) == 0) {
|
| H A D | stackshot_tests.m | 1508 if (uuid_compare(*current_uuid, info->imageUUID) == 0) { 1514 if (uuid_compare(*current_uuid, info->imageUUID) == 0) { 1622 if (uuid_compare(target_infos->uuidArray[i].imageUUID, *(uuid_t*)&proc_info_data.p_uuid) == 0) { 2283 T_QUIET; T_ASSERT_EQ(uuid_compare(shared_cache_uuid, imageUUID), 0,
|
| /xnu-8792.41.9/bsd/netinet6/ |
| H A D | in6_pcb.c | 391 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind() 412 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind() 443 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind() 464 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind()
|
| /xnu-8792.41.9/bsd/kern/ |
| H A D | kern_codesigning.c | 299 if (uuid_compare(profile_uuid, profile->profile_uuid) == 0) { in search_for_profile_uuid()
|
| H A D | tracker.c | 417 if (uuid_compare(nextentry->app_uuid, matchentry->app_uuid) != 0) { in tracker_search_and_insert() 815 if (has_app_uuid && uuid_compare(entry->app_uuid, app_uuid) != 0) { in tracker_dump() 868 if (has_app_uuid && uuid_compare(entry->app_uuid, app_uuid) != 0) { in tracker_dump()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | necp_client.c | 939 return uuid_compare(client0->client_id, client1->client_id); in necp_client_id_cmp() 945 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp() 1911 uuid_compare(flow->u.nexus_agent, nexus_agent) == 0) { in necp_client_add_nexus_flow_if_needed() 1999 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 2014 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 2281 if (uuid_compare(parameters->required_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2324 if (uuid_compare(parameters->preferred_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2420 if (uuid_compare(client->failed_trigger_agent.netagent_uuid, *netagent_uuid) == 0) { in necp_netagent_applies_to_client() 3119 if (uuid_compare(parent_id, validatable->signable.client_id) != 0 && in necp_client_parse_parameters() 3120 uuid_compare(client->client_id, validatable->signable.client_id) != 0) { in necp_client_parse_parameters() [all …]
|
| H A D | necp.c | 1430 if (uuid_compare(proc_uuid, session->proc_uuid) != 0) { in necp_session_action() 5422 if (uuid_compare(mapping->uuid, netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 5440 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 5517 if (uuid_compare(netagent_uuid, rule_value) != 0) { in necp_create_route_rule() 5771 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_app_id_locked() 5893 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_service_id_locked() 6713 if (uuid_compare(application_uuid, real_application_uuid) == 0) { in necp_application_fillout_info_locked() 6993 if (uuid_compare(application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 7007 if (uuid_compare(real_application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 7758 if (uuid_compare(returned_result->netagents[netagent_cursor], mapping->uuid) == 0) { in necp_application_find_policy_match_internal()
|
| H A D | if.c | 2103 if (uuid_compare(*netagent_uuid, new_agent_uuid) == 0) { in if_add_netagent_locked() 2176 if (uuid_compare(*netagent_uuid, in if_delete_netagent_locked() 2218 if (uuid_compare(ifp->if_agentids[index], find_agent_uuid) == 0) { in if_check_netagent() 2313 if (uuid_compare(*ifp_netagent_uuid, netagent_uuid) == 0) { in ifnet_clear_netagent()
|
| H A D | network_agent.c | 1182 …if (uuid_compare(session->wrapper->netagent->netagent_uuid, new_wrapper->netagent->netagent_uuid) … in netagent_handle_update_inner() 2138 if (uuid_compare(search_netagent->netagent->netagent_uuid, uuid) == 0) { in netagent_find_agent_with_uuid_and_lock()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/ |
| H A D | nexus.c | 465 if (uuid_compare(nxprov->nxprov_uuid, in nxctl_get_nexus_prov_entry() 559 if (uuid_compare(nxprov->nxprov_uuid, nlr.nl_prov_uuid) == 0) { in nxctl_get_nexus_list() 959 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal() 1570 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nxprov_destroy() 1838 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nx_create() 1974 return uuid_compare(a->nx_uuid, b->nx_uuid); in nx_cmp()
|
| H A D | nexus_traffic_rule.c | 910 if (uuid_compare(ntr->ntr_uuid, uuid) == 0) { in inet_traffic_rule_find_by_uuid()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 436 uuid_compare(fe->fe_uuid, req->nfr_parent_flow_uuid) == 0) { in flow_entry_alloc() 1013 return uuid_compare(a->fe_uuid, b->fe_uuid); in fe_id_cmp()
|
| H A D | flow_manager.c | 423 return uuid_compare(a->fm_uuid, b->fm_uuid); in fm_cmp()
|
| H A D | flow_route.c | 395 return uuid_compare(a->fr_uuid, b->fr_uuid); in fr_id_cmp()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.c | 574 (uuid_compare(filter->nmf_nx_uuid, in nx_fsw_prov_mib_get()
|
| H A D | fsw.c | 878 if (uuid_compare(nsr->nsr_if_uuid, in fsw_ctl_detach() 968 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in fsw_ctl()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 620 if (uuid_compare(naf->naf_flow_uuid, nfr->nfr_flow_uuid) == 0) { in nx_netif_netagent_flow_del()
|
| H A D | nx_netif.c | 1052 (uuid_compare(filter->nmf_nx_uuid, nx->nx_uuid)) != 0) { in nx_netif_prov_nx_mib_get() 1495 } else if (nsr != NULL && uuid_compare(nsr->nsr_if_uuid, in nx_netif_ctl_detach() 1570 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in nx_netif_ctl_flow_check()
|
| /xnu-8792.41.9/bsd/netinet/ |
| H A D | mptcp_subr.c | 6304 uuid_compare(uuid, mp_so->e_uuid)) { in mptcp_allow_uuid() 6307 uuid_compare(uuid, mp_so->last_uuid)) { in mptcp_allow_uuid() 6384 found = uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0; in mptcp_find_proc_filter() 6397 if (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0) { in mptcp_find_proc_callout() 6441 if (uuid_compare(mp_so->e_uuid, proc_executableuuid_addr(p))) { in mptcp_ask_symptoms()
|
| H A D | in_pcb.c | 938 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in_pcbbind() 960 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in_pcbbind()
|