Home
last modified time | relevance | path

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

12

/xnu-10063.101.15/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-10063.101.15/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()
951 if (remote == NULL || uuid_is_null(app_uuid)) { in tracker_lookup()
953 remote ? "is not" : "is", !uuid_is_null(app_uuid) ? "is not" : "is"); in tracker_lookup()
/xnu-10063.101.15/bsd/skywalk/nexus/
H A Dnexus_kern.c522 ASSERT(dom_prov_uuid != NULL && !uuid_is_null(dom_prov_uuid)); in nxdom_prov_find_uuid()
527 ASSERT(!uuid_is_null(nxdom_prov->nxdom_prov_uuid)); in nxdom_prov_find_uuid()
622 ASSERT(err == 0 && !uuid_is_null(nxdom_prov->nxdom_prov_uuid)); in kern_nexus_register_domain_provider()
636 if (dom_prov_uuid == NULL || uuid_is_null(dom_prov_uuid)) { in kern_nexus_deregister_domain_provider()
955 dom_prov_uuid == NULL || uuid_is_null(dom_prov_uuid)) { in kern_nexus_controller_register_provider()
1029 if (ncd == NULL || prov_uuid == NULL || uuid_is_null(prov_uuid)) { in kern_nexus_controller_deregister_provider()
1050 if (ncd == NULL || prov_uuid == NULL || uuid_is_null(prov_uuid) || in kern_nexus_controller_alloc_provider_instance()
1092 if (ncd == NULL || prov_uuid == NULL || uuid_is_null(prov_uuid) || in kern_nexus_controller_alloc_net_provider_instance()
1202 if (ncd == NULL || nx_uuid == NULL || uuid_is_null(nx_uuid)) { in kern_nexus_controller_free_provider_instance()
1224 if (ncd == NULL || nx_uuid == NULL || uuid_is_null(nx_uuid) || in kern_nexus_controller_bind_provider_instance()
[all …]
H A Dnexus_syscalls.c272 if (__improbable(uuid_is_null(nxprov_uuid))) { in __nexus_deregister()
321 if (__improbable(uuid_is_null(nxprov_uuid))) { in __nexus_create()
385 if (__improbable(uuid_is_null(nx_uuid))) { in __nexus_destroy()
H A Dnexus.c185 ASSERT(!uuid_is_null(nxctl_uuid)); in nxctl_create()
467 if (uuid_is_null(nre.npre_prov_uuid)) { in nxctl_get_nexus_prov_entry()
533 if (uuid_is_null(nlr.nl_prov_uuid)) { in nxctl_get_nexus_list()
654 if (uuid_is_null(nbr.nb_nx_uuid)) { in nxctl_nexus_bind()
678 if ((m_pid || uuid_is_null(nbr.nb_exec_uuid)) && in nxctl_nexus_bind()
756 ASSERT(!uuid_is_null(p_uuid)); in nxctl_nexus_bind()
838 if (uuid_is_null(nur.nu_nx_uuid)) { in nxctl_nexus_unbind()
894 if (uuid_is_null(ncr.nc_nx_uuid)) { in nxctl_nexus_config()
1032 if (uuid_is_null(clr.cl_nx_uuid)) { in nxctl_get_channel_list()
1844 ASSERT(!uuid_is_null(nxprov_uuid)); in nx_create()
/xnu-10063.101.15/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-10063.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c179 ASSERT(!uuid_is_null(fo->fo_key)); in fsw_netagent_flow_add()
270 ASSERT(!uuid_is_null(flow_uuid)); in fsw_netagent_event()
407 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.c834 NXSPECREQ_UUID || uuid_is_null(nsr->nsr_uuid)) { in fsw_ctl_attach()
882 ASSERT(!uuid_is_null(nsr->nsr_if_uuid)); in fsw_ctl_attach()
947 if (uuid_is_null(nsr->nsr_if_uuid)) { in fsw_ctl_detach()
1018 if (uuid_is_null(req->nfr_flow_uuid)) { in fsw_ctl()
1034 } else if (!uuid_is_null(req->nfr_euuid)) { in fsw_ctl()
1305 ASSERT(!uuid_is_null(fsw->fsw_agent_uuid)); in fsw_netagent_add_remove()
1364 ASSERT(!uuid_is_null(fsw->fsw_agent_uuid)); in fsw_netagent_update()
1842 if (!uuid_is_null(fae->fae_id)) { in fsw_mib_get_flow_adv()
/xnu-10063.101.15/bsd/uuid/
H A Duuid.h69 int uuid_is_null(const uuid_t uu);
/xnu-10063.101.15/bsd/net/
H A Dnecp_client.c1309 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_defunct_flow_registration()
1621 !uuid_is_null(search_flow->u.nexus_agent)) { in necp_destroy_client_flow_registration()
1744 if (!uuid_is_null(flow_defunct->nexus_agent)) { in necp_process_defunct_list()
2030 if (uuid_is_null(option->nexus_agent)) { in necp_client_add_interface_option_if_needed()
2045 if (uuid_is_null(option->nexus_agent)) { in necp_client_add_interface_option_if_needed()
2103 if (uuid_is_null(result.netagents[i])) { in necp_client_flow_is_viable()
2232 if (flow->invalid && flow->nexus && flow->assigned && !uuid_is_null(flow->u.nexus_agent)) { in necp_client_update_flows()
2306 if (uuid_is_null(parameters->required_netagents[i])) { in necp_netagent_is_requested()
2349 if (uuid_is_null(parameters->preferred_netagents[i])) { in necp_netagent_is_requested()
2487 if (uuid_is_null(ifp->if_agentids[i])) { in necp_client_add_agent_interface_options()
[all …]
H A Dif_utun.c996 if (!uuid_is_null(instance)) { in utun_detach_provider_and_instance()
1005 if (!uuid_is_null(provider)) { in utun_detach_provider_and_instance()
1023 if (!uuid_is_null(nx->fsw_device)) { in utun_nexus_detach()
1313 VERIFY(uuid_is_null(pcb->utun_kpipe_uuid) == !enabled); in utun_disable_channel()
1394 VERIFY(uuid_is_null(pcb->utun_kpipe_uuid)); in utun_enable_channel()
1984 if (!uuid_is_null(kpipe_uuid)) { in utun_ctl_disconnect()
2003 if (!uuid_is_null(kpipe_uuid)) { in utun_ctl_disconnect()
2207 if (uuid_is_null(pcb->utun_nx.fsw_agent)) { in utun_ctl_setopt()
2459 if (uuid_is_null(pcb->utun_kpipe_uuid)) { in utun_ctl_getopt()
H A Dif_ipsec.c2797 if (!uuid_is_null(instance)) { in ipsec_detach_provider_and_instance()
2806 if (!uuid_is_null(provider)) { in ipsec_detach_provider_and_instance()
2824 if (!uuid_is_null(nx->fsw_device)) { in ipsec_nexus_detach()
3124 VERIFY(uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_detach_channels()
3136 VERIFY(!uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_detach_channels()
3141 VERIFY(uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_detach_channels()
3234 VERIFY(uuid_is_null(pcb->ipsec_kpipe_uuid[i])); in ipsec_enable_channel()
3240 const bool has_proc_uuid = !uuid_is_null(pcb->ipsec_kpipe_proc_uuid); in ipsec_enable_channel()
3254 if (!uuid_is_null(pcb->ipsec_kpipe_uuid[j])) { in ipsec_enable_channel()
4062 if (uuid_is_null(pcb->ipsec_nx.fsw_agent)) { in ipsec_ctl_setopt()
H A Dif_headless.c1046 if (!uuid_is_null(instance)) { in detach_provider_and_instance()
1055 if (!uuid_is_null(provider)) { in detach_provider_and_instance()
H A Dnecp.c2372 !uuid_is_null(condition_value)) { in necp_policy_condition_is_valid()
3661 if (!uuid_is_null(policy->applied_app_uuid)) { in necp_policy_unapply()
3669 if (!uuid_is_null(policy->applied_real_app_uuid)) { in necp_policy_unapply()
3673 if (!uuid_is_null(policy->applied_result_uuid)) { in necp_policy_unapply()
5707 bool has_agent_a = !uuid_is_null(netagent_uuid); in necp_lookup_route_rule_by_contents_locked()
5725 bool has_match_agent_a = !uuid_is_null(match_netagent_uuid); in necp_lookup_route_rule_by_contents_locked()
5816 if (!uuid_is_null(netagent_uuid)) { in necp_create_route_rule()
5910 if (!uuid_is_null(netagent_uuid)) { in necp_create_route_rule()
5913 if (!uuid_is_null(match_netagent_uuid)) { in necp_create_route_rule()
6206 if (uuid_is_null(uuid)) { in necp_uuid_lookup_service_id_locked()
[all …]
H A Ddlil.c1069 if (instance == NULL || uuid_is_null(instance)) { in dlil_detach_nexus_instance()
1074 if (device != NULL && !uuid_is_null(device)) { in dlil_detach_nexus_instance()
1102 if (provider != NULL && !uuid_is_null(provider)) { in dlil_detach_nexus()
1526 if (uuid_is_null(ifp->if_nx_flowswitch.if_fsw_instance) == 0) { in dlil_attach_flowswitch_nexus()
1580 if (!uuid_is_null(nx_fsw->if_fsw_device)) { in dlil_quiesce_and_detach_nexuses()
1581 ASSERT(!uuid_is_null(nx_fsw->if_fsw_provider)); in dlil_quiesce_and_detach_nexuses()
1582 ASSERT(!uuid_is_null(nx_fsw->if_fsw_instance)); in dlil_quiesce_and_detach_nexuses()
1586 ASSERT(uuid_is_null(nx_fsw->if_fsw_provider)); in dlil_quiesce_and_detach_nexuses()
1587 ASSERT(uuid_is_null(nx_fsw->if_fsw_instance)); in dlil_quiesce_and_detach_nexuses()
1591 if (!uuid_is_null(nx_netif->if_nif_attach)) { in dlil_quiesce_and_detach_nexuses()
[all …]
H A Dpktap.c1553 } else if (!uuid_is_null(pktap_header->pth_uuid)) { in convert_to_pktap_header_to_v2()
1569 } else if (!uuid_is_null(pktap_header->pth_euuid)) { in convert_to_pktap_header_to_v2()
/xnu-10063.101.15/libkern/uuid/
H A Duuid.c136 uuid_is_null(const uuid_t uu) in uuid_is_null() function
/xnu-10063.101.15/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c438 ASSERT(!uuid_is_null(fr->fr_mgr->fm_uuid)); in flow_route_configure()
439 ASSERT(!uuid_is_null(fr->fr_uuid)); in flow_route_configure()
440 ASSERT(!uuid_is_null(fr->fr_nx_uuid)); in flow_route_configure()
684 ASSERT(!uuid_is_null(fr->fr_uuid)); in flow_route_find()
1013 VERIFY(!uuid_is_null(ee_arg.ee_fm_uuid)); in flow_route_ev_callback()
1014 VERIFY(!uuid_is_null(ee_arg.ee_fr_uuid)); in flow_route_ev_callback()
H A Dflow_manager.c266 ASSERT(!uuid_is_null(fm->fm_uuid)); in flow_mgr_destroy()
505 ASSERT(!uuid_is_null(nfi->nfi_flow_uuid)); in flow_set_port_info()
750 bool is_child_flow = !uuid_is_null(req->nfr_parent_flow_uuid); in flow_req_prepare()
816 if (__probable(uuid_is_null(req->nfr_parent_flow_uuid))) { in flow_req_prepare()
/xnu-10063.101.15/bsd/netinet6/
H A Dudp6_usrreq.c737 if (cmd == PRC_MSGSIZE && in6p != NULL && !uuid_is_null(in6p->necp_client_uuid)) { in udp6_ctlinput()
956 if (!uuid_is_null(inp->necp_client_uuid)) { in udp6_connect()
1001 if (!uuid_is_null(inp->necp_client_uuid)) { in udp6_connect()
/xnu-10063.101.15/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c995 ASSERT(!uuid_is_null(nif->nif_agent_uuid)); in nx_netif_agent_init()
1019 ASSERT(!uuid_is_null(nif->nif_agent_uuid)); in nx_netif_agent_fini()
H A Dnx_netif.c1370 } else if (ifp->if_na != NULL || !uuid_is_null(n->nif_uuid)) { in nx_netif_ctl_attach()
1373 ASSERT(uuid_is_null(n->nif_uuid)); in nx_netif_ctl_attach()
1492 if (nsr != NULL && uuid_is_null(nsr->nsr_if_uuid)) { in nx_netif_ctl_detach()
1545 if (uuid_is_null(req->nfr_flow_uuid)) { in nx_netif_ctl_flow_check()
1557 } else if (!uuid_is_null(req->nfr_euuid)) { in nx_netif_ctl_flow_check()
/xnu-10063.101.15/osfmk/kern/
H A Dext_paniclog.c288 if (uuid_is_null(uuid)) { in ext_paniclog_panic_with_data()

12