Home
last modified time | relevance | path

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

/external/grub/stage2/
Ddisk_io.c399 if (current_drive == NETWORK_DRIVE) in sane_partition()
716 if (current_drive == NETWORK_DRIVE) in next_partition()
777 if (current_drive == NETWORK_DRIVE) in real_open_partition()
1014 current_drive = NETWORK_DRIVE; in set_device()
1412 && (disk_choice || NETWORK_DRIVE == current_drive) in print_completions()
Dshared.h187 #define NETWORK_DRIVE 0x20 macro
Dasm.S2297 .long NETWORK_DRIVE
Dbuiltins.c3139 if (saved_drive == NETWORK_DRIVE) in print_root_device()
/external/grub/netboot/
Dfsys_tftp.c307 if (current_drive != NETWORK_DRIVE) in tftp_mount()
/external/grub/
DChangeLog4500 (boot_drive) [SUPPORT_DISKLESS]: Set to NETWORK_DRIVE instead of
5421 NETWORK_DRIVE instead of 0x20.
5582 * stage2/shared.h (NETWORK_DRIVE): New macro.