| /xnu-11417.121.6/tests/skywalk/ |
| H A D | skt_flowlookup.c | 162 assert(uuid_compare(rx_frame->flow_uuid, flow->nfr.nfr_flow_uuid) == 0); in test_tcp_flow_receive() 197 assert(uuid_compare(rx_frame->flow_uuid, listener->nfr.nfr_flow_uuid) == 0); in test_tcp_flow_listen() 217 assert(uuid_compare(rx_frame->flow_uuid, connection->nfr.nfr_flow_uuid) == 0); in test_tcp_flow_listen() 251 assert(uuid_compare(rx_frame->flow_uuid, listener->nfr.nfr_flow_uuid) == 0); in test_tcp_flow_listen_v6() 272 assert(uuid_compare(rx_frame->flow_uuid, connection->nfr.nfr_flow_uuid) == 0); in test_tcp_flow_listen_v6() 358 assert(uuid_compare(rx_frame->flow_uuid, ip_listener->nfr.nfr_flow_uuid) == 0); in test_ip_flow_listen() 379 assert(uuid_compare(rx_frame->flow_uuid, ip_connection->nfr.nfr_flow_uuid) == 0); in test_ip_flow_listen()
|
| H A D | skt_fswbinds.c | 87 assert(!uuid_compare(nfr.nfr_flow_uuid, flow1)); in skt_fswbind_common() 119 assert(!uuid_compare(nfr.nfr_flow_uuid, flow2)); in skt_fswbind_common()
|
| H A D | skt_flow.c | 187 } while (uuid_compare(rand_uuid, flow->uuid) == 0); in skt_flow_config_main()
|
| H A D | skt_xfer.c | 3372 } while (!uuid_compare(nowhere_flow_id, flow_id)); in skt_xfer_flowmatch() 3605 } while (!uuid_compare(nowhere_flow_id, flow_id)); in skt_xfer_csumoffload() 3738 } while (!uuid_compare(nowhere_flow_id, flow_id)); in skt_xfer_qosmarking() 3842 } while (!uuid_compare(connecting_flow_id, flow_id)); in skt_xfer_listener_tcp_rst() 3853 } while (!uuid_compare(listener_flow_id, flow_id)); in skt_xfer_listener_tcp_rst()
|
| /xnu-11417.121.6/iokit/Kernel/ |
| H A D | IONVRAMCHRPHandler.cpp | 339 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush() 340 flushCommon = uuid_compare(guid, gAppleNVRAMGuid) == 0; in flush() 364 clear = ((flushSystem && (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0)) || in flush() 365 (flushCommon && (uuid_compare(varGuid, gAppleSystemVariableGuid) != 0))) && in flush() 673 if (uuid_compare(entryGuid, gAppleSystemVariableGuid) != 0) { in serializeVariables() 678 if (uuid_compare(entryGuid, gAppleSystemVariableGuid) == 0) { in serializeVariables() 754 systemVar = (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0); in setVariableInternal() 833 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable() 840 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
|
| H A D | IONVRAMV3Handler.cpp | 121 (uuid_compare(var->guid, store_var->guid) == 0) && in find_active_var_in_image() 351 flushSystem = getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0); in flush() 352 flushCommon = uuid_compare(guid, gAppleNVRAMGuid) == 0; in flush() 376 clear = ((flushSystem && (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0)) || in flush() 377 (flushCommon && (uuid_compare(varGuid, gAppleSystemVariableGuid) != 0))) && in flush() 578 if (uuid_compare(varGuid, v3Entry->header.guid) == 0) { in findExistingEntry() 799 …system = (_systemSize != 0) && (uuid_compare(v3Entry->header.guid, gAppleSystemVariableGuid) == 0); in unserializeVariables() 872 system = (uuid_compare(varGuid, gAppleSystemVariableGuid) == 0); in setVariableInternal() 979 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable() 986 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) || variableInAllowList(variableName)) { in setVariable()
|
| H A D | IONVRAM.cpp | 366 if (uuid_compare(guid, gAppleSystemVariableGuid) == 0) { in getPartitionTypeForGUID() 519 bool systemGuid = uuid_compare(varGuid, gAppleSystemVariableGuid) == 0; in translateGUID() 571 …if ((strcmp(entry->varName, varName) == 0) && (uuid_compare(translatedGuid, *(entry->varGuid)) == … in verifyVarEntitlement() 624 systemGuid = uuid_compare(varGuid, gAppleSystemVariableGuid) == 0; in verifyPermission() 1094 if (uuid_compare(_guid, guid) == 0) { in serializeProperties() 1590 if ((uuid_compare(varGuid, gAppleSystemVariableGuid) == 0) && in dictionaryWithProperties() 1605 if (uuid_compare(varGuid, gAppleNVRAMGuid) == 0) { in dictionaryWithProperties() 1643 if (_format->getSystemPartitionActive() && (uuid_compare(guid, gAppleSystemVariableGuid) == 0)) { in flushGUID() 1647 } else if (uuid_compare(guid, gAppleNVRAMGuid) == 0) { in flushGUID()
|
| /xnu-11417.121.6/bsd/uuid/ |
| H A D | uuid.h | 57 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
|
| /xnu-11417.121.6/libkern/uuid/ |
| H A D | uuid.c | 75 uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() function
|
| /xnu-11417.121.6/tests/ |
| H A D | correct_kernel_booted.c | 157 if (uuid_compare(bin_uuid, kern_uuid) == 0) {
|
| /xnu-11417.121.6/bsd/netinet6/ |
| H A D | in6_pcb.c | 411 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind() 433 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind() 466 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind() 488 uuid_compare(t->necp_client_uuid, inp->necp_client_uuid) != 0)) { in in6_pcbbind()
|
| /xnu-11417.121.6/bsd/kern/ |
| H A D | tracker.c | 439 if (uuid_compare(nextentry->app_uuid, matchentry->app_uuid) != 0) { in tracker_search_and_insert() 841 if (has_app_uuid && uuid_compare(entry->app_uuid, app_uuid) != 0) { in tracker_dump() 900 if (has_app_uuid && uuid_compare(entry->app_uuid, app_uuid) != 0) { in tracker_dump()
|
| H A D | kern_codesigning.c | 613 if (uuid_compare(profile_uuid, profile->profile_uuid) == 0) { in search_for_profile_uuid()
|
| /xnu-11417.121.6/bsd/net/ |
| H A D | necp_client.c | 1059 return uuid_compare(client0->client_id, client1->client_id); in necp_client_id_cmp() 1065 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp() 2039 uuid_compare(flow->u.nexus_agent, nexus_agent) == 0) { in necp_client_add_nexus_flow_if_needed() 2127 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 2142 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 2408 if (uuid_compare(parameters->required_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2451 if (uuid_compare(parameters->preferred_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2547 if (uuid_compare(client->failed_trigger_agent.netagent_uuid, *netagent_uuid) == 0) { in necp_netagent_applies_to_client() 3275 if (uuid_compare(parent_id, validatable->signable.client_id) != 0 && in necp_client_parse_parameters() 3276 uuid_compare(client->client_id, validatable->signable.client_id) != 0) { in necp_client_parse_parameters() [all …]
|
| H A D | network_agent.c | 987 if (uuid_compare(agent_id, registration->netagent->netagent_uuid) != 0) { in netagent_unregister_one_session_registration() 1408 …if (uuid_compare(registration->netagent->netagent_uuid, new_registration->netagent->netagent_uuid)… in netagent_handle_update_inner() 2470 if (uuid_compare(registration->netagent->netagent_uuid, uuid) == 0) { in netagent_find_agent_with_uuid_and_lock() 2492 if (uuid_compare(registration->netagent->netagent_uuid, uuid) == 0) { in netagent_session_find_agent_with_uuid_and_lock()
|
| H A D | if.c | 2260 if (uuid_compare(*netagent_uuid, new_agent_uuid) == 0) { in if_add_netagent_locked() 2333 if (uuid_compare(*netagent_uuid, in if_delete_netagent_locked() 2375 if (uuid_compare(ifp->if_agentids[index], find_agent_uuid) == 0) { in if_check_netagent() 2470 if (uuid_compare(*ifp_netagent_uuid, netagent_uuid) == 0) { in ifnet_clear_netagent()
|
| H A D | necp.c | 1814 if (uuid_compare(proc_uuid, session->proc_uuid) != 0) { in necp_session_action() 6296 if (uuid_compare(mapping->uuid, netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 6314 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 6395 if (uuid_compare(netagent_uuid, rule_value) != 0) { in necp_create_route_rule() 6683 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_app_id_locked() 6805 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_service_id_locked() 7730 if (uuid_compare(application_uuid, real_application_uuid) == 0) { in necp_application_fillout_info_locked() 8025 if (uuid_compare(application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 8039 if (uuid_compare(real_application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 8860 if (uuid_compare(returned_result->netagents[netagent_cursor], mapping->uuid) == 0) { in necp_application_find_policy_match_internal()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/ |
| H A D | nexus.c | 487 if (uuid_compare(nxprov->nxprov_uuid, in nxctl_get_nexus_prov_entry() 581 if (uuid_compare(nxprov->nxprov_uuid, nlr.nl_prov_uuid) == 0) { in nxctl_get_nexus_list() 997 uuid_compare(nxb1->nxb_exec_uuid, nxb0->nxb_exec_uuid) != 0) { in nxb_is_equal() 1620 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nxprov_destroy() 1888 uuid_compare(nxprov_uuid, nxprov->nxprov_uuid) == 0) { in nx_create() 2026 return uuid_compare(a->nx_uuid, b->nx_uuid); in nx_cmp()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 435 uuid_compare(fe->fe_uuid, req->nfr_parent_flow_uuid) == 0) { in flow_entry_alloc() 1034 return uuid_compare(a->fe_uuid, b->fe_uuid); in fe_id_cmp()
|
| H A D | flow_route.c | 366 return uuid_compare(a->fr_uuid, b->fr_uuid); in fr_id_cmp()
|
| H A D | flow_manager.c | 422 return uuid_compare(a->fm_uuid, b->fm_uuid); in fm_cmp()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/ |
| H A D | nx_flowswitch.c | 628 (uuid_compare(filter->nmf_nx_uuid, in nx_fsw_prov_mib_get()
|
| H A D | fsw.c | 968 if (uuid_compare(nsr->nsr_if_uuid, in fsw_ctl_detach() 1059 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in fsw_ctl()
|
| /xnu-11417.121.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 582 if (uuid_compare(naf->naf_flow_uuid, nfr->nfr_flow_uuid) == 0) { in nx_netif_netagent_flow_del()
|
| /xnu-11417.121.6/bsd/netinet/ |
| H A D | mptcp_subr.c | 6336 uuid_compare(uuid, mp_so->e_uuid)) { in mptcp_allow_uuid() 6339 uuid_compare(uuid, mp_so->last_uuid)) { in mptcp_allow_uuid() 6416 found = uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0; in mptcp_find_proc_filter() 6429 if (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0) { in mptcp_find_proc_callout() 6473 if (uuid_compare(mp_so->e_uuid, proc_executableuuid_addr(p))) { in mptcp_ask_symptoms()
|