Searched refs:macaddr_propname (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw.c | 436 static char macaddr_propname[] = "local-mac-address"; variable 1755 if (md_get_prop_val(mdp, node, macaddr_propname, &macaddr) != 0) { in vsw_get_initial_md_properties() 2194 if (md_get_prop_val(mdp, node, macaddr_propname, &macaddr) != 0) { in vsw_update_md_prop()
|
H A D | vnet.c | 282 static char macaddr_propname[] = "local-mac-address"; variable 1141 DDI_PROP_DONTPASS, macaddr_propname, &macaddr, &size); in vnet_read_mac_address() 1144 macaddr_propname, rv); in vnet_read_mac_address()
|
H A D | vnet_gen.c | 268 static char macaddr_propname[] = "mac-address"; variable
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 58 static char macaddr_propname[] = "mac-address"; variable 3133 DDI_PROP_DONTPASS, macaddr_propname, &bytes, &nelts);
|