Home
last modified time | relevance | path

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

12

/xnu-8792.41.9/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.c670 uuid_copy(chr.cr_spec_uuid, hw_nx->nx_uuid); in fsw_netif_port_setup()
803 uuid_copy(nsr->nsr_if_uuid, fsw->fsw_dev_ch->ch_na->na_uuid); in fsw_ctl_attach()
1137 uuid_copy(fe_uuid, fe->fe_uuid); in fsw_protoctl_event_callback()
1731 uuid_copy(sfa->sfa_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_mib_get_flow_adv()
1749 uuid_copy(sfae->sfae_flow_id, fae->fae_id); in fsw_mib_get_flow_adv()
1769 uuid_copy(sfo->sfo_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fo2sfo()
1823 uuid_copy(sfr->sfr_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_fr2sfr()
1824 uuid_copy(sfr->sfr_uuid, fr->fr_uuid); in fsw_fr2sfr()
1936 uuid_copy(sus->sus_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_nxs2nus()
2038 uuid_copy(sfs->sfs_nx_uuid, fsw->fsw_nx->nx_uuid); in fsw_mib_get_stats()
/xnu-8792.41.9/bsd/net/
H A Dif_ports_used.c313 uuid_copy(current_wakeuuid, wakeuuid); in if_ports_used_update_wakeuuid()
596 uuid_copy(xnpigen.xng_wakeuuid, current_wakeuuid);
739 uuid_copy(npi.npi_flow_uuid, inp->necp_client_uuid); in if_ports_used_add_inpcb()
777 uuid_copy(npi.npi_owner_uuid, so->last_uuid); in if_ports_used_add_inpcb()
787 uuid_copy(npi.npi_effective_uuid, so->e_uuid); in if_ports_used_add_inpcb()
794 uuid_copy(npi.npi_effective_uuid, so->last_uuid); in if_ports_used_add_inpcb()
832 uuid_copy(npi.npi_flow_uuid, nfi->nfi_flow_uuid); in if_ports_used_add_flow_entry()
889 uuid_copy(npi.npi_effective_uuid, fe->fe_eproc_uuid); in if_ports_used_add_flow_entry()
894 uuid_copy(npi.npi_effective_uuid, npi.npi_owner_uuid); in if_ports_used_add_flow_entry()
1032 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.c867 uuid_copy(find.registration_id, client_id); in necp_find_client_and_lock()
875 uuid_copy(find.client_id, client_id); in necp_find_client_and_lock()
894 uuid_copy(find.registration_id, flow_id); in necp_client_find_flow()
911 uuid_copy(find.registration_id, client_id); in necp_client_fd_find_client_unlocked()
918 uuid_copy(find.client_id, client_id); in necp_client_fd_find_client_unlocked()
1295 uuid_copy(flow_defunct->nexus_agent, search_flow->u.nexus_agent); in necp_defunct_flow_registration()
1296uuid_copy(flow_defunct->flow_id, ((flow_registration->flags & NECP_CLIENT_FLOW_FLAGS_USE_CLIENT_ID… in necp_defunct_flow_registration()
1452 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_add_internal()
1475 uuid_copy(client_update->client_id, client->client_id); in necp_client_update_observer_update_internal()
1498 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()
1557 uuid_copy(*(uuid_t *)ptr, pktap_header->pth_uuid); in convert_to_pktap_header_to_v2()
1573 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 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()
/xnu-8792.41.9/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-8792.41.9/bsd/uuid/
H A Duuid.h59 void uuid_copy(uuid_t dst, const uuid_t src);
/xnu-8792.41.9/bsd/skywalk/core/
H A Dskywalk_proc_info.c76 uuid_copy(info->chi_instance, channel->ch_info->cinfo_nx_uuid); in fill_channelinfo()
/xnu-8792.41.9/bsd/skywalk/nexus/
H A Dnexus_kern.c626 uuid_copy(*dom_prov_uuid, nxdom_prov->nxdom_prov_uuid); in kern_nexus_register_domain_provider()
685 uuid_copy(*dom_prov_uuid, nxdom_prov->nxdom_prov_uuid); in kern_nexus_get_default_domain_provider()
1002 uuid_copy(*prov_uuid, nxprov->nxprov_uuid); in kern_nexus_controller_register_provider()
1072 uuid_copy(*nx_uuid, nx->nx_uuid); in kern_nexus_controller_alloc_provider_instance()
1176 uuid_copy(*nx_uuid, nx->nx_uuid); in kern_nexus_controller_alloc_net_provider_instance()
1413 uuid_copy(nsr.nsr_uuid, nx_uuid_attachee); in _kern_nexus_ifattach()
1427 uuid_copy(*nx_if_uuid, nsr.nsr_if_uuid); in _kern_nexus_ifattach()
1471 uuid_copy(nsr.nsr_if_uuid, nx_if_uuid); in kern_nexus_ifdetach()
1500 uuid_copy(nx_uuid, if_na->nifna_up.na_nx->nx_uuid); in kern_nexus_get_netif_instance()
1525 uuid_copy(nx_uuid, fsw->fsw_nx->nx_uuid); in kern_nexus_get_flowswitch_instance()
H A Dnexus.c187 uuid_copy(nxctl->nxctl_uuid, nxctl_uuid); in nxctl_create()
401 uuid_copy(pnre->npre_prov_uuid, nxprov->nxprov_uuid); in nxctl_get_nexus_prov_list()
575 uuid_copy(*puuid, nx->nx_uuid); in nxctl_get_nexus_list()
684 uuid_copy(p_uuid, nbr.nb_exec_uuid); in nxctl_nexus_bind()
749 uuid_copy(nxb->nxb_exec_uuid, p_uuid); in nxctl_nexus_bind()
1048 uuid_copy(find.nx_uuid, clr.cl_nx_uuid); in nxctl_get_channel_list()
1068 uuid_copy(*puuid, ch->ch_info->cinfo_ch_id); in nxctl_get_channel_list()
1116 uuid_copy(nxctl->nxctl_proc_uuid, p_uuid); in nxctl_init()
1949 uuid_copy(find.nx_uuid, nx_uuid); in nx_destroy()
1989 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-8792.41.9/libkern/uuid/
H A Duuid.c81 uuid_copy(uuid_t dst, const uuid_t src) in uuid_copy() function
/xnu-8792.41.9/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-8792.41.9/tests/
H A Dcorrect_kernel_booted.c90 uuid_copy(uuid, uuid_cmd->uuid); in get_macho_uuid()
/xnu-8792.41.9/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_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()
H A Dflow_route.c326 uuid_copy(find.fr_uuid, id); in flow_route_find_by_uuid()
471 uuid_copy(ee_arg.ee_fm_uuid, fr->fr_mgr->fm_uuid); in flow_route_configure()
472 uuid_copy(ee_arg.ee_fr_uuid, fr->fr_uuid); in flow_route_configure()
713 uuid_copy(fr->fr_nx_uuid, nx->nx_uuid); in flow_route_find()
/xnu-8792.41.9/bsd/kern/
H A Dkern_codesigning.c340 uuid_copy(profile->profile_uuid, profile_uuid); in register_provisioning_profile()
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-8792.41.9/iokit/Kernel/
H A DIONVRAMV3Handler.cpp818 uuid_copy(destGuid, gAppleSystemVariableGuid); in setVariable()
820 uuid_copy(destGuid, varGuid); in setVariable()
825 uuid_copy(destGuid, gAppleNVRAMGuid); in setVariable()
827 uuid_copy(destGuid, varGuid); in setVariable()
H A DIONVRAM.cpp504 ok ? uuid_copy(*guidResult, guid) : uuid_copy(*guidResult, gAppleNVRAMGuid); in parseVariableName()
788 uuid_copy(_guid, guid); in OSDefineMetaClassAndStructors()

12