| /xnu-8019.80.24/bsd/uuid/ |
| H A D | uuid.h | 57 int uuid_compare(const uuid_t uu1, const uuid_t uu2);
|
| /xnu-8019.80.24/libkern/uuid/ |
| H A D | uuid.c | 75 uuid_compare(const uuid_t uu1, const uuid_t uu2) in uuid_compare() function
|
| /xnu-8019.80.24/tests/ |
| H A D | correct_kernel_booted.c | 157 if (uuid_compare(bin_uuid, kern_uuid) == 0) {
|
| H A D | stackshot_tests.m | 1340 if (uuid_compare(*current_uuid, info->imageUUID) == 0) { 1346 if (uuid_compare(*current_uuid, info->imageUUID) == 0) { 1454 if (uuid_compare(target_infos->uuidArray[i].imageUUID, *(uuid_t*)&proc_info_data.p_uuid) == 0) { 2105 T_QUIET; T_ASSERT_EQ(uuid_compare(shared_cache_uuid, imageUUID), 0,
|
| /xnu-8019.80.24/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-8019.80.24/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 | 8096 (uuid_compare(euuid, so->last_uuid) != 0 || in so_set_effective_uuid() 8097 uuid_compare(euuid, uuid) != 0)) { in so_set_effective_uuid() 8116 if (uuid_compare(euuid, uuid) == 0) { in so_set_effective_uuid()
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 910 return uuid_compare(client0->client_id, client1->client_id); in necp_client_id_cmp() 916 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp() 1889 uuid_compare(flow->u.nexus_agent, nexus_agent) == 0) { in necp_client_add_nexus_flow_if_needed() 1983 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 1998 if (uuid_compare(option->nexus_agent, *nexus_agent) == 0) { in necp_client_add_interface_option_if_needed() 2265 if (uuid_compare(parameters->required_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2308 if (uuid_compare(parameters->preferred_netagents[i], *netagent_uuid) == 0) { in necp_netagent_is_requested() 2404 if (uuid_compare(client->failed_trigger_agent.netagent_uuid, *netagent_uuid) == 0) { in necp_netagent_applies_to_client() 3823 if ((flow->nexus && uuid_compare(flow->u.nexus_agent, netagent_uuid) == 0) || in necp_update_flow_protoctl_event() 3880 uuid_compare(flow->u.nexus_agent, netagent_uuid) == 0) { in necp_assign_client_result_locked() [all …]
|
| H A D | necp.c | 1274 if (uuid_compare(proc_uuid, session->proc_uuid) != 0) { in necp_session_action() 5175 if (uuid_compare(mapping->uuid, netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 5193 if (uuid_compare(mapping->uuid, match_netagent_uuid) != 0) { in necp_lookup_route_rule_by_contents_locked() 5270 if (uuid_compare(netagent_uuid, rule_value) != 0) { in necp_create_route_rule() 5524 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_app_id_locked() 5646 if (uuid_compare(searchentry->uuid, uuid) == 0) { in necp_uuid_lookup_service_id_locked() 6466 if (uuid_compare(application_uuid, real_application_uuid) == 0) { in necp_application_fillout_info_locked() 6741 if (uuid_compare(application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 6755 if (uuid_compare(real_application_uuid, value) == 0) { in necp_application_find_policy_match_internal() 7437 if (uuid_compare(returned_result->netagents[netagent_cursor], mapping->uuid) == 0) { in necp_application_find_policy_match_internal()
|
| H A D | if.c | 2091 if (uuid_compare(*netagent_uuid, new_agent_uuid) == 0) { in if_add_netagent_locked() 2164 if (uuid_compare(*netagent_uuid, in if_delete_netagent_locked() 2206 if (uuid_compare(ifp->if_agentids[index], find_agent_uuid) == 0) { in if_check_netagent() 2301 if (uuid_compare(*ifp_netagent_uuid, netagent_uuid) == 0) { in ifnet_clear_netagent()
|
| H A D | network_agent.c | 1147 …if (uuid_compare(session->wrapper->netagent->netagent_uuid, new_wrapper->netagent->netagent_uuid) … in netagent_handle_update_inner() 2082 if (uuid_compare(search_netagent->netagent->netagent_uuid, uuid) == 0) { in netagent_find_agent_with_uuid()
|
| H A D | if_ports_used.c | 305 if (uuid_compare(wakeuuid, current_wakeuuid) != 0) { in if_ports_used_update_wakeuuid()
|
| /xnu-8019.80.24/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()
|
| H A D | nexus_kern.c | 530 if (uuid_compare(nxdom_prov->nxdom_prov_uuid, in nxdom_prov_find_uuid()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IONVRAM.cpp | 422 systemGuid = uuid_compare(*varGuid, gAppleSystemVariableGuid) == 0; in verifyPermission() 1520 bool systemGuid = uuid_compare(*varGuid, gAppleSystemVariableGuid) == 0; in chooseDictionary() 1550 if ((_systemDict != nullptr) && (uuid_compare(*guid, gAppleSystemVariableGuid) == 0)) { in flushDict() 1571 } else if ((_commonDict != nullptr) && (uuid_compare(*guid, gAppleNVRAMGuid) == 0)) { in flushDict()
|
| /xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_entry.c | 711 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-8019.80.24/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 | 805 if (uuid_compare(nsr->nsr_if_uuid, in fsw_ctl_detach() 895 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in fsw_ctl()
|
| /xnu-8019.80.24/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() 1492 if (uuid_compare(req->nfr_euuid, uuid) != 0) { in nx_netif_ctl_flow_check()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | mptcp_subr.c | 6489 uuid_compare(uuid, mp_so->e_uuid)) { in mptcp_allow_uuid() 6492 uuid_compare(uuid, mp_so->last_uuid)) { in mptcp_allow_uuid() 6569 found = uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0; in mptcp_find_proc_filter() 6582 if (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0) { in mptcp_find_proc_callout() 6626 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()
|
| H A D | flow_divert.c | 923 include = (uuid_compare(proc_executableuuid_addr(p), info->target_uuid) == 0); in flow_divert_find_proc_by_uuid_filter() 1078 } else if (uuid_compare(proc_executableuuid_addr(real_proc), so->e_uuid)) { in flow_divert_add_all_proc_info()
|