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

/freebsd-13-stable/sys/dev/pci/
H A Dvga_pci.c70 static struct vga_resource *lookup_res(struct vga_pci_softc *sc, int rid);
245 vr = lookup_res(device_get_softc(dev), rid);
269 vr = lookup_res(device_get_softc(dev), rid);
310 vr = lookup_res(device_get_softc(dev), rid);
445 lookup_res(struct vga_pci_softc *sc, int rid) function
470 vr = lookup_res(device_get_softc(dev), *rid);
497 vr = lookup_res(device_get_softc(dev), rid);

Completed in 86 milliseconds