Searched refs:lookup_res (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
H A Dvga_pci.c68 static struct vga_resource *lookup_res(struct vga_pci_softc *sc, int rid);
198 vr = lookup_res(device_get_softc(dev), PCIR_BIOS);
322 lookup_res(struct vga_pci_softc *sc, int rid) function
347 vr = lookup_res(device_get_softc(dev), *rid);
374 vr = lookup_res(device_get_softc(dev), rid);

Completed in 111 milliseconds