Home
last modified time | relevance | path

Searched refs:nxprov_destroy (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.121.2/bsd/skywalk/nexus/ !
H A Dnexus_syscalls.c285 err = nxprov_destroy(nxctl, nxprov_uuid); in __nexus_deregister()
H A Dnexus_var.h522 extern int nxprov_destroy(struct nxctl *, const uuid_t);
H A Dnexus_kern.c1034 err = nxprov_destroy(nxctl, prov_uuid); in kern_nexus_controller_deregister_provider()
H A Dnexus.c1554 nxprov_destroy(struct nxctl *nxctl, const uuid_t nxprov_uuid) in nxprov_destroy() function