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

  /src/sys/dev/tc/
pxg.c 103 static const char *pxg_types[] = { variable in typeref:typename:const char * []
119 for (i = 0; i < sizeof(pxg_types) / sizeof(pxg_types[0]); i++)
120 if (strncmp(pxg_types[i], ta->ta_modname, TC_ROM_LLEN) == 0)
pxg.c 103 static const char *pxg_types[] = { variable in typeref:typename:const char * []
119 for (i = 0; i < sizeof(pxg_types) / sizeof(pxg_types[0]); i++)
120 if (strncmp(pxg_types[i], ta->ta_modname, TC_ROM_LLEN) == 0)

Completed in 25 milliseconds