Home
last modified time | relevance | path

Searched refs:uuid_copy (Results 1 – 25 of 45) sorted by relevance

12

/xnu-8020.101.4/bsd/net/
H A Dif_ports_used.c304 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid()
585 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid);
728 uuid_copy(npi.npi_flow_uuid, inp->necp_client_uuid); in if_ports_used_add_inpcb()
766 uuid_copy(npi.npi_owner_uuid, so->last_uuid); in if_ports_used_add_inpcb()
776 uuid_copy(npi.npi_effective_uuid, so->e_uuid); in if_ports_used_add_inpcb()
783 uuid_copy(npi.npi_effective_uuid, so->last_uuid); in if_ports_used_add_inpcb()
821 uuid_copy(npi.npi_flow_uuid, nfi->nfi_flow_uuid); in if_ports_used_add_flow_entry()
878 uuid_copy(npi.npi_effective_uuid, fe->fe_eproc_uuid); in if_ports_used_add_flow_entry()
883 uuid_copy(npi.npi_effective_uuid, npi.npi_owner_uuid); in if_ports_used_add_flow_entry()
1021 uuid_copy(in_npi->npi_owner_uuid, best_match->npe_npi.npi_owner_uuid); in net_port_info_find_match()
[all …]
H A Dnetwork_agent.c289 uuid_copy(event_data.netagent_uuid, agent_uuid); in netagent_post_event()
369 uuid_copy(client_message->client_id, client_id); in netagent_send_client_message()
395 uuid_copy(client_message->client_id, client_id); in netagent_send_error_message()
422 uuid_copy(client_message->client_id, client_id); in netagent_send_group_message()
800 uuid_copy(unregistered_uuid, session->wrapper->netagent->netagent_uuid); in netagent_unregister_session_wrapper()
913 uuid_copy(registered_uuid, new_wrapper->netagent->netagent_uuid); in netagent_register()
978 uuid_copy(registered_uuid, new_wrapper->netagent->netagent_uuid); in netagent_handle_register_setopt()
1040 uuid_copy(registered_uuid, new_wrapper->netagent->netagent_uuid); in netagent_handle_register_message()
1124 uuid_copy(ev_ifdenied.ev_data.euuid, proc_uuid); in netagent_send_cellular_failed_event()
1263 uuid_copy(updated_uuid, new_wrapper->netagent->netagent_uuid); in netagent_update()
[all …]
H A Dnecp_client.c859 uuid_copy(find.registration_id, client_id); in necp_find_client_and_lock()
867 uuid_copy(find.client_id, client_id); in necp_find_client_and_lock()
886 uuid_copy(find.registration_id, flow_id); in necp_client_find_flow()
903 uuid_copy(find.registration_id, client_id); in necp_client_fd_find_client_unlocked()
910 uuid_copy(find.client_id, client_id); in necp_client_fd_find_client_unlocked()
1287 uuid_copy(flow_defunct->nexus_agent, search_flow->u.nexus_agent); in necp_defunct_flow_registration()
1288uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_flow_registration()
1444 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_add_internal()
1467 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_update_internal()
1490 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_remove_internal()
[all …]
H A Dpktap.c779 uuid_copy(hdr->pth_uuid, soprocinfo->spi_uuid); in pktap_set_procinfo()
786 uuid_copy(hdr->pth_euuid, soprocinfo->spi_euuid); in pktap_set_procinfo()
833 uuid_copy(*ptr, soprocinfo->spi_uuid); in pktap_v2_set_procinfo()
859 uuid_copy(*ptr, soprocinfo->spi_euuid); in pktap_v2_set_procinfo()
1556 uuid_copy(*(uuid_t *)ptr, pktap_header->pth_uuid); in convert_to_pktap_header_to_v2()
1572 uuid_copy(*(uuid_t *)ptr, pktap_header->pth_euuid); in convert_to_pktap_header_to_v2()
H A Dnat464_utils.c1231 uuid_copy(clat46_event_data.euuid, euuid); in in6_clat46_eventhdlr_callback()
1271 uuid_copy(p_ev->in6_clat46_ev_arg.euuid, euuid); in in6_clat46_event_enqueue_nwk_wq_entry()
H A Dnecp.c3671 uuid_copy(policy->applied_app_uuid, application_uuid); in necp_policy_apply()
3688 uuid_copy(policy->applied_real_app_uuid, real_application_uuid); in necp_policy_apply()
4066 uuid_copy(policy->applied_result_uuid, service_parameters.identifier); in necp_policy_apply()
4084 uuid_copy(policy->applied_result_uuid, netagent_uuid); in necp_policy_apply()
5868 uuid_copy(new_mapping->uuid, uuid); in necp_create_uuid_app_id_mapping()
5988 uuid_copy(new_mapping->uuid, uuid); in necp_create_uuid_service_id_mapping()
6856 uuid_copy(ev_ifdenied.ev_data.euuid, proc_uuid); in necp_send_application_interface_denied_event()
6870 uuid_copy(ev_netdenied.ev_data.euuid, proc_uuid); in necp_send_network_denied_event()
6953 uuid_copy(application_uuid, real_application_uuid); in necp_application_find_policy_match_internal()
7043 uuid_copy(application_uuid, value); in necp_application_find_policy_match_internal()
[all …]
H A Dif_ipsec.c2201 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in ipsec_flowswitch_attach()
2374 uuid_copy(dc->uuids[i], pcb->ipsec_kpipe_uuid[i]); in ipsec_detach_channels()
3275 uuid_copy(pcb->ipsec_kpipe_proc_uuid, *((uuid_t *)data)); in ipsec_ctl_setopt()
3591 uuid_copy(*((uuid_t *)data), pcb->ipsec_kpipe_proc_uuid); in ipsec_ctl_getopt()
3625 uuid_copy(((uuid_t *)data)[i], pcb->ipsec_kpipe_uuid[i]); in ipsec_ctl_getopt()
H A Dif_utun.c1157 uuid_copy(nx->fsw_agent, flowswitch->fsw_agent_uuid); in utun_flowswitch_attach()
1309 uuid_copy(uuid, pcb->utun_kpipe_uuid); in utun_disable_channel()
1939 uuid_copy(kpipe_uuid, pcb->utun_kpipe_uuid); in utun_ctl_disconnect()
2457 uuid_copy(data, pcb->utun_kpipe_uuid); in utun_ctl_getopt()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c118 uuid_copy(req.nfr_flow_uuid, flow_uuid); in fsw_netagent_flow_add()
119 uuid_copy(req.nfr_euuid, cparams->euuid); in fsw_netagent_flow_add()
218 uuid_copy(req.nfr_flow_uuid, flow_uuid); in fsw_netagent_flow_del()
304 uuid_copy(fsw->fsw_agent_uuid, agent.agent.netagent_uuid); in fsw_netagent_register()
H A Dfsw_flow.c196 uuid_copy(req.nfr_bind_key, uuid_key); in fsw_flow_add()
233 uuid_copy(uuid_key, fo->fo_key); in fsw_flow_add()
248 uuid_copy(fo->fo_key, uuid_key); in fsw_flow_add()
H A Dfsw.c627 uuid_copy(chr.cr_spec_uuid, hw_nx->nx_uuid); in fsw_netif_port_setup()
760 uuid_copy(nsr->nsr_if_uuid, fsw->fsw_dev_ch->ch_na->na_uuid); in fsw_ctl_attach()
1094 uuid_copy(fe_uuid, fe->fe_uuid); in fsw_protoctl_event_callback()
1688 uuid_copy(sfa->sfa_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_mib_get_flow_adv()
1706 uuid_copy(sfae->sfae_flow_id, fae->fae_id); in fsw_mib_get_flow_adv()
1726 uuid_copy(sfo->sfo_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fo2sfo()
1780 uuid_copy(sfr->sfr_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fr2sfr()
1781 uuid_copy(sfr->sfr_uuid, fr->fr_uuid); in fsw_fr2sfr()
1893 uuid_copy(sus->sus_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_nxs2nus()
1995 uuid_copy(sfs->sfs_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_mib_get_stats()
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c492 uuid_copy(nfr->nfr_bind_key, naf->naf_bind_key); in nx_netif_netagent_flow_find()
502 uuid_copy(naf->naf_flow_uuid, nfr->nfr_flow_uuid); in nx_netif_netagent_fill_flow_info()
503 uuid_copy(naf->naf_bind_key, nfr->nfr_bind_key); in nx_netif_netagent_fill_flow_info()
694 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_interpose_flow_add()
728 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_custom_ether_flow_add()
768 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_ipv6_ula_flow_add()
878 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_flow_del()
940 uuid_copy(nif->nif_agent_uuid, agent.agent.netagent_uuid); in nx_netif_agent_register()
H A Dnx_netif_gso.c327 uuid_copy(pkt->pkt_policy_euuid, euuid); in netif_gso_tcp_segment_mbuf()
/xnu-8020.101.4/bsd/uuid/
H A Duuid.h59 void uuid_copy(uuid_t dst, const uuid_t src);
/xnu-8020.101.4/bsd/skywalk/core/
H A Dskywalk_proc_info.c76 uuid_copy(info->chi_instance, channel->ch_info->cinfo_nx_uuid); in fill_channelinfo()
/xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c174 uuid_copy(find.fe_uuid, uuid); in flow_entry_find_by_uuid()
293 uuid_copy(fe->fe_uuid, req->nfr_flow_uuid); in flow_entry_alloc()
329 uuid_copy(fe->fe_eproc_uuid, req->nfr_euuid); in flow_entry_alloc()
544 uuid_copy(sf->sf_nx_uuid, fsw->fsw_nx->nx_uuid); in fe_stats_init()
H A Dflow_manager.c249 uuid_copy(find.fm_uuid, fm->fm_uuid); in flow_mgr_create()
429 uuid_copy(find.fm_uuid, uuid); in flow_mgr_find_lock()
537 uuid_copy(nfi->nfi_flow_uuid, req->nfr_flow_uuid); in flow_set_port_info()
1066 uuid_copy(u.uuid, fr_uuid); in flow_mgr_get_frib_by_uuid()
H A Dflow_route.c310 uuid_copy(find.fr_uuid, id); in flow_route_find_by_uuid()
455 uuid_copy(ee_arg.ee_fm_uuid, fr->fr_mgr->fm_uuid); in flow_route_configure()
456 uuid_copy(ee_arg.ee_fr_uuid, fr->fr_uuid); in flow_route_configure()
697 uuid_copy(fr->fr_nx_uuid, nx->nx_uuid); in flow_route_find()
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_kern.c625 uuid_copy(*dom_prov_uuid, nxdom_prov->nxdom_prov_uuid); in kern_nexus_register_domain_provider()
684 uuid_copy(*dom_prov_uuid, nxdom_prov->nxdom_prov_uuid); in kern_nexus_get_default_domain_provider()
1001 uuid_copy(*prov_uuid, nxprov->nxprov_uuid); in kern_nexus_controller_register_provider()
1071 uuid_copy(*nx_uuid, nx->nx_uuid); in kern_nexus_controller_alloc_provider_instance()
1175 uuid_copy(*nx_uuid, nx->nx_uuid); in kern_nexus_controller_alloc_net_provider_instance()
1412 uuid_copy(nsr.nsr_uuid, nx_uuid_attachee); in _kern_nexus_ifattach()
1426 uuid_copy(*nx_if_uuid, nsr.nsr_if_uuid); in _kern_nexus_ifattach()
1470 uuid_copy(nsr.nsr_if_uuid, nx_if_uuid); in kern_nexus_ifdetach()
1499 uuid_copy(nx_uuid, if_na->nifna_up.na_nx->nx_uuid); in kern_nexus_get_netif_instance()
1524 uuid_copy(nx_uuid, fsw->fsw_nx->nx_uuid); in kern_nexus_get_flowswitch_instance()
H A Dnexus.c218 uuid_copy(nxctl->nxctl_uuid, nxctl_uuid); in nxctl_create()
431 uuid_copy(pnre->npre_prov_uuid, nxprov->nxprov_uuid); in nxctl_get_nexus_prov_list()
605 uuid_copy(*puuid, nx->nx_uuid); in nxctl_get_nexus_list()
714 uuid_copy(p_uuid, nbr.nb_exec_uuid); in nxctl_nexus_bind()
778 uuid_copy(nxb->nxb_exec_uuid, p_uuid); in nxctl_nexus_bind()
1077 uuid_copy(find.nx_uuid, clr.cl_nx_uuid); in nxctl_get_channel_list()
1097 uuid_copy(*puuid, ch->ch_info->cinfo_ch_id); in nxctl_get_channel_list()
1145 uuid_copy(nxctl->nxctl_proc_uuid, p_uuid); in nxctl_init()
1986 uuid_copy(find.nx_uuid, nx_uuid); in nx_destroy()
2026 uuid_copy(find.nx_uuid, nx_uuid); in nx_find()
[all …]
/xnu-8020.101.4/libkern/uuid/
H A Duuid.c81 uuid_copy(uuid_t dst, const uuid_t src) in uuid_copy() function
/xnu-8020.101.4/tests/
H A Dcorrect_kernel_booted.c90 uuid_copy(uuid, uuid_cmd->uuid); in get_macho_uuid()
/xnu-8020.101.4/iokit/Kernel/
H A DIONVRAM.cpp517 ok ? uuid_copy(*guidResult, guid) : uuid_copy(*guidResult, gAppleNVRAMGuid); in parseVariableName()
724 uuid_copy(_guid, *guid); in OSDefineMetaClassAndStructors()
/xnu-8020.101.4/bsd/kern/
H A Dsocket_flows.c980 uuid_copy(desc->euuid, so->e_uuid); in soflow_nstat_provider_request_vals()
984 uuid_copy(desc->euuid, so->last_uuid); in soflow_nstat_provider_request_vals()
987 uuid_copy(desc->vuuid, so->so_vuuid); in soflow_nstat_provider_request_vals()
988 uuid_copy(desc->fuuid, hash_entry->soflow_uuid); in soflow_nstat_provider_request_vals()
/xnu-8020.101.4/bsd/skywalk/packet/
H A Dpacket_kern.c299 uuid_copy(euuid, PKT_ADDR(ph)->pkt_policy_euuid); in kern_packet_get_euuid()

12