HomeSort by: relevance | last modified time | path
    Searched defs:compatid (Results 1 - 2 of 2) 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...]
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 27 milliseconds