HomeSort by relevance Sort by last modified time
    Searched refs:open_list (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/net/
netdevice.c 404 list_add ( &netdev->open_list, &open_net_devices );
433 list_del ( &netdev->open_list );
511 list_for_each_entry ( netdev, &open_net_devices, open_list ) {
infiniband.c 583 list_add ( &ibdev->open_list, &open_ib_devices );
613 list_del ( &ibdev->open_list );
945 list_for_each_entry ( ibdev, &open_ib_devices, open_list ) {
  /external/syslinux/gpxe/src/include/gpxe/
netdevice.h 268 struct list_head open_list; member in struct:net_device
infiniband.h 378 struct list_head open_list; member in struct:ib_device

Completed in 434 milliseconds