Home
last modified time | relevance | path

Searched refs:uuid_compare (Results 1 – 25 of 36) sorted by relevance

12

/xnu-10063.101.15/iokit/Kernel/
H A DIONVRAMCHRPHandler.cpp335 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
336 flushCommon = uuid_compare(guid, gAppleNVRAMGuid) == 0; in flush()
359 clear = ((flushSystem && (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0)) || in flush()
360 (flushCommon && (uuid_compare(varGuid, gAppleSystemVariableGuid) != 0))) && in flush()
663 if (uuid_compare(entryGuid, gAppleSystemVariableGuid) != 0) { in serializeVariables()
668 if (uuid_compare(entryGuid, gAppleSystemVariableGuid) == 0) { in serializeVariables()
740 systemVar = (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0); in setVariableInternal()
818 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
825 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
H A DIONVRAMV3Handler.cpp121 (uuid_compare(var->guid, store_var->guid) == 0) && in find_active_var_in_image()
345 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush()
346 flushCommon = uuid_compare(guid, gAppleNVRAMGuid) == 0; in flush()
369 clear = ((flushSystem && (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0)) || in flush()
370 (flushCommon && (uuid_compare(varGuid, gAppleSystemVariableGuid) != 0))) && in flush()
567 if (uuid_compare(varGuid, v3Entry->header.guid) == 0) { in findExistingEntry()
715 …system = (_systemSize != 0) && (uuid_compare(v3Entry->header.guid, gAppleSystemVariableGuid) == 0); in unserializeVariables()
781 system = (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0); in setVariableInternal()
884 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
891 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
H A DIONVRAM.cpp351 if (uuid_compare(guid, gAppleSystemVariableGuid) == 0) { in getPartitionTypeForGUID()
508 bool systemGuid = uuid_compare(varGuid, gAppleSystemVariableGuid) == 0; in translateGUID()
560 …if ((strcmp(entry->varName, varName) == 0) && (uuid_compare(translatedGuid, *(entry->varGuid)) == … in verifyVarEntitlement()
613 systemGuid = uuid_compare(varGuid, gAppleSystemVariableGuid) == 0; in verifyPermission()
1088 if (uuid_compare(_guid, guid) == 0) { in serializeProperties()
1598 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) && in serializeProperties()
1616 if (uuid_compare(varGuid, gAppleNVRAMGuid) == 0) { in serializeProperties()
1642 if (_format->getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flushGUID()
1646 } else if (uuid_compare(guid, gAppleNVRAMGuid) == 0) { in flushGUID()
/xnu-10063.101.15/bsd/uuid/
H A Duuid.h57 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
/xnu-10063.101.15/libkern/uuid/
H A Duuid.c75 uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() function
/xnu-10063.101.15/tests/
H A Dcorrect_kernel_booted.c157 if (uuid_compare(bin_uuid, kern_uuid) == 0) {
H A Dstackshot_tests.m1535 if (uuid_compare(*current_uuid, info->imageUUID) == 0) {
1541 if (uuid_compare(*current_uuid, info->imageUUID) == 0) {
1649 if (uuid_compare(target_infos->uuidArray[i].imageUUID, *(uuid_t*)&proc_info_data.p_uuid) == 0) {
2510 T_QUIET; T_ASSERT_EQ(uuid_compare(shared_cache_uuid, imageUUID), 0,
/xnu-10063.101.15/bsd/netinet6/
H A Din6_pcb.c413 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind()
435 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind()
468 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind()
490 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind()
/xnu-10063.101.15/bsd/kern/
H A Dtracker.c417 if (uuid_compare(nextentry->app_uuid, matchentry->app_uuid) != 0) { in tracker_search_and_insert()
818 if (has_app_uuid && uuid_compare(entry->app_uuid, app_uuid) != 0) { in tracker_dump()
877 if (has_app_uuid && uuid_compare(entry->app_uuid, app_uuid) != 0) { in tracker_dump()
H A Dkern_codesigning.c530 if (uuid_compare(profile_uuid, profile->profile_uuid) == 0) { in search_for_profile_uuid()
/xnu-10063.101.15/bsd/net/
H A Dnecp_client.c959 return uuid_compare(client0->client_id, client1->client_id); in necp_client_id_cmp()
965 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp()
1939 uuid_compare(flow->u.nexus_agent, nexus_agent) == 0) { in necp_client_add_nexus_flow_if_needed()
2027 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed()
2042 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed()
2309 if (uuid_compare(parameters->required_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested()
2352 if (uuid_compare(parameters->preferred_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested()
2448 if (uuid_compare(client->failed_trigger_agent.netagent_uuid, *netagent_uuid) == 0) { in necp_netagent_applies_to_client()
3164 if (uuid_compare(parent_id, validatable->signable.client_id) != 0 && in necp_client_parse_parameters()
3165 uuid_compare(client->client_id, validatable->signable.client_id) != 0) { in necp_client_parse_parameters()
[all …]
H A Dif.c2199 if (uuid_compare(*netagent_uuid, new_agent_uuid) == 0) { in if_add_netagent_locked()
2272 if (uuid_compare(*netagent_uuid, in if_delete_netagent_locked()
2314 if (uuid_compare(ifp->if_agentids[index], find_agent_uuid) == 0) { in if_check_netagent()
2409 if (uuid_compare(*ifp_netagent_uuid, netagent_uuid) == 0) { in ifnet_clear_netagent()
H A Dnecp.c1501 if (uuid_compare(proc_uuid, session->proc_uuid) != 0) { in necp_session_action()
5719 if (uuid_compare(mapping->uuid, netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked()
5737 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked()
5817 if (uuid_compare(netagent_uuid, rule_value) != 0) { in necp_create_route_rule()
6089 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_app_id_locked()
6211 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_service_id_locked()
7114 if (uuid_compare(application_uuid, real_application_uuid) == 0) { in necp_application_fillout_info_locked()
7401 if (uuid_compare(application_uuid, value) == 0) { in necp_application_find_policy_match_internal()
7415 if (uuid_compare(real_application_uuid, value) == 0) { in necp_application_find_policy_match_internal()
8184 if (uuid_compare(returned_result->netagents[netagent_cursor], mapping->uuid) == 0) { in necp_application_find_policy_match_internal()
H A Dnetwork_agent.c1182 …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-10063.101.15/bsd/skywalk/nexus/
H A Dnexus.c473 if (uuid_compare(nxprov->nxprov_uuid, in nxctl_get_nexus_prov_entry()
567 if (uuid_compare(nxprov->nxprov_uuid, nlr.nl_prov_uuid) == 0) { in nxctl_get_nexus_list()
968 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal()
1583 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nxprov_destroy()
1851 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nx_create()
1987 return uuid_compare(a->nx_uuid, b->nx_uuid); in nx_cmp()
H A Dnexus_traffic_rule.c940 if (uuid_compare(ntr->ntr_uuid, uuid) == 0) { in inet_traffic_rule_find_by_uuid()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c436 uuid_compare(fe->fe_uuid, req->nfr_parent_flow_uuid) == 0) { in flow_entry_alloc()
1023 return uuid_compare(a->fe_uuid, b->fe_uuid); in fe_id_cmp()
H A Dflow_manager.c423 return uuid_compare(a->fm_uuid, b->fm_uuid); in fm_cmp()
H A Dflow_route.c367 return uuid_compare(a->fr_uuid, b->fr_uuid); in fr_id_cmp()
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c625 (uuid_compare(filter->nmf_nx_uuid, in nx_fsw_prov_mib_get()
H A Dfsw.c956 if (uuid_compare(nsr->nsr_if_uuid, in fsw_ctl_detach()
1046 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in fsw_ctl()
/xnu-10063.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c582 if (uuid_compare(naf->naf_flow_uuid, nfr->nfr_flow_uuid) == 0) { in nx_netif_netagent_flow_del()
H A Dnx_netif.c1050 (uuid_compare(filter->nmf_nx_uuid, nx->nx_uuid)) != 0) { in nx_netif_prov_nx_mib_get()
1494 } else if (nsr != NULL && uuid_compare(nsr->nsr_if_uuid, in nx_netif_ctl_detach()
1569 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in nx_netif_ctl_flow_check()
/xnu-10063.101.15/bsd/netinet/
H A Dmptcp_subr.c6313 uuid_compare(uuid, mp_so->e_uuid)) { in mptcp_allow_uuid()
6316 uuid_compare(uuid, mp_so->last_uuid)) { in mptcp_allow_uuid()
6393 found = uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0; in mptcp_find_proc_filter()
6406 if (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0) { in mptcp_find_proc_callout()
6450 if (uuid_compare(mp_so->e_uuid, proc_executableuuid_addr(p))) { in mptcp_ask_symptoms()
H A Din_pcb.c1038 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in_pcbbind()
1061 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in_pcbbind()

12