Home
last modified time | relevance | path

Searched refs:get_mbr_string (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/gplinclude/disk/
Dmbrs.h16 void get_mbr_string(const uint32_t, void *, const int);
/external/syslinux/com32/gpllib/disk/
Dmbrs.c23 void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) in get_mbr_string() function
/external/syslinux/com32/hdt/
Dhdt-dump-disks.c85 get_mbr_string(hardware->mbr_ids[i], &mbr_name,sizeof(mbr_name)); in show_disk()
Dhdt-cli-disk.c121 get_mbr_string(hardware->mbr_ids[i], &mbr_name, 50); in main_show_disk()
Dhdt-menu-disk.c215 get_mbr_string(hardware->mbr_ids[disk_number], &mbr_name, 50); in compute_disk_module()