Searched refs:asmc_models (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/asmc/
H A Dasmc.c159 struct asmc_model asmc_models[] = { variable in typeref:struct:asmc_model
430 for (i = 0; asmc_models[i].smc_model; i++) {
431 if (!strncmp(model, asmc_models[i].smc_model, strlen(model))) {
433 return (&asmc_models[i]);

Completed in 72 milliseconds