HelenOS sources
nic_driver_init 946 uspace/drv/nic/ar9271/ar9271.c if (nic_driver_init(NAME) != EOK)
nic_driver_init 2402 uspace/drv/nic/e1k/e1k.c if (nic_driver_init(NAME) != EOK)
nic_driver_init 481 uspace/drv/nic/ne2k/ne2k.c nic_driver_init(NAME);
nic_driver_init 2140 uspace/drv/nic/rtl8139/driver.c errno_t rc = nic_driver_init(NAME);
nic_driver_init 1213 uspace/drv/nic/rtl8169/driver.c errno_t rc = nic_driver_init(NAME);
nic_driver_init 490 uspace/drv/nic/virtio-net/virtio-net.c if (nic_driver_init(NAME) != EOK)
nic_driver_init 213 uspace/lib/nic/include/nic.h extern errno_t nic_driver_init(const char *);
HelenOS homepage, sources at GitHub