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

  /src/sys/dev/pci/
ips.c 571 static const char *ips_names[] = { variable in typeref:typename:const char * []
754 if (type < sizeof(ips_names) / sizeof(ips_names[0]) && ips_names[type])
755 printf(" %s", ips_names[type]);

Completed in 12 milliseconds