HomeSort by: relevance | last modified time | path
    Searched defs:ctrlrdev (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/pci/
pci_bootdev.c 56 static device_t pcidev, ctrlrdev; local in function:pci_find_bootdev
91 if (ctrlrdev == NULL) {
101 ctrlrdev = dev;
121 if (device_parent(parent) != ctrlrdev) {
139 if (device_parent(parent) != ctrlrdev) {
160 if (parent != ctrlrdev) {
pci_bootdev.c 56 static device_t pcidev, ctrlrdev; local in function:pci_find_bootdev
91 if (ctrlrdev == NULL) {
101 ctrlrdev = dev;
121 if (device_parent(parent) != ctrlrdev) {
139 if (device_parent(parent) != ctrlrdev) {
160 if (parent != ctrlrdev) {

Completed in 22 milliseconds