Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dnetdevice.c46 static struct list_head open_net_devices = LIST_HEAD_INIT ( open_net_devices ); variable
404 list_add ( &netdev->open_list, &open_net_devices ); in netdev_open()
511 list_for_each_entry ( netdev, &open_net_devices, open_list ) { in last_opened_netdev()