Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_net.c196 phandle_t netdev; in ofwn_init() local
204 netdev = OF_finddevice(path); in ofwn_init()
206 if (OF_getprop(netdev, "mac-address", desc->myea, 6) == -1) in ofwn_init()
208 if (OF_getprop(netdev, "local-mac-address", desc->myea, 6) == -1) in ofwn_init()
/titanic_54/usr/src/boot/sys/boot/common/
H A Ddev_net.c85 struct devsw netdev = { variable
331 printf("%s devices:", netdev.dv_name); in net_print()
339 printf("\t%s%d:", netdev.dv_name, cnt++); in net_print()
H A Ddev_net.h32 extern struct devsw netdev;
/titanic_54/usr/src/boot/sys/boot/efi/libefi/
H A Definet.c278 extern struct devsw netdev; in efinet_dev_init()
355 efinet_dev.dv_open = netdev.dv_open; in efinet_dev_init()
356 efinet_dev.dv_close = netdev.dv_close; in efinet_dev_init()
357 efinet_dev.dv_strategy = netdev.dv_strategy; in efinet_dev_init()
/titanic_54/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.c155 extern struct devsw netdev; in pxe_init()
212 pxedisk.dv_open = netdev.dv_open; in pxe_init()
213 pxedisk.dv_close = netdev.dv_close; in pxe_init()
214 pxedisk.dv_strategy = netdev.dv_strategy; in pxe_init()
/titanic_54/usr/src/boot/sys/boot/arm/uboot/
H A Dconf.c44 &netdev,
/titanic_54/usr/src/uts/i86pc/os/
H A Dfakebop.c1665 multiboot_tag_network_t *netdev = NULL; in build_boot_properties() local
1670 netdev = dboot_multiboot2_find_tag(mbi, in build_boot_properties()
1681 if (netdev != NULL) { in build_boot_properties()
1683 (void *)(uintptr_t)netdev->mb_dhcpack, in build_boot_properties()
1684 netdev->mb_size - in build_boot_properties()
/titanic_54/usr/src/boot/lib/libstand/
H A Dstand.h153 extern struct devsw netdev;
/titanic_54/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c157 &netdev,