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

/netbsd-current/sys/arch/alpha/alpha/
H A Ddec_kn8ae.c123 static device_t primarydev, pcidev, ctrlrdev; local
149 if (primarydev == NULL) {
157 primarydev = dev;
169 * Try to find primarydev anywhere in the ancestry. This is
173 if (parent == primarydev)
H A Ddec_6600.c223 static device_t primarydev, pcidev, ctrlrdev; local
273 if (primarydev == NULL) {
281 primarydev = dev;
292 * Try to find primarydev anywhere in the ancestry. This is
296 if (parent == primarydev)
H A Ddec_kn300.c226 static device_t primarydev, pcidev, ctrlrdev; local
253 if (primarydev == NULL) {
261 primarydev = dev;
273 * Try to find primarydev anywhere in the ancestry. This is
277 if (parent == primarydev)

Completed in 341 milliseconds