Home
last modified time | relevance | path

Searched refs:busTypeTable (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/mptable/
H A Dmptable.c84 static const busTypeName busTypeTable[] = variable
769 if ( strcmp( busTypeTable[ x ].name, name ) == 0 ) in lookupBusType()
770 return busTypeTable[ x ].type; in lookupBusType()