HomeSort by: relevance | last modified time | path
    Searched defs:statstr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
ld_twe.c 99 const char *typestr, *stripestr, *statstr; local in function:ld_twe_attach
145 statstr = unkstat;
146 } else if ((statstr =
150 statstr = unkstat;
153 aprint_normal(": %s%s, status: %s\n", stripebuf, typestr, statstr);
ld_twe.c 99 const char *typestr, *stripestr, *statstr; local in function:ld_twe_attach
145 statstr = unkstat;
146 } else if ((statstr =
150 statstr = unkstat;
153 aprint_normal(": %s%s, status: %s\n", stripebuf, typestr, statstr);

Completed in 22 milliseconds