HomeSort by: relevance | last modified time | path
    Searched refs:compatid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/i386/pnpbios/
pnpbios.c 793 struct pnp_compatid *compatid; local in function:pnpbios_attachnode
844 compatid = s.compatids;
845 while (compatid) {
846 aprint_normal(", %s", compatid->idstr);
847 compatid = compatid->next;
867 compatid = s.compatids;
868 while (compatid) {
869 aa.idstr = compatid->idstr;
872 compatid = compatid->next
    [all...]

Completed in 13 milliseconds