Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/efi/libefi/
H A Definet.c302 extern struct devsw netdev; in efinet_dev_init()
358 efinet_dev.dv_open = netdev.dv_open; in efinet_dev_init()
359 efinet_dev.dv_close = netdev.dv_close; in efinet_dev_init()
360 efinet_dev.dv_strategy = netdev.dv_strategy; in efinet_dev_init()
/illumos-gate/usr/src/boot/common/
H A Ddev_net.c89 struct devsw netdev = { variable
342 printf("%s devices:", netdev.dv_name); in net_print()
350 printf("\t%s%d:", netdev.dv_name, cnt++); in net_print()
H A Ddev_net.h32 extern struct devsw netdev;
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c154 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()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c560 static struct typedef_lookup netdev = { .name = "netdev_features_t" }; in netdev_feature() local
570 typedef_lookup(&netdev); in netdev_feature()
571 if (!netdev.sym) in netdev_feature()
573 if (basetype != netdev.sym) in netdev_feature()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1836 multiboot_tag_network_t *netdev = NULL; in build_boot_properties() local
1841 netdev = dboot_multiboot2_find_tag(mbi, in build_boot_properties()
1852 if (netdev != NULL) { in build_boot_properties()
1855 (void *)(uintptr_t)netdev->mb_dhcpack, in build_boot_properties()
1856 netdev->mb_size - in build_boot_properties()
/illumos-gate/usr/src/boot/libsa/
H A Dstand.h162 extern struct devsw netdev;