Searched refs:blk_get_device_part_str (Results 1 – 14 of 14) sorted by relevance
/external/u-boot/env/ |
D | ext4.c | 46 part = blk_get_device_part_str(CONFIG_ENV_EXT4_INTERFACE, in env_ext4_save() 92 part = blk_get_device_part_str(CONFIG_ENV_EXT4_INTERFACE, in env_ext4_load()
|
D | fat.c | 47 part = blk_get_device_part_str(CONFIG_ENV_FAT_INTERFACE, in env_fat_save() 94 part = blk_get_device_part_str(CONFIG_ENV_FAT_INTERFACE, in env_fat_load()
|
/external/u-boot/cmd/ |
D | fat.c | 79 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_fat_fsinfo() 116 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_fat_fswrite()
|
D | zfs.c | 82 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_zfs_load() 147 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_zfs_ls()
|
D | reiser.c | 42 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_reiserls() 124 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_reiserload()
|
D | android_cmds.c | 67 if (blk_get_device_part_str(dev_iface, dev_part_str, in part_get_info_by_dev_and_name_or_num()
|
D | load_android.c | 36 boot_partition = blk_get_device_part_str(argv[1], in do_load_android()
|
D | disk.c | 39 part = blk_get_device_part_str(intf, (argc == 3) ? argv[2] : NULL, in common_diskboot()
|
D | part.c | 40 part = blk_get_device_part_str(argv[0], argv[1], &dev_desc, &info, 0); in do_part_uuid()
|
D | usb_mass_storage.c | 73 partnum = blk_get_device_part_str(devtype, devnum_part_str, in ums_init()
|
D | bootefi.c | 533 part = blk_get_device_part_str(dev, devnr, &desc, &fs_partition, in efi_set_bootdev()
|
/external/u-boot/include/ |
D | part.h | 171 int blk_get_device_part_str(const char *ifname, const char *dev_part_str, 235 static inline int blk_get_device_part_str(const char *ifname, in blk_get_device_part_str() function
|
/external/u-boot/disk/ |
D | part.c | 425 int blk_get_device_part_str(const char *ifname, const char *dev_part_str, in blk_get_device_part_str() function
|
/external/u-boot/fs/ |
D | fs.c | 302 part = blk_get_device_part_str(ifname, dev_part_str, &fs_dev_desc, in fs_set_blk_dev()
|