Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_lmc.c5444 nbsd_detach(self, 0); in nbsd_attach()
5451 nbsd_detach(self, 0); in nbsd_attach()
5462 nbsd_detach(self, 0); in nbsd_attach()
5471 if ((error = lmc_attach(sc))) nbsd_detach(self, 0); in nbsd_attach()
5476 nbsd_detach(device_t self, int flags) in nbsd_detach() function
5498 nbsd_match, nbsd_attach, nbsd_detach, NULL);
H A Dif_lmc.h1389 static int nbsd_detach(device_t, int);