| /xnu-8020.101.4/bsd/uuid/ |
| H A D | uuid.h | 57 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
|
| /xnu-8020.101.4/iokit/Kernel/ |
| H A D | IONVRAM.cpp | 290 if (uuid_compare(*guid, gAppleNVRAMGuid) == 0) { in getPartitionTypeForGUID() 292 } else if (uuid_compare(*guid, gAppleSystemVariableGuid) == 0) { in getPartitionTypeForGUID() 408 systemGuid = uuid_compare(*varGuid, gAppleSystemVariableGuid) == 0; in verifyPermission() 762 bool systemGuid = uuid_compare(_guid, gAppleSystemVariableGuid) == 0; in serializeProperties() 1243 bool systemGuid = uuid_compare(*varGuid, gAppleSystemVariableGuid) == 0; in chooseDictionary() 1273 if ((_systemDict != nullptr) && (uuid_compare(*guid, gAppleSystemVariableGuid) == 0)) { in flushDict() 1292 } else if ((_commonDict != nullptr) && (uuid_compare(*guid, gAppleNVRAMGuid) == 0)) { in flushDict()
|
| H A D | IONVRAMV3Handler.cpp | 372 …system = (_systemSize != 0) && (uuid_compare(v3Entry->header.guid, gAppleSystemVariableGuid) == 0); in unserializeImage() 436 …if ((uuid_compare(v3Entry->header.guid, gAppleSystemVariableGuid) == 0) || variableInAllowList(var… in setVariable() 449 (uuid_compare(*varGuid, v3Entry->header.guid) == 0)) { in setVariable()
|
| H A D | IONVRAMCHRPHandler.cpp | 610 …if ((uuid_compare(*varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
|
| /xnu-8020.101.4/libkern/uuid/ |
| H A D | uuid.c | 75 uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() function
|
| /xnu-8020.101.4/tests/ |
| H A D | correct_kernel_booted.c | 157 if (uuid_compare(bin_uuid, kern_uuid) == 0) {
|
| H A D | stackshot_tests.m | 1344 if (uuid_compare(*current_uuid, info->imageUUID) == 0) { 1350 if (uuid_compare(*current_uuid, info->imageUUID) == 0) { 1458 if (uuid_compare(target_infos->uuidArray[i].imageUUID, *(uuid_t*)&proc_info_data.p_uuid) == 0) { 2108 T_QUIET; T_ASSERT_EQ(uuid_compare(shared_cache_uuid, imageUUID), 0,
|
| /xnu-8020.101.4/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-8020.101.4/bsd/kern/ |
| 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()
|
| H A D | uipc_socket.c | 8097 (uuid_compare(euuid, so->last_uuid) != 0 || in so_set_effective_uuid() 8098 uuid_compare(euuid, uuid) != 0)) { in so_set_effective_uuid() 8117 if (uuid_compare(euuid, uuid) == 0) { in so_set_effective_uuid()
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | necp_client.c | 931 return uuid_compare(client0->client_id, client1->client_id); in necp_client_id_cmp() 937 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp() 1910 uuid_compare(flow->u.nexus_agent, nexus_agent) == 0) { in necp_client_add_nexus_flow_if_needed() 2004 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 2019 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 2286 if (uuid_compare(parameters->required_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2329 if (uuid_compare(parameters->preferred_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2425 if (uuid_compare(client->failed_trigger_agent.netagent_uuid, *netagent_uuid) == 0) { in necp_netagent_applies_to_client() 3844 if ((flow->nexus && uuid_compare(flow->u.nexus_agent, netagent_uuid) == 0) || in necp_update_flow_protoctl_event() 3901 uuid_compare(flow->u.nexus_agent, netagent_uuid) == 0) { in necp_assign_client_result_locked() [all …]
|
| H A D | necp.c | 1415 if (uuid_compare(proc_uuid, session->proc_uuid) != 0) { in necp_session_action() 5468 if (uuid_compare(mapping->uuid, netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 5486 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 5563 if (uuid_compare(netagent_uuid, rule_value) != 0) { in necp_create_route_rule() 5817 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_app_id_locked() 5939 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_service_id_locked() 6759 if (uuid_compare(application_uuid, real_application_uuid) == 0) { in necp_application_fillout_info_locked() 7035 if (uuid_compare(application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 7049 if (uuid_compare(real_application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 7748 if (uuid_compare(returned_result->netagents[netagent_cursor], mapping->uuid) == 0) { in necp_application_find_policy_match_internal()
|
| H A D | if.c | 2088 if (uuid_compare(*netagent_uuid, new_agent_uuid) == 0) { in if_add_netagent_locked() 2161 if (uuid_compare(*netagent_uuid, in if_delete_netagent_locked() 2203 if (uuid_compare(ifp->if_agentids[index], find_agent_uuid) == 0) { in if_check_netagent() 2298 if (uuid_compare(*ifp_netagent_uuid, netagent_uuid) == 0) { in ifnet_clear_netagent()
|
| H A D | network_agent.c | 1148 …if (uuid_compare(session->wrapper->netagent->netagent_uuid, new_wrapper->netagent->netagent_uuid) … in netagent_handle_update_inner() 2086 if (uuid_compare(search_netagent->netagent->netagent_uuid, uuid) == 0) { in netagent_find_agent_with_uuid()
|
| H A D | if_ports_used.c | 302 if (uuid_compare(wakeuuid, current_wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus.c | 495 if (uuid_compare(nxprov->nxprov_uuid, in nxctl_get_nexus_prov_entry() 589 if (uuid_compare(nxprov->nxprov_uuid, nlr.nl_prov_uuid) == 0) { in nxctl_get_nexus_list() 988 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal() 1607 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nxprov_destroy() 1875 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nx_create() 2011 return uuid_compare(a->nx_uuid, b->nx_uuid); in nx_cmp()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 709 return uuid_compare(a->fe_uuid, b->fe_uuid); in fe_id_cmp()
|
| H A D | flow_manager.c | 456 return uuid_compare(a->fm_uuid, b->fm_uuid); in fm_cmp()
|
| H A D | flow_route.c | 379 return uuid_compare(a->fr_uuid, b->fr_uuid); in fr_id_cmp()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.c | 578 (uuid_compare(filter->nmf_nx_uuid, in nx_fsw_prov_mib_get()
|
| H A D | fsw.c | 835 if (uuid_compare(nsr->nsr_if_uuid, in fsw_ctl_detach() 925 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in fsw_ctl()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 621 if (uuid_compare(naf->naf_flow_uuid, nfr->nfr_flow_uuid) == 0) { in nx_netif_netagent_flow_del()
|
| H A D | nx_netif.c | 1030 (uuid_compare(filter->nmf_nx_uuid, nx->nx_uuid)) != 0) { in nx_netif_prov_nx_mib_get() 1399 } else if (nsr != NULL && uuid_compare(nsr->nsr_if_uuid, in nx_netif_ctl_detach() 1521 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in nx_netif_ctl_flow_check()
|
| /xnu-8020.101.4/bsd/netinet/ |
| H A D | mptcp_subr.c | 6493 uuid_compare(uuid, mp_so->e_uuid)) { in mptcp_allow_uuid() 6496 uuid_compare(uuid, mp_so->last_uuid)) { in mptcp_allow_uuid() 6573 found = uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0; in mptcp_find_proc_filter() 6586 if (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0) { in mptcp_find_proc_callout() 6630 if (uuid_compare(mp_so->e_uuid, proc_executableuuid_addr(p))) { in mptcp_ask_symptoms()
|
| H A D | in_pcb.c | 932 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in_pcbbind() 954 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in_pcbbind()
|