Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_syscalls.c384 err = nx_destroy(nxctl, nx_uuid); in __nexus_destroy()
H A Dnexus_var.h467 extern int nx_destroy(struct nxctl *, const uuid_t);
H A Dnexus_kern.c1209 err = nx_destroy(nxctl, nx_uuid); in kern_nexus_controller_free_provider_instance()
H A Dnexus.c1976 nx_destroy(struct nxctl *nxctl, const uuid_t nx_uuid) in nx_destroy() function