/external/u-boot/disk/ |
D | part.c | 26 static struct part_driver *part_driver_lookup_type(struct blk_desc *dev_desc) in part_driver_lookup_type() 57 struct blk_desc *dev_desc; in get_dev_hwpart() local 119 void dev_print (struct blk_desc *dev_desc) in dev_print() 226 void part_init(struct blk_desc *dev_desc) in part_init() 248 static void print_part_header(const char *type, struct blk_desc *dev_desc) in print_part_header() 293 void part_print(struct blk_desc *dev_desc) in part_print() 312 int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() 346 int part_get_info_whole_disk(struct blk_desc *dev_desc, disk_partition_t *info) in part_get_info_whole_disk() 365 struct blk_desc **dev_desc) in blk_get_device_by_str() 426 struct blk_desc **dev_desc, in blk_get_device_part_str() [all …]
|
D | part_efi.c | 189 int get_disk_guid(struct blk_desc * dev_desc, char *guid) in get_disk_guid() 216 void part_print_efi(struct blk_desc *dev_desc) in part_print_efi() 273 int part_get_info_efi(struct blk_desc *dev_desc, int part, in part_get_info_efi() 336 static int part_test_efi(struct blk_desc *dev_desc) in part_test_efi() 354 static int set_protective_mbr(struct blk_desc *dev_desc) in set_protective_mbr() 389 int write_gpt_table(struct blk_desc *dev_desc, in write_gpt_table() 437 int gpt_fill_pte(struct blk_desc *dev_desc, in gpt_fill_pte() 557 static uint32_t partition_entries_offset(struct blk_desc *dev_desc) in partition_entries_offset() 604 int gpt_fill_header(struct blk_desc *dev_desc, gpt_header *gpt_h, in gpt_fill_header() 628 int gpt_restore(struct blk_desc *dev_desc, char *str_disk_guid, in gpt_restore() [all …]
|
D | part_mac.c | 42 static int part_test_mac(struct blk_desc *dev_desc) in part_test_mac() 68 static void part_print_mac(struct blk_desc *dev_desc) in part_print_mac() 157 static int part_mac_read_ddb(struct blk_desc *dev_desc, in part_mac_read_ddb() 174 static int part_mac_read_pdb(struct blk_desc *dev_desc, int part, in part_mac_read_pdb() 216 static int part_get_info_mac(struct blk_desc *dev_desc, int part, in part_get_info_mac()
|
D | part_dos.c | 89 static int part_test_dos(struct blk_desc *dev_desc) in part_test_dos() 120 static void print_partition_extended(struct blk_desc *dev_desc, in print_partition_extended() 184 static int part_get_info_extended(struct blk_desc *dev_desc, in part_get_info_extended() 277 void part_print_dos(struct blk_desc *dev_desc) in part_print_dos() 283 int part_get_info_dos(struct blk_desc *dev_desc, int part, in part_get_info_dos() 294 int write_mbr_partition(struct blk_desc *dev_desc, void *buf) in write_mbr_partition()
|
D | part_iso.c | 48 int part_get_info_iso_verb(struct blk_desc *dev_desc, int part_num, in part_get_info_iso_verb() 201 static int part_get_info_iso(struct blk_desc *dev_desc, int part_num, in part_get_info_iso() 207 static void part_print_iso(struct blk_desc *dev_desc) in part_print_iso() 226 static int part_test_iso(struct blk_desc *dev_desc) in part_test_iso()
|
D | part_amiga.c | 128 struct rigid_disk_block *get_rdisk(struct blk_desc *dev_desc) in get_rdisk() 168 struct bootcode_block *get_bootcode(struct blk_desc *dev_desc) in get_bootcode() 209 static int part_test_amiga(struct blk_desc *dev_desc) in part_test_amiga() 238 static struct partition_block *find_partition(struct blk_desc *dev_desc, in find_partition() 292 static int part_get_info_amiga(struct blk_desc *dev_desc, int part, in part_get_info_amiga() 320 static void part_print_amiga(struct blk_desc *dev_desc) in part_print_amiga()
|
/external/u-boot/drivers/fastboot/ |
D | fb_mmc.c | 24 struct blk_desc *dev_desc; member 27 static int part_get_info_by_name_or_alias(struct blk_desc *dev_desc, in part_get_info_by_name_or_alias() 88 struct blk_desc *dev_desc = sparse->dev_desc; in fb_mmc_sparse_write() local 99 static void write_raw_image(struct blk_desc *dev_desc, disk_partition_t *info, in write_raw_image() 141 static lbaint_t fb_mmc_get_boot_header(struct blk_desc *dev_desc, in fb_mmc_get_boot_header() 188 static int fb_mmc_update_zimage(struct blk_desc *dev_desc, in fb_mmc_update_zimage() 301 int fastboot_mmc_get_part_info(char *part_name, struct blk_desc **dev_desc, in fastboot_mmc_get_part_info() 336 struct blk_desc *dev_desc; in fastboot_mmc_flash_write() local 440 struct blk_desc *dev_desc; in fastboot_mmc_erase() local
|
D | fb_getvar.c | 144 struct blk_desc *dev_desc; in getvar_partition_type() local 166 struct blk_desc *dev_desc; in getvar_partition_size() local
|
/external/u-boot/common/ |
D | android_ab.c | 62 struct blk_desc *dev_desc, in android_boot_control_create_from_disk() 109 struct blk_desc *dev_desc, in android_boot_control_store() 151 int android_ab_select(struct blk_desc *dev_desc, disk_partition_t *part_info) in android_ab_select()
|
D | android_bootloader.c | 21 struct blk_desc *dev_desc, in android_bootloader_message_load() 42 struct blk_desc *dev_desc, in android_bootloader_message_write() 63 struct blk_desc *dev_desc, in android_bootloader_load_and_clear_mode() 122 static int android_part_get_info_by_name_suffix(struct blk_desc *dev_desc, in android_part_get_info_by_name_suffix() 263 int android_bootloader_boot_flow(struct blk_desc *dev_desc, in android_bootloader_boot_flow()
|
/external/u-boot/cmd/ |
D | android_cmds.c | 26 struct blk_desc **dev_desc, in part_get_info_by_dev_and_name() 58 struct blk_desc **dev_desc, in part_get_info_by_dev_and_name_or_num()
|
D | reiser.c | 36 struct blk_desc *dev_desc = NULL; in do_reiserls() local 84 struct blk_desc *dev_desc = NULL; in do_reiserload() local
|
D | zfs.c | 41 struct blk_desc *dev_desc; in do_zfs_load() local 137 struct blk_desc *dev_desc; in do_zfs_ls() local
|
D | gpt.c | 306 static int get_gpt_info(struct blk_desc *dev_desc) in get_gpt_info() 345 static int do_get_gpt_info(struct blk_desc *dev_desc) in do_get_gpt_info() 372 static int set_gpt_info(struct blk_desc *dev_desc, in set_gpt_info() 617 static int do_disk_guid(struct blk_desc *dev_desc, char * const namestr) in do_disk_guid() 650 static int do_rename_gpt_parts(struct blk_desc *dev_desc, char *subcomm, in do_rename_gpt_parts()
|
D | fat.c | 71 struct blk_desc *dev_desc; in do_fat_fsinfo() local 107 struct blk_desc *dev_desc = NULL; in do_fat_fswrite() local
|
D | android_ab_select.c | 16 struct blk_desc *dev_desc; in do_android_ab_select() local
|
D | boot_android.c | 18 struct blk_desc *dev_desc; in do_boot_android() local
|
D | load_android.c | 16 struct blk_desc *dev_desc; in do_load_android() local
|
D | disk.c | 21 struct blk_desc *dev_desc; in common_diskboot() local
|
D | read.c | 18 struct blk_desc *dev_desc = NULL; in do_read() local
|
/external/u-boot/include/ |
D | part.h | 224 static inline int part_get_info(struct blk_desc *dev_desc, int part, in part_get_info() 226 static inline int part_get_info_whole_disk(struct blk_desc *dev_desc, in part_get_info_whole_disk() 229 static inline void part_print(struct blk_desc *dev_desc) {} in part_print() 230 static inline void part_init(struct blk_desc *dev_desc) {} in part_init() 231 static inline void dev_print(struct blk_desc *dev_desc) {} in dev_print() 233 struct blk_desc **dev_desc) in blk_get_device_by_str() 237 struct blk_desc **dev_desc, in blk_get_device_part_str()
|
/external/u-boot/env/ |
D | ext4.c | 37 struct blk_desc *dev_desc = NULL; in env_ext4_save() local 81 struct blk_desc *dev_desc = NULL; in env_ext4_load() local
|
D | fat.c | 37 struct blk_desc *dev_desc = NULL; in env_fat_save() local 84 struct blk_desc *dev_desc = NULL; in env_fat_load() local
|
/external/u-boot/test/dm/ |
D | mmc.c | 29 struct blk_desc *dev_desc; in dm_test_mmc_blk() local
|
/external/u-boot/drivers/scsi/ |
D | scsi.c | 442 static void scsi_init_dev_desc_priv(struct blk_desc *dev_desc) in scsi_init_dev_desc_priv() 466 static void scsi_init_dev_desc(struct blk_desc *dev_desc, int devnum) in scsi_init_dev_desc() 491 struct blk_desc *dev_desc) in scsi_detect_dev()
|