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