Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_var.h477 extern int nx_destroy(struct nxctl *, const uuid_t);
H A Dnexus_syscalls.c398 err = nx_destroy(nxctl, nx_uuid); in __nexus_destroy()
H A Dnexus_kern.c1186 err = nx_destroy(nxctl, nx_uuid); in kern_nexus_controller_free_provider_instance()
H A Dnexus.c1985 nx_destroy(struct nxctl *nxctl, const uuid_t nx_uuid) in nx_destroy() function