HomeSort by relevance Sort by last modified time
    Searched refs:blk_get_device_part_str (Results 1 - 14 of 14) sorted by null

  /external/u-boot/cmd/
android_cmds.c 67 if (blk_get_device_part_str(dev_iface, dev_part_str,
load_android.c 36 boot_partition = blk_get_device_part_str(argv[1],
fat.c 79 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1);
116 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1);
reiser.c 42 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1);
124 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1);
zfs.c 82 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1);
147 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1);
disk.c 39 part = blk_get_device_part_str(intf, (argc == 3) ? argv[2] : NULL,
part.c 40 part = blk_get_device_part_str(argv[0], argv[1], &dev_desc, &info, 0);
usb_mass_storage.c 73 partnum = blk_get_device_part_str(devtype, devnum_part_str,
bootefi.c 533 part = blk_get_device_part_str(dev, devnr, &desc, &fs_partition,
  /external/u-boot/env/
ext4.c 46 part = blk_get_device_part_str(CONFIG_ENV_EXT4_INTERFACE,
92 part = blk_get_device_part_str(CONFIG_ENV_EXT4_INTERFACE,
fat.c 47 part = blk_get_device_part_str(CONFIG_ENV_FAT_INTERFACE,
94 part = blk_get_device_part_str(CONFIG_ENV_FAT_INTERFACE,
  /external/u-boot/include/
part.h 139 * blk_get_device_part_str() - Get a block device and partition
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, function
  /external/u-boot/disk/
part.c 425 int blk_get_device_part_str(const char *ifname, const char *dev_part_str, function
  /external/u-boot/fs/
fs.c 302 part = blk_get_device_part_str(ifname, dev_part_str, &fs_dev_desc,

Completed in 194 milliseconds