Searched refs:matching_dev (Results 1 – 1 of 1) sorted by relevance
2622 device_t matching_dev = NULL; local2634 matching_dev = ntoskrnl_finddev(devp, paddr, &res);2635 if (matching_dev)2641 if (matching_dev == NULL)2665 device_t matching_dev; local2708 matching_dev = ntoskrnl_finddev(children[i], paddr, res);2709 if (matching_dev != NULL) {2711 return (matching_dev);