Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mptable/
H A Dmptable.c89 static const busTypeName busTypeTable[] = variable
775 if ( strcmp( busTypeTable[ x ].name, name ) == 0 ) in lookupBusType()
776 return busTypeTable[ x ].type; in lookupBusType()