Home
last modified time | relevance | path

Searched refs:uuid_is_null (Results 1 – 25 of 40) sorted by relevance

12

/xnu-8019.80.24/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c556 VERIFY(uuid_is_null(kplo_dom_prov_uuid)); in kpipe_loopback_start()
562 VERIFY(uuid_is_null(kplo_dom_prov_uuid)); in kpipe_loopback_start()
589 VERIFY(uuid_is_null(uuidtmp)); in kpipe_loopback_start()
611 VERIFY(uuid_is_null(kplo_prov_uuid)); in kpipe_loopback_start()
618 VERIFY(uuid_is_null(kplo_prov_uuid)); in kpipe_loopback_start()
691 VERIFY(uuid_is_null(kplo_nx_uuid)); in kpipe_loopback_start()
697 VERIFY(uuid_is_null(kplo_nx_uuid)); in kpipe_loopback_start()
729 if (!uuid_is_null(kplo_nx_uuid)) { in kpipe_loopback_stop()
740 if (!uuid_is_null(kplo_prov_uuid)) { in kpipe_loopback_stop()
759 if (!uuid_is_null(kplo_dom_prov_uuid)) { in kpipe_loopback_stop()
/xnu-8019.80.24/bsd/kern/
H A Dproc_uuid_policy.c122 if (uuid_is_null(uuid)) { in proc_uuid_policy_insert()
201 if (uuid_is_null(uuid)) { in proc_uuid_policy_remove()
258 if (uuid_is_null(uuid) || !flags || !gencount) { in proc_uuid_policy_lookup()
H A Dtracker.c315 if (uuid_is_null(entry->app_uuid)) { in fill_hash_entry()
316 if (appuuid == NULL || uuid_is_null(appuuid)) { in fill_hash_entry()
942 if (remote == NULL || uuid_is_null(app_uuid)) { in tracker_lookup()
944 remote ? "is not" : "is", !uuid_is_null(app_uuid) ? "is not" : "is"); in tracker_lookup()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_kern.c524 ASSERT(dom_prov_uuid != NULL && !uuid_is_null(dom_prov_uuid)); in nxdom_prov_find_uuid()
529 ASSERT(!uuid_is_null(nxdom_prov->nxdom_prov_uuid)); in nxdom_prov_find_uuid()
624 ASSERT(err == 0 && !uuid_is_null(nxdom_prov->nxdom_prov_uuid)); in kern_nexus_register_domain_provider()
638 if (dom_prov_uuid == NULL || uuid_is_null(dom_prov_uuid)) { in kern_nexus_deregister_domain_provider()
957 dom_prov_uuid == NULL || uuid_is_null(dom_prov_uuid)) { in kern_nexus_controller_register_provider()
1031 if (ncd == NULL || prov_uuid == NULL || uuid_is_null(prov_uuid)) { in kern_nexus_controller_deregister_provider()
1052 if (ncd == NULL || prov_uuid == NULL || uuid_is_null(prov_uuid) || in kern_nexus_controller_alloc_provider_instance()
1094 if (ncd == NULL || prov_uuid == NULL || uuid_is_null(prov_uuid) || in kern_nexus_controller_alloc_net_provider_instance()
1204 if (ncd == NULL || nx_uuid == NULL || uuid_is_null(nx_uuid)) { in kern_nexus_controller_free_provider_instance()
1226 if (ncd == NULL || nx_uuid == NULL || uuid_is_null(nx_uuid) || in kern_nexus_controller_bind_provider_instance()
[all …]
H A Dnexus_syscalls.c258 if (__improbable(uuid_is_null(nxprov_uuid))) { in __nexus_deregister()
307 if (__improbable(uuid_is_null(nxprov_uuid))) { in __nexus_create()
371 if (__improbable(uuid_is_null(nx_uuid))) { in __nexus_destroy()
H A Dnexus.c208 ASSERT(!uuid_is_null(nxctl_uuid)); in nxctl_create()
489 if (uuid_is_null(nre.npre_prov_uuid)) { in nxctl_get_nexus_prov_entry()
555 if (uuid_is_null(nlr.nl_prov_uuid)) { in nxctl_get_nexus_list()
676 if (uuid_is_null(nbr.nb_nx_uuid)) { in nxctl_nexus_bind()
700 if ((m_pid || uuid_is_null(nbr.nb_exec_uuid)) && in nxctl_nexus_bind()
777 ASSERT(!uuid_is_null(p_uuid)); in nxctl_nexus_bind()
859 if (uuid_is_null(nur.nu_nx_uuid)) { in nxctl_nexus_unbind()
915 if (uuid_is_null(ncr.nc_nx_uuid)) { in nxctl_nexus_config()
1052 if (uuid_is_null(clr.cl_nx_uuid)) { in nxctl_get_channel_list()
1868 ASSERT(!uuid_is_null(nxprov_uuid)); in nx_create()
/xnu-8019.80.24/tests/
H A Dnet_tuntests.c182 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in check_enables()
227 T_QUIET; T_EXPECT_FALSE(uuid_is_null(uuid[i]), NULL); in check_enables()
238 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in check_enables()
448 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in create_tunsock_old()
467 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in create_tunsock_old()
511 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in create_tunsock_old()
524 T_QUIET; T_EXPECT_FALSE(uuid_is_null(uuid[i]), NULL); in create_tunsock_old()
538 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in create_tunsock_old()
596 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in create_tunsock_new()
616 T_QUIET; T_EXPECT_TRUE(uuid_is_null(uuid[i]), NULL); in create_tunsock_new()
[all …]
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c153 ASSERT(!uuid_is_null(fo->fo_key)); in fsw_netagent_flow_add()
244 ASSERT(!uuid_is_null(flow_uuid)); in fsw_netagent_event()
375 if (!uuid_is_null(fsw->fsw_agent_uuid)) { in fsw_netagent_unregister()
H A Dfsw_flow.c66 ASSERT(!uuid_is_null(req.nfr_flow_uuid)); in fsw_flow_add()
247 ASSERT(!uuid_is_null(uuid_key)); in fsw_flow_add()
352 ASSERT(!uuid_is_null(req->nfr_flow_uuid)); in fsw_flow_del()
H A Dfsw.c691 NXSPECREQ_UUID || uuid_is_null(nsr->nsr_uuid)) { in fsw_ctl_attach()
739 ASSERT(!uuid_is_null(nsr->nsr_if_uuid)); in fsw_ctl_attach()
796 if (uuid_is_null(nsr->nsr_if_uuid)) { in fsw_ctl_detach()
867 if (uuid_is_null(req->nfr_flow_uuid)) { in fsw_ctl()
883 } else if (!uuid_is_null(req->nfr_euuid)) { in fsw_ctl()
1137 ASSERT(!uuid_is_null(fsw->fsw_agent_uuid)); in fsw_netagent_add_remove()
1191 ASSERT(!uuid_is_null(fsw->fsw_agent_uuid)); in fsw_netagent_update()
1669 if (!uuid_is_null(fae->fae_id)) { in fsw_mib_get_flow_adv()
/xnu-8019.80.24/bsd/uuid/
H A Duuid.h69 int uuid_is_null(const uuid_t uu);
/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c1260 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_defunct_flow_registration()
1569 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_destroy_client_flow_registration()
1692 if (!uuid_is_null(flow_defunct->nexus_agent)) { in necp_process_defunct_list()
1986 if (uuid_is_null(option->nexus_agent)) { in necp_client_add_interface_option_if_needed()
2001 if (uuid_is_null(option->nexus_agent)) { in necp_client_add_interface_option_if_needed()
2059 if (uuid_is_null(result.netagents[i])) { in necp_client_flow_is_viable()
2188 if (flow->invalid && flow->nexus && flow->assigned && !uuid_is_null(flow->u.nexus_agent)) { in necp_client_update_flows()
2262 if (uuid_is_null(parameters->required_netagents[i])) { in necp_netagent_is_requested()
2305 if (uuid_is_null(parameters->preferred_netagents[i])) { in necp_netagent_is_requested()
2443 if (uuid_is_null(ifp->if_agentids[i])) { in necp_client_add_agent_interface_options()
[all …]
H A Dif_utun.c994 if (!uuid_is_null(instance)) { in utun_detach_provider_and_instance()
1003 if (!uuid_is_null(provider)) { in utun_detach_provider_and_instance()
1021 if (!uuid_is_null(nx->fsw_device)) { in utun_nexus_detach()
1311 VERIFY(uuid_is_null(pcb->utun_kpipe_uuid) == !enabled); in utun_disable_channel()
1392 VERIFY(uuid_is_null(pcb->utun_kpipe_uuid)); in utun_enable_channel()
1973 if (!uuid_is_null(kpipe_uuid)) { in utun_ctl_disconnect()
1992 if (!uuid_is_null(kpipe_uuid)) { in utun_ctl_disconnect()
2196 if (uuid_is_null(pcb->utun_nx.fsw_agent)) { in utun_ctl_setopt()
2448 if (uuid_is_null(pcb->utun_kpipe_uuid)) { in utun_ctl_getopt()
H A Dif_ipsec.c2034 if (!uuid_is_null(instance)) { in ipsec_detach_provider_and_instance()
2043 if (!uuid_is_null(provider)) { in ipsec_detach_provider_and_instance()
2061 if (!uuid_is_null(nx->fsw_device)) { in ipsec_nexus_detach()
2361 VERIFY(uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_detach_channels()
2373 VERIFY(!uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_detach_channels()
2378 VERIFY(uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_detach_channels()
2471 VERIFY(uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_enable_channel()
2477 const bool has_proc_uuid = !uuid_is_null(pcb->ipsec_kpipe_proc_uuid); in ipsec_enable_channel()
2491 if (!uuid_is_null(pcb->ipsec_kpipe_uuid[j])) { in ipsec_enable_channel()
3290 if (uuid_is_null(pcb->ipsec_nx.fsw_agent)) { in ipsec_ctl_setopt()
H A Dif_headless.c1051 if (!uuid_is_null(instance)) { in detach_provider_and_instance()
1060 if (!uuid_is_null(provider)) { in detach_provider_and_instance()
H A Dnecp.c2025 !uuid_is_null(condition_value)) { in necp_policy_condition_is_valid()
3249 if (!uuid_is_null(policy->applied_app_uuid)) { in necp_policy_unapply()
3257 if (!uuid_is_null(policy->applied_real_app_uuid)) { in necp_policy_unapply()
3261 if (!uuid_is_null(policy->applied_result_uuid)) { in necp_policy_unapply()
5163 bool has_agent_a = !uuid_is_null(netagent_uuid); in necp_lookup_route_rule_by_contents_locked()
5181 bool has_match_agent_a = !uuid_is_null(match_netagent_uuid); in necp_lookup_route_rule_by_contents_locked()
5269 if (!uuid_is_null(netagent_uuid)) { in necp_create_route_rule()
5347 if (!uuid_is_null(netagent_uuid)) { in necp_create_route_rule()
5350 if (!uuid_is_null(match_netagent_uuid)) { in necp_create_route_rule()
5641 if (uuid_is_null(uuid)) { in necp_uuid_lookup_service_id_locked()
[all …]
H A Dpktap.c1559 } else if (!uuid_is_null(pktap_header->pth_uuid)) { in convert_to_pktap_header_to_v2()
1575 } else if (!uuid_is_null(pktap_header->pth_euuid)) { in convert_to_pktap_header_to_v2()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c450 ASSERT(!uuid_is_null(fr->fr_mgr->fm_uuid)); in flow_route_configure()
451 ASSERT(!uuid_is_null(fr->fr_uuid)); in flow_route_configure()
452 ASSERT(!uuid_is_null(fr->fr_nx_uuid)); in flow_route_configure()
696 ASSERT(!uuid_is_null(fr->fr_uuid)); in flow_route_find()
1025 VERIFY(!uuid_is_null(ee_arg.ee_fm_uuid)); in flow_route_ev_callback()
1026 VERIFY(!uuid_is_null(ee_arg.ee_fr_uuid)); in flow_route_ev_callback()
H A Dflow_manager.c275 ASSERT(!uuid_is_null(fm->fm_uuid)); in flow_mgr_destroy()
538 ASSERT(!uuid_is_null(nfi->nfi_flow_uuid)); in flow_set_port_info()
/xnu-8019.80.24/libkern/uuid/
H A Duuid.c136 uuid_is_null(const uuid_t uu) in uuid_is_null() function
/xnu-8019.80.24/bsd/netinet6/
H A Dudp6_usrreq.c723 if (cmd == PRC_MSGSIZE && in6p != NULL && !uuid_is_null(in6p->necp_client_uuid)) { in udp6_ctlinput()
898 if (!uuid_is_null(inp->necp_client_uuid)) { in udp6_connect()
943 if (!uuid_is_null(inp->necp_client_uuid)) { in udp6_connect()
/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c1034 ASSERT(!uuid_is_null(nif->nif_agent_uuid)); in nx_netif_agent_init()
1058 ASSERT(!uuid_is_null(nif->nif_agent_uuid)); in nx_netif_agent_fini()
H A Dnx_netif.c1331 } else if (ifp->if_na != NULL || !uuid_is_null(n->nif_uuid)) { in nx_netif_ctl_attach()
1334 ASSERT(uuid_is_null(n->nif_uuid)); in nx_netif_ctl_attach()
1397 if (nsr != NULL && uuid_is_null(nsr->nsr_if_uuid)) { in nx_netif_ctl_detach()
1468 if (uuid_is_null(req->nfr_flow_uuid)) { in nx_netif_ctl_flow_check()
1480 } else if (!uuid_is_null(req->nfr_euuid)) { in nx_netif_ctl_flow_check()
/xnu-8019.80.24/bsd/skywalk/channel/
H A Dchannel_syscalls.c152 } else if (__improbable(uuid_is_null(init.ci_nx_uuid))) { in __channel_open()
/xnu-8019.80.24/bsd/netinet/
H A Dudp_usrreq.c934 if (cmd == PRC_MSGSIZE && !uuid_is_null(inp->necp_client_uuid)) { in udp_ctlinput()
2239 !uuid_is_null(inp->necp_client_uuid)) { in udp_bind()
2284 if (!uuid_is_null(inp->necp_client_uuid)) { in udp_connect()

12