Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_ndd.c37 static char supported_net[] = "supported-network-types"; variable
140 if (BGE_PROP_EXISTS(bgep->devinfo, supported_net)) { in bge_nd_init()
142 DDI_PROP_DONTPASS, supported_net, in bge_nd_init()
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c81 static char *supported_net = "supported-network-types"; in mac_init() local
132 } else if ((len = prom_getproplen(node, supported_net)) > 0 && in mac_init()
134 (void) prom_getprop(node, supported_net, tmpbuf); in mac_init()