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

  /src/sys/dev/cardbus/
cardbus.c 1081 static const char *tuple_names[] = { variable in typeref:typename:const char * []
1107 if (0 <= type && type < NAME_LEN(tuple_names)) {
1108 return (tuple_names[type]);
cardbus.c 1081 static const char *tuple_names[] = { variable in typeref:typename:const char * []
1107 if (0 <= type && type < NAME_LEN(tuple_names)) {
1108 return (tuple_names[type]);

Completed in 95 milliseconds