Home
last modified time | relevance | path

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

12

/xnu-8796.141.3/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()
152 uuid_copy(req.nfr_parent_flow_uuid, cparams->parent_flow_uuid); in fsw_netagent_flow_add()
243 uuid_copy(req.nfr_flow_uuid, flow_uuid); in fsw_netagent_flow_del()
329 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.c668 uuid_copy(chr.cr_spec_uuid, hw_nx->nx_uuid); in fsw_netif_port_setup()
801 uuid_copy(nsr->nsr_if_uuid, fsw->fsw_dev_ch->ch_na->na_uuid); in fsw_ctl_attach()
1135 uuid_copy(fe_uuid, fe->fe_uuid); in fsw_protoctl_event_callback()
1734 uuid_copy(sfa->sfa_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_mib_get_flow_adv()
1752 uuid_copy(sfae->sfae_flow_id, fae->fae_id); in fsw_mib_get_flow_adv()
1772 uuid_copy(sfo->sfo_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fo2sfo()
1826 uuid_copy(sfr->sfr_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fr2sfr()
1827 uuid_copy(sfr->sfr_uuid, fr->fr_uuid); in fsw_fr2sfr()
1939 uuid_copy(sus->sus_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_nxs2nus()
2041 uuid_copy(sfs->sfs_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_mib_get_stats()
/xnu-8796.141.3/bsd/net/
H A Dif_ports_used.c312 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid()
595 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid);
738 uuid_copy(npi.npi_flow_uuid, inp->necp_client_uuid); in if_ports_used_add_inpcb()
776 uuid_copy(npi.npi_owner_uuid, so->last_uuid); in if_ports_used_add_inpcb()
786 uuid_copy(npi.npi_effective_uuid, so->e_uuid); in if_ports_used_add_inpcb()
793 uuid_copy(npi.npi_effective_uuid, so->last_uuid); in if_ports_used_add_inpcb()
831 uuid_copy(npi.npi_flow_uuid, nfi->nfi_flow_uuid); in if_ports_used_add_flow_entry()
888 uuid_copy(npi.npi_effective_uuid, fe->fe_eproc_uuid); in if_ports_used_add_flow_entry()
893 uuid_copy(npi.npi_effective_uuid, npi.npi_owner_uuid); in if_ports_used_add_flow_entry()
1031 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.c313 uuid_copy(event_data.netagent_uuid, agent_uuid); in netagent_post_event()
393 uuid_copy(client_message->client_id, client_id); in netagent_send_client_message()
419 uuid_copy(client_message->client_id, client_id); in netagent_send_error_message()
446 uuid_copy(client_message->client_id, client_id); in netagent_send_group_message()
842 uuid_copy(unregistered_uuid, session->wrapper->netagent->netagent_uuid); in netagent_unregister_session_wrapper()
954 uuid_copy(registered_uuid, new_wrapper->netagent->netagent_uuid); in netagent_register()
1013 uuid_copy(registered_uuid, new_wrapper->netagent->netagent_uuid); in netagent_handle_register_setopt()
1069 uuid_copy(registered_uuid, new_wrapper->netagent->netagent_uuid); in netagent_handle_register_message()
1153 uuid_copy(ev_ifdenied.ev_data.euuid, proc_uuid); in netagent_send_cellular_failed_event()
1298 uuid_copy(updated_uuid, new_wrapper->netagent->netagent_uuid); in netagent_update()
[all …]
H A Dnecp_client.c866 uuid_copy(find.registration_id, client_id); in necp_find_client_and_lock()
874 uuid_copy(find.client_id, client_id); in necp_find_client_and_lock()
893 uuid_copy(find.registration_id, flow_id); in necp_client_find_flow()
910 uuid_copy(find.registration_id, client_id); in necp_client_fd_find_client_unlocked()
917 uuid_copy(find.client_id, client_id); in necp_client_fd_find_client_unlocked()
1294 uuid_copy(flow_defunct->nexus_agent, search_flow->u.nexus_agent); in necp_defunct_flow_registration()
1295uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_flow_registration()
1451 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_add_internal()
1474 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_update_internal()
1497 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_remove_internal()
[all …]
H A Dpktap.c777 uuid_copy(hdr->pth_uuid, soprocinfo->spi_uuid); in pktap_set_procinfo()
784 uuid_copy(hdr->pth_euuid, soprocinfo->spi_euuid); in pktap_set_procinfo()
831 uuid_copy(*ptr, soprocinfo->spi_uuid); in pktap_v2_set_procinfo()
857 uuid_copy(*ptr, soprocinfo->spi_euuid); in pktap_v2_set_procinfo()
1555 uuid_copy(*(uuid_t *)ptr, pktap_header->pth_uuid); in convert_to_pktap_header_to_v2()
1571 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()
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c491 uuid_copy(nfr->nfr_bind_key, naf->naf_bind_key); in nx_netif_netagent_flow_find()
501 uuid_copy(naf->naf_flow_uuid, nfr->nfr_flow_uuid); in nx_netif_netagent_fill_flow_info()
502 uuid_copy(naf->naf_bind_key, nfr->nfr_bind_key); in nx_netif_netagent_fill_flow_info()
693 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_interpose_flow_add()
727 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_custom_ether_flow_add()
767 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_ipv6_ula_flow_add()
877 uuid_copy(nfr.nfr_flow_uuid, flow_uuid); in nx_netif_netagent_handle_flow_del()
939 uuid_copy(nif->nif_agent_uuid, agent.agent.netagent_uuid); in nx_netif_agent_register()
/xnu-8796.141.3/bsd/uuid/
H A Duuid.h59 void uuid_copy(uuid_t dst, const uuid_t src);
/xnu-8796.141.3/bsd/skywalk/core/
H A Dskywalk_proc_info.c76 uuid_copy(info->chi_instance, channel->ch_info->cinfo_nx_uuid); in fill_channelinfo()
/xnu-8796.141.3/iokit/Kernel/
H A DIONVRAM.cpp428 ok ? uuid_copy(*guidResult, guid) : uuid_copy(*guidResult, gAppleNVRAMGuid); in parseVariableName()
467 uuid_copy(destGuid, gAppleSystemVariableGuid); in translateGUID()
470 uuid_copy(destGuid, gAppleSystemVariableGuid); in translateGUID()
473 uuid_copy(destGuid, varGuid); in translateGUID()
477 uuid_copy(destGuid, gAppleNVRAMGuid); in translateGUID()
480 uuid_copy(destGuid, varGuid); in translateGUID()
961 uuid_copy(_guid, guid); in OSDefineMetaClassAndStructors()
H A DIONVRAMCHRPHandler.cpp819 uuid_copy(destGuid, gAppleSystemVariableGuid); in setVariable()
821 uuid_copy(destGuid, varGuid); in setVariable()
826 uuid_copy(destGuid, gAppleNVRAMGuid); in setVariable()
828 uuid_copy(destGuid, varGuid); in setVariable()
H A DIONVRAMV3Handler.cpp880 uuid_copy(destGuid, gAppleSystemVariableGuid); in setVariable()
882 uuid_copy(destGuid, varGuid); in setVariable()
887 uuid_copy(destGuid, gAppleNVRAMGuid); in setVariable()
889 uuid_copy(destGuid, varGuid); in setVariable()
/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dnexus_kern.c623 uuid_copy(*dom_prov_uuid, nxdom_prov->nxdom_prov_uuid); in kern_nexus_register_domain_provider()
682 uuid_copy(*dom_prov_uuid, nxdom_prov->nxdom_prov_uuid); in kern_nexus_get_default_domain_provider()
999 uuid_copy(*prov_uuid, nxprov->nxprov_uuid); in kern_nexus_controller_register_provider()
1069 uuid_copy(*nx_uuid, nx->nx_uuid); in kern_nexus_controller_alloc_provider_instance()
1173 uuid_copy(*nx_uuid, nx->nx_uuid); in kern_nexus_controller_alloc_net_provider_instance()
1410 uuid_copy(nsr.nsr_uuid, nx_uuid_attachee); in _kern_nexus_ifattach()
1424 uuid_copy(*nx_if_uuid, nsr.nsr_if_uuid); in _kern_nexus_ifattach()
1468 uuid_copy(nsr.nsr_if_uuid, nx_if_uuid); in kern_nexus_ifdetach()
1497 uuid_copy(nx_uuid, if_na->nifna_up.na_nx->nx_uuid); in kern_nexus_get_netif_instance()
1522 uuid_copy(nx_uuid, fsw->fsw_nx->nx_uuid); in kern_nexus_get_flowswitch_instance()
H A Dnexus.c182 uuid_copy(nxctl->nxctl_uuid, nxctl_uuid); in nxctl_create()
396 uuid_copy(pnre->npre_prov_uuid, nxprov->nxprov_uuid); in nxctl_get_nexus_prov_list()
570 uuid_copy(*puuid, nx->nx_uuid); in nxctl_get_nexus_list()
679 uuid_copy(p_uuid, nbr.nb_exec_uuid); in nxctl_nexus_bind()
744 uuid_copy(nxb->nxb_exec_uuid, p_uuid); in nxctl_nexus_bind()
1043 uuid_copy(find.nx_uuid, clr.cl_nx_uuid); in nxctl_get_channel_list()
1063 uuid_copy(*puuid, ch->ch_info->cinfo_ch_id); in nxctl_get_channel_list()
1111 uuid_copy(nxctl->nxctl_proc_uuid, p_uuid); in nxctl_init()
1944 uuid_copy(find.nx_uuid, nx_uuid); in nx_destroy()
1984 uuid_copy(find.nx_uuid, nx_uuid); in nx_find()
[all …]
H A Dnexus_traffic_rule.c1112 uuid_copy(ginfo->trg_uuid, ntr->ntr_uuid); in convert_ntri_to_iocinfo()
1353 uuid_copy(*uuid, ntr->ntr_uuid); in add_traffic_rule_generic()
/xnu-8796.141.3/libkern/uuid/
H A Duuid.c81 uuid_copy(uuid_t dst, const uuid_t src) in uuid_copy() function
/xnu-8796.141.3/osfmk/kdp/
H A Dkdp_common.c396 uuid_copy(dyld_uuid, uuid_info.imageUUID); in kdp_task_dyld_info()
405 uuid_copy(dyld_uuid, uuid_info.imageUUID); in kdp_task_dyld_info()
/xnu-8796.141.3/tests/
H A Dcorrect_kernel_booted.c90 uuid_copy(uuid, uuid_cmd->uuid); in get_macho_uuid()
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_entry.c175 uuid_copy(find.fe_uuid, uuid); in flow_entry_find_by_uuid()
537 uuid_copy(fe->fe_uuid, req->nfr_flow_uuid); in flow_entry_alloc()
589 uuid_copy(fe->fe_eproc_uuid, req->nfr_euuid); in flow_entry_alloc()
837 uuid_copy(sf->sf_nx_uuid, fsw->fsw_nx->nx_uuid); in fe_stats_init()
H A Dflow_route.c298 uuid_copy(find.fr_uuid, id); in flow_route_find_by_uuid()
443 uuid_copy(ee_arg.ee_fm_uuid, fr->fr_mgr->fm_uuid); in flow_route_configure()
444 uuid_copy(ee_arg.ee_fr_uuid, fr->fr_uuid); in flow_route_configure()
685 uuid_copy(fr->fr_nx_uuid, nx->nx_uuid); in flow_route_find()
H A Dflow_manager.c240 uuid_copy(find.fm_uuid, fm->fm_uuid); in flow_mgr_create()
396 uuid_copy(find.fm_uuid, uuid); in flow_mgr_find_lock()
504 uuid_copy(nfi->nfi_flow_uuid, req->nfr_flow_uuid); in flow_set_port_info()
1072 uuid_copy(u.uuid, fr_uuid); in flow_mgr_get_frib_by_uuid()
/xnu-8796.141.3/bsd/kern/
H A Dsocket_flows.c984 uuid_copy(desc->euuid, so->e_uuid); in soflow_nstat_provider_request_vals()
988 uuid_copy(desc->euuid, so->last_uuid); in soflow_nstat_provider_request_vals()
991 uuid_copy(desc->vuuid, so->so_vuuid); in soflow_nstat_provider_request_vals()
992 uuid_copy(desc->fuuid, hash_entry->soflow_uuid); in soflow_nstat_provider_request_vals()
H A Dkern_codesigning.c360 uuid_copy(profile->profile_uuid, profile_uuid); in csm_register_provisioning_profile()

12