Home
last modified time | relevance | path

Searched refs:net_devices (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/net/
Dnetdevice.c43 struct list_head net_devices = LIST_HEAD_INIT ( net_devices ); variable
373 list_add_tail ( &netdev->list, &net_devices ); in register_netdev()
475 list_for_each_entry ( netdev, &net_devices, list ) { in find_netdev()
494 list_for_each_entry ( netdev, &net_devices, list ) { in find_netdev_by_location()
598 list_for_each_entry ( netdev, &net_devices, list ) { in net_step()
/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h344 extern struct list_head net_devices;
383 list_for_each_entry ( (netdev), &net_devices, list )
390 return ( ! list_empty ( &net_devices ) ); in have_netdevs()