Lines Matching refs:type
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()
650 info->type); in blk_get_device_part_str()