Searched defs:netdev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_net.c182 phandle_t netdev; local
190 netdev = OF_finddevice(path);
192 if (OF_getprop(netdev, "mac-address", desc->myea, 6) == -1)
194 if (OF_getprop(netdev, "local-mac-address", desc->myea, 6) == -1)
/illumos-gate/usr/src/boot/sys/boot/common/
H A Ddev_net.c87 struct devsw netdev = { variable in typeref:struct:devsw

Completed in 71 milliseconds