Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpci.c264 const struct pci_driver *first_driver; in scan_pci_bus() local
275 first_driver = 0; in scan_pci_bus()
277 first_driver = dev->driver; in scan_pci_bus()
296 for (devfn = first_devfn; devfn < 0xff; ++devfn, first_driver = 0) { in scan_pci_bus()
333 scan_drivers(type, class, vendor, device, first_driver, dev); in scan_pci_bus()
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c1152 int i, first_driver = 0; in unmattach() local
1237 first_driver = 1; in unmattach()
1240 first_driver = 1; in unmattach()
1245 if (first_driver) { in unmattach()
1343 if (first_driver) in unmattach()