Searched refs:type (Results 1 – 8 of 8) sorted by relevance
| /disk/ |
| A D | part.c | 178 if (desc->type == DEV_TYPE_UNKNOWN) { in dev_print() 221 switch (desc->type & 0x1F) { in dev_print() 235 printf("# %02X #", desc->type & 0x1F); in dev_print() 307 static void print_part_header(const char *type, struct blk_desc *desc) in print_part_header() argument 316 uclass_get_name(desc->uclass_id), desc->devnum, type); in print_part_header() 385 strcpy((char *)info->type, BOOT_PART_TYPE); in part_get_info_whole_disk() 431 if (!(*desc) || ((*desc)->type == DEV_TYPE_UNKNOWN)) { in blk_get_device_by_str() 477 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str() 495 strcpy((char *)info->type, BOOT_PART_TYPE); in blk_get_device_part_str() 647 if (strncmp((char *)info->type, BOOT_PART_TYPE, sizeof(info->type)) != 0) { in blk_get_device_part_str() [all …]
|
| A D | part_amiga.c | 308 info->type[0] = (disk_type & 0xFF000000)>>24; in part_get_info_amiga() 309 info->type[1] = (disk_type & 0x00FF0000)>>16; in part_get_info_amiga() 310 info->type[2] = (disk_type & 0x0000FF00)>>8; in part_get_info_amiga() 311 info->type[3] = '\\'; in part_get_info_amiga() 312 info->type[4] = (disk_type & 0x000000FF) + '0'; in part_get_info_amiga() 313 info->type[5] = 0; in part_get_info_amiga()
|
| A D | part_mac.c | 137 mpart->type, in part_print_mac() 224 memcpy (info->type, mpart->type, sizeof(info->type)); in part_get_info_mac()
|
| A D | part_mac.h | 43 __u16 type; /* OS Type */ member 61 uchar type[32]; /* string type description */ member
|
| A D | Kconfig | 18 you must configure support for at least one non-MTD partition type 165 bool "Enable support of GUID for partition type" 168 Activate the configuration of GUID type 172 bool "Enable support of GUID for partition type (SPL)" 175 Activate the configuration of GUID type
|
| A D | part_iso.c | 138 strcpy((char *)info->type, "U-Boot"); in part_get_info_iso_verb() 221 i, info.start, info.size, info.blksz, info.type); in part_print_iso()
|
| A D | part_dos.c | 260 strcpy((char *)info->type, "U-Boot"); in part_get_info_extended() 303 strcpy((char *)info->type, "U-Boot"); in part_get_info_extended()
|
| A D | part_efi.c | 307 strcpy((char *)info->type, "U-Boot"); in part_get_info_efi()
|
Completed in 27 milliseconds