grub2/grub-core/osdep/windows
Glenn Washburn 880dfd8f40 disk: Rename grub_disk_get_size() to grub_disk_native_sectors()
The function grub_disk_get_size() is confusingly named because it actually
returns a sector count where the sectors are sized in the GRUB native sector
size. Rename to something more appropriate.

Suggested-by: Daniel Kiper <daniel.kiper@oracle.com>
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Patrick Steinhardt <ps@pks.im>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2020-12-12 01:19:03 +01:00
..
blocklist.c Mark strings for translation and add remaining ones to exclude list. 2013-12-18 06:50:24 +01:00
config.c Clarify several translatable messages. 2013-12-21 01:41:16 +01:00
cputime.c Move cpu time retrieval to separate grub_util_get_cpu_time_ms 2013-10-15 13:13:53 +02:00
dl.c Decrease number of strings to translate. 2013-12-18 07:26:13 +01:00
emuconsole.c * grub-core/osdep/windows/emuconsole.c: Remove unsigned comparison >= 0. 2013-12-08 18:16:32 +01:00
getroot.c calloc: Use calloc() at most places 2020-07-29 16:55:47 +02:00
hostdisk.c calloc: Use calloc() at most places 2020-07-29 16:55:47 +02:00
init.c calloc: Use calloc() at most places 2020-07-29 16:55:47 +02:00
password.c Move password-querying (util-version) routines to grub-core/osdep. 2013-10-08 17:51:39 +02:00
platform.c disk: Rename grub_disk_get_size() to grub_disk_native_sectors() 2020-12-12 01:19:03 +01:00
random.c Move OS-dependent files to grub-core/osdep and document it. 2013-10-08 17:30:22 +02:00
relpath.c calloc: Use calloc() at most places 2020-07-29 16:55:47 +02:00
sleep.c * grub-core/osdep/windows/sleep.c: Add missing config.h. 2013-10-08 20:02:07 +02:00