Home
last modified time | relevance | path

Searched refs:currdev (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dbios.c576 int error, currdev; in pnpbios_identify() local
616 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()