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

  /src/sys/dev/ppbus/
ppbus_base.c 461 static const char *pnp_tokens[] = { variable in typeref:typename:const char * []
583 for (i = 0; pnp_tokens[i] != NULL; i++) {
584 if (search_token(class, len, pnp_tokens[i]) != NULL) {
ppbus_base.c 461 static const char *pnp_tokens[] = { variable in typeref:typename:const char * []
583 for (i = 0; pnp_tokens[i] != NULL; i++) {
584 if (search_token(class, len, pnp_tokens[i]) != NULL) {
ppbus_base.c 461 static const char *pnp_tokens[] = { variable in typeref:typename:const char * []
583 for (i = 0; pnp_tokens[i] != NULL; i++) {
584 if (search_token(class, len, pnp_tokens[i]) != NULL) {

Completed in 31 milliseconds