Searched refs:currdev (Results 1 – 1 of 1) sorted by relevance
576 int error, currdev; in pnpbios_identify() local616 for (currdev = 0, left = ndevs; (currdev != 0xff) && (left > 0); left--) { in pnpbios_identify()618 pda->next = currdev; in pnpbios_identify()626 printf("pnpbios: %s 0x%x fetching node %d\n", error & 0x80 ? "error" : "warning", error, currdev); in pnpbios_identify()630 currdev = pda->next; in pnpbios_identify()