Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_syscalls.c271 err = nxprov_destroy(nxctl, nxprov_uuid); in __nexus_deregister()
H A Dnexus_var.h512 extern int nxprov_destroy(struct nxctl *, const uuid_t);
H A Dnexus_kern.c1036 err = nxprov_destroy(nxctl, prov_uuid); in kern_nexus_controller_deregister_provider()
H A Dnexus.c1596 nxprov_destroy(struct nxctl *nxctl, const uuid_t nxprov_uuid) in nxprov_destroy() function