HomeSort by relevance Sort by last modified time
    Searched refs:get_mbr_string (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/gplinclude/disk/
mbrs.h 16 void get_mbr_string(const uint32_t, void *, const int);
  /external/syslinux/com32/gpllib/disk/
mbrs.c 18 * get_mbr_string - return a string describing the boot code
23 void get_mbr_string(const uint32_t label, char *buffer, const int buffer_size) function
  /external/syslinux/com32/hdt/
hdt-dump-disks.c 85 get_mbr_string(hardware->mbr_ids[i], &mbr_name,sizeof(mbr_name));
hdt-cli-disk.c 121 get_mbr_string(hardware->mbr_ids[i], &mbr_name, 50);
hdt-menu-disk.c 215 get_mbr_string(hardware->mbr_ids[disk_number], &mbr_name, 50);

Completed in 67 milliseconds