Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c610 char *model_str; in matchmac() local
616 "model", &model_str) != DDI_SUCCESS) in matchmac()
619 if (strcmp(model_str, "Ethernet controller") != 0) { in matchmac()
620 ddi_prop_free(model_str); in matchmac()
623 ddi_prop_free(model_str); in matchmac()