Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c412 if (current_drive == NETWORK_DRIVE) in sane_partition()
861 if (current_drive == NETWORK_DRIVE) in next_partition()
937 if (current_drive == NETWORK_DRIVE) in real_open_partition()
1177 current_drive = NETWORK_DRIVE; in set_device()
1369 if (*filename != '/' && current_drive != NETWORK_DRIVE) in setup_part()
1385 if (*filename != '/' && current_drive != NETWORK_DRIVE) in setup_part()
1575 && (disk_choice || NETWORK_DRIVE == current_drive) in print_completions()
1721 if (*filename != '/' && current_drive != NETWORK_DRIVE) in grub_open()
H A Dshared.h205 #define NETWORK_DRIVE 0x20 macro
H A Dbuiltins.c326 if (current_drive == NETWORK_DRIVE) { in boot_func()
3656 if (saved_drive == NETWORK_DRIVE) in print_root_device()
H A Dasm.S2694 .long NETWORK_DRIVE
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c488 if (current_drive != NETWORK_DRIVE) in tftp_mount()
/titanic_41/usr/src/grub/grub-0.97/
H A DChangeLog4659 (boot_drive) [SUPPORT_DISKLESS]: Set to NETWORK_DRIVE instead of
5580 NETWORK_DRIVE instead of 0x20.
5741 * stage2/shared.h (NETWORK_DRIVE): New macro.