Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c415 if (current_drive == NETWORK_DRIVE) in sane_partition()
864 if (current_drive == NETWORK_DRIVE) in next_partition()
940 if (current_drive == NETWORK_DRIVE) in real_open_partition()
1180 current_drive = NETWORK_DRIVE; in set_device()
1372 if (*filename != '/' && current_drive != NETWORK_DRIVE) in setup_part()
1388 if (*filename != '/' && current_drive != NETWORK_DRIVE) in setup_part()
1578 && (disk_choice || NETWORK_DRIVE == current_drive) in print_completions()
1724 if (*filename != '/' && current_drive != NETWORK_DRIVE) in grub_open()
H A Dshared.h206 #define NETWORK_DRIVE 0x20 macro
H A Dbuiltins.c329 if (current_drive == NETWORK_DRIVE) { in boot_func()
3663 if (saved_drive == NETWORK_DRIVE) in print_root_device()
H A Dasm.S2694 .long NETWORK_DRIVE
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c488 if (current_drive != NETWORK_DRIVE) in tftp_mount()
/illumos-gate/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.