Home
last modified time | relevance | path

Searched refs:set_device (Results 1 – 8 of 8) sorted by relevance

/external/grub/stage2/
Dbuiltins.c806 if (! set_device (drive)) in device_func()
1045 set_device (device); in embed_func()
1348 set_device (device); in geometry_func()
1610 if (! set_device (arg)) in hide_func()
1889 if (! set_device (dest_dev) in install_func()
2078 if (! (real_config = set_device (ptr))) in install_func()
2300 set_device (arg); in ioprobe_func()
2528 set_device (to_drive); in map_func()
2534 set_device (from_drive); in map_func()
2776 if (! set_device (arg)) in partnew_func()
[all …]
Ddisk_io.c943 set_device (char *device) in set_device() function
1183 if (! (filename = set_device (filename))) in setup_part()
1200 if ((filename = set_device (filename)) == 0) in setup_part()
1362 if (*buf == '/' || (ptr = set_device (buf)) || incomplete) in print_completions()
Dshared.h929 char *set_device (char *device);
/external/e2fsprogs/ext2ed/
Dmain.c119 set_device(buf); in main()
Dext2ed.h260 extern void set_device (char *command_line);
Dinit.c81 … (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hda1)",set_device); in add_general_commands()
Dgeneral_com.c148 void set_device (char *command_line) in set_device() function
/external/grub/
DChangeLog380 * stage2/disk_io.c (set_device): Use CH instead of *DEVICE to
416 (set_device): Likewise.
453 (set_device): Use GRUB_INVALID_DRIVE instead of 0xFF.
687 * stage2/disk_io.c (set_device) [SUPPORT_NETBOOT]: Added support
898 * stage2/disk_io.c (set_device): If '(n' is given, add 'd' into
3268 (set_device) [!STAGE1_5]: Skip a comma in DEVICE, even when the
5424 (set_device) [!STAGE1_5]: Likewise.
5836 SAVED_PARTITION if set_device fails. If CURRENT_DRIVE is equal
5839 * stage2/disk_io.c (set_device) [STAGE1_5]: Always set
6090 * stage2/disk_io.c (set_device) [!STAGE1_5]: Remove the
[all …]