Searched refs:itor (Results 1 – 1 of 1) sorted by relevance
301 struct nubus_dev* itor = in nubus_find_device() local304 while (itor) { in nubus_find_device()305 if (itor->category == category in nubus_find_device()306 && itor->type == type in nubus_find_device()307 && itor->dr_hw == dr_hw in nubus_find_device()308 && itor->dr_sw == dr_sw) in nubus_find_device()309 return itor; in nubus_find_device()310 itor = itor->next; in nubus_find_device()321 struct nubus_dev* itor = in nubus_find_type() local324 while (itor) { in nubus_find_type()[all …]