/u-boot/disk/ |
A D | part.c | 60 struct blk_desc *dev_desc; in get_dev_hwpart() local 123 void dev_print (struct blk_desc *dev_desc) in dev_print() 235 void part_init(struct blk_desc *dev_desc) in part_init() 308 void part_print(struct blk_desc *dev_desc) in part_print() 327 int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() 361 int part_get_info_whole_disk(struct blk_desc *dev_desc, in part_get_info_whole_disk() 381 struct blk_desc **dev_desc) in blk_get_device_by_str() 441 struct blk_desc **dev_desc, in blk_get_device_part_str() 709 struct blk_desc **dev_desc, in part_get_info_by_dev_and_name() 742 struct blk_desc **dev_desc, in part_get_info_by_dev_and_name_or_num() [all …]
|
A D | part_efi.c | 201 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid() 219 void part_print_efi(struct blk_desc *dev_desc) in part_print_efi() 266 int part_get_info_efi(struct blk_desc *dev_desc, int part, in part_get_info_efi() 318 static int part_test_efi(struct blk_desc *dev_desc) in part_test_efi() 336 static int set_protective_mbr(struct blk_desc *dev_desc) in set_protective_mbr() 371 int write_gpt_table(struct blk_desc *dev_desc, in write_gpt_table() 419 int gpt_fill_pte(struct blk_desc *dev_desc, in gpt_fill_pte() 610 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() 705 int gpt_verify_partitions(struct blk_desc *dev_desc, in gpt_verify_partitions() 783 int is_valid_gpt_buf(struct blk_desc *dev_desc, void *buf) in is_valid_gpt_buf() [all …]
|
A D | part_mac.c | 44 static int part_test_mac(struct blk_desc *dev_desc) in part_test_mac() 70 static void part_print_mac(struct blk_desc *dev_desc) in part_print_mac() 159 static int part_mac_read_ddb(struct blk_desc *dev_desc, in part_mac_read_ddb() 176 static int part_mac_read_pdb(struct blk_desc *dev_desc, int part, in part_mac_read_pdb() 218 static int part_get_info_mac(struct blk_desc *dev_desc, int part, in part_get_info_mac()
|
A D | part_iso.c | 51 int part_get_info_iso_verb(struct blk_desc *dev_desc, int part_num, in part_get_info_iso_verb() 204 static int part_get_info_iso(struct blk_desc *dev_desc, int part_num, in part_get_info_iso() 210 static void part_print_iso(struct blk_desc *dev_desc) in part_print_iso() 229 static int part_test_iso(struct blk_desc *dev_desc) in part_test_iso()
|
A D | part_amiga.c | 130 struct rigid_disk_block *get_rdisk(struct blk_desc *dev_desc) in get_rdisk() 170 struct bootcode_block *get_bootcode(struct blk_desc *dev_desc) in get_bootcode() 211 static int part_test_amiga(struct blk_desc *dev_desc) in part_test_amiga() 240 static struct partition_block *find_partition(struct blk_desc *dev_desc, in find_partition() 294 static int part_get_info_amiga(struct blk_desc *dev_desc, int part, in part_get_info_amiga() 322 static void part_print_amiga(struct blk_desc *dev_desc) in part_print_amiga()
|
A D | part_dos.c | 103 static int part_test_dos(struct blk_desc *dev_desc) in part_test_dos() 135 static void print_partition_extended(struct blk_desc *dev_desc, in print_partition_extended() 206 static int part_get_info_extended(struct blk_desc *dev_desc, in part_get_info_extended() 306 static void __maybe_unused part_print_dos(struct blk_desc *dev_desc) in part_print_dos() 312 static int __maybe_unused part_get_info_dos(struct blk_desc *dev_desc, int part, in part_get_info_dos() 493 int write_mbr_sector(struct blk_desc *dev_desc, void *buf) in write_mbr_sector()
|
/u-boot/drivers/fastboot/ |
A D | fb_mmc.c | 28 struct blk_desc *dev_desc; member 31 static int raw_part_get_info_by_name(struct blk_desc *dev_desc, in raw_part_get_info_by_name() 103 static int part_get_info_by_name_or_alias(struct blk_desc **dev_desc, in part_get_info_by_name_or_alias() 165 struct blk_desc *dev_desc = sparse->dev_desc; in fb_mmc_sparse_write() local 176 static void write_raw_image(struct blk_desc *dev_desc, in write_raw_image() 210 static int fb_mmc_erase_mmc_hwpart(struct blk_desc *dev_desc) in fb_mmc_erase_mmc_hwpart() 294 static lbaint_t fb_mmc_get_boot_header(struct blk_desc *dev_desc, in fb_mmc_get_boot_header() 341 static int fb_mmc_update_zimage(struct blk_desc *dev_desc, in fb_mmc_update_zimage() 455 struct blk_desc **dev_desc, in fastboot_mmc_get_part_info() 514 struct blk_desc *dev_desc; local [all …]
|
A D | fb_getvar.c | 106 struct blk_desc *dev_desc; in getvar_get_part_info() local 222 struct blk_desc *dev_desc; in getvar_partition_type() local
|
/u-boot/common/ |
A D | android_ab.c | 86 static int ab_control_create_from_disk(struct blk_desc *dev_desc, in ab_control_create_from_disk() 136 static int ab_control_store(struct blk_desc *dev_desc, in ab_control_store() 184 int ab_select_slot(struct blk_desc *dev_desc, struct disk_partition *part_info) in ab_select_slot()
|
/u-boot/include/ |
A D | part.h | 261 static inline int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() 263 static inline int part_get_info_whole_disk(struct blk_desc *dev_desc, in part_get_info_whole_disk() 266 static inline void part_print(struct blk_desc *dev_desc) {} in part_print() 267 static inline void part_init(struct blk_desc *dev_desc) {} in part_init() 268 static inline void dev_print(struct blk_desc *dev_desc) {} in dev_print() 270 struct blk_desc **dev_desc) in blk_get_device_by_str() 274 struct blk_desc **dev_desc, in blk_get_device_part_str()
|
/u-boot/env/ |
A D | fat.c | 54 struct blk_desc *dev_desc = NULL; in env_fat_save() local 100 struct blk_desc *dev_desc = NULL; in env_fat_load() local
|
A D | ext4.c | 64 struct blk_desc *dev_desc = NULL; in env_ext4_save_buffer() local 137 struct blk_desc *dev_desc = NULL; in env_ext4_load() local
|
/u-boot/cmd/ |
A D | reiser.c | 37 struct blk_desc *dev_desc = NULL; in do_reiserls() local 85 struct blk_desc *dev_desc = NULL; in do_reiserload() local
|
A D | zfs.c | 43 struct blk_desc *dev_desc; in do_zfs_load() local 138 struct blk_desc *dev_desc; in do_zfs_ls() local
|
A D | ab_select.c | 16 struct blk_desc *dev_desc; in do_ab_select() local
|
A D | gpt.c | 314 static int get_gpt_info(struct blk_desc *dev_desc) in get_gpt_info() 353 static int do_get_gpt_info(struct blk_desc *dev_desc) in do_get_gpt_info() 380 static int set_gpt_info(struct blk_desc *dev_desc, in set_gpt_info() 771 static int do_disk_guid(struct blk_desc *dev_desc, char * const namestr) in do_disk_guid() 789 static int do_rename_gpt_parts(struct blk_desc *dev_desc, char *subcomm, in do_rename_gpt_parts()
|
A D | disk.c | 25 struct blk_desc *dev_desc; in common_diskboot() local
|
A D | read.c | 18 struct blk_desc *dev_desc = NULL; in do_read() local
|
A D | fat.c | 69 struct blk_desc *dev_desc; in do_fat_fsinfo() local
|
A D | part.c | 34 struct blk_desc *dev_desc; in do_part_uuid() local
|
/u-boot/test/dm/ |
A D | mmc.c | 31 struct blk_desc *dev_desc; in dm_test_mmc_blk() local
|
A D | blk.c | 67 struct blk_desc *dev_desc; in dm_test_blk_usb() local
|
A D | usb.c | 47 struct blk_desc *dev_desc; in dm_test_usb_flash() local
|
/u-boot/drivers/scsi/ |
A D | scsi.c | 440 static void scsi_init_dev_desc_priv(struct blk_desc *dev_desc) in scsi_init_dev_desc_priv() 460 static void scsi_init_dev_desc(struct blk_desc *dev_desc, int devnum) in scsi_init_dev_desc() 485 struct blk_desc *dev_desc) in scsi_detect_dev()
|
/u-boot/arch/arm/mach-omap2/ |
A D | utils.c | 93 struct blk_desc *dev_desc; in omap_mmc_get_part_size() local
|