Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbmips/malta/pci/
H A Dpcib.c129 static void pcib_cleanup(void *arg);
330 if (shutdownhook_establish(pcib_cleanup, sc) == NULL) in pcib_attach()
616 pcib_cleanup(void *arg) in pcib_cleanup() function