Home
last modified time | relevance | path

Searched refs:blk_get_device_part_str (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/env/
H A Dext4.c46 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()
H A Dfat.c47 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()
/openbmc/u-boot/cmd/
H A Dfat.c79 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_fat_fsinfo()
117 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_fat_fswrite()
H A Dreiser.c42 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()
H A Dzfs.c82 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()
H A Ddisk.c39 part = blk_get_device_part_str(intf, (argc == 3) ? argv[2] : NULL, in common_diskboot()
H A Dpart.c40 part = blk_get_device_part_str(argv[0], argv[1], &dev_desc, &info, 0); in do_part_uuid()
H A Dusb_mass_storage.c73 partnum = blk_get_device_part_str(devtype, devnum_part_str, in ums_init()
/openbmc/u-boot/include/
H A Dpart.h171 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
/openbmc/u-boot/disk/
H A Dpart.c431 int blk_get_device_part_str(const char *ifname, const char *dev_part_str, in blk_get_device_part_str() function
/openbmc/u-boot/fs/
H A Dfs.c329 part = blk_get_device_part_str(ifname, dev_part_str, &fs_dev_desc, in fs_set_blk_dev()
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c971 part = blk_get_device_part_str(dev, devnr, &desc, &fs_partition, in efi_dp_from_name()