Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 3 of 3) sorted by relevance

/bootable/diskinstaller/
Dinstaller_img_layout.conf2 scheme mbr
/bootable/diskinstaller/libdiskconfig/
Ddiskconfig.c182 dinfo->scheme = PART_SCHEME_MBR; in load_diskconfig()
392 switch (dinfo->scheme) { in validate_and_config()
464 switch (dinfo->scheme) { in dump_disk_config()
519 switch (dinfo->scheme) { in find_part_device()
Ddiskconfig.h85 uint8_t scheme; member