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

  /external/syslinux/gpxe/src/usr/
autoboot.c 216 struct net_device *boot_netdev; local
221 if ( ( boot_netdev = find_boot_netdev() ) )
222 netboot ( boot_netdev );
226 if ( netdev == boot_netdev )
  /external/syslinux/gpxe/src/arch/i386/image/
nbi.c 376 struct net_device *boot_netdev; local
379 boot_netdev = last_opened_netdev();
380 if ( ! boot_netdev ) {
386 if ( ( rc = create_fakedhcpack ( boot_netdev, basemem_packet,

Completed in 387 milliseconds