Searched refs:netdev (Results 1 – 9 of 9) sorted by relevance
| /titanic_53/usr/src/boot/sys/boot/ofw/libofw/ |
| H A D | ofw_net.c | 196 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_53/usr/src/boot/sys/boot/common/ |
| H A D | dev_net.c | 85 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 D | dev_net.h | 32 extern struct devsw netdev;
|
| /titanic_53/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | efinet.c | 278 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_53/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | pxe.c | 155 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_53/usr/src/boot/sys/boot/arm/uboot/ |
| H A D | conf.c | 44 &netdev,
|
| /titanic_53/usr/src/uts/i86pc/os/ |
| H A D | fakebop.c | 1665 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_53/usr/src/boot/lib/libstand/ |
| H A D | stand.h | 153 extern struct devsw netdev;
|
| /titanic_53/usr/src/boot/sys/boot/sparc64/loader/ |
| H A D | main.c | 157 &netdev,
|