Home
last modified time | relevance | path

Searched refs:check_device (Results 1 – 4 of 4) sorted by relevance

/external/grub/lib/
Ddevice.c415 check_device (const char *device) in check_device() function
671 if (check_device (name)) in init_device_map()
721 if (check_device (name)) in init_device_map()
741 if (check_device (name)) in init_device_map()
761 if (check_device (name)) in init_device_map()
790 if (check_device (name)) in init_device_map()
Ddevice.h37 extern int check_device (const char *device);
/external/grub/
DChangeLog795 * lib/device.c (check_device): If DEVICE is empty, just return
4161 (check_device): Likewise.
4173 (check_device): Likewise.
4984 (check_device) [__linux__] [CDROM_GET_CAPABILITY]: If ioctl for
5163 (check_device) [__linux__]: Skip the HDIO_GETGEO ioctl if the
5736 * grub/asmstub.c (check_device) [__linux__]: Check if DEVICE is
5952 nul_terminate before calling check_device.
6001 into the device map file even if check_device fails.
7284 * stage2/builtins.c (device_func) [GRUB_UTIL]: Use check_device
7286 * grub/asmstub.c (check_device): New function.
[all …]
/external/grub/stage2/
Dbuiltins.c815 if (! *device || ! check_device (device)) in device_func()