Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/env/
A Dfat.c68 part = blk_get_device_part_str(CONFIG_ENV_FAT_INTERFACE, in env_fat_save()
126 part = blk_get_device_part_str(CONFIG_ENV_FAT_INTERFACE, in env_fat_load()
A Dext4.c71 part = blk_get_device_part_str(ifname, dev_and_part, in env_ext4_save_buffer()
150 part = blk_get_device_part_str(ifname, dev_and_part, in env_ext4_load()
/u-boot-v2022.01-rc1/cmd/
A Dreiser.c43 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_reiserls()
125 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_reiserload()
A Dzfs.c83 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_zfs_load()
148 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_zfs_ls()
A Dfat.c77 part = blk_get_device_part_str(argv[1], argv[2], &dev_desc, &info, 1); in do_fat_fsinfo()
A Ddisk.c43 part = blk_get_device_part_str(intf, (argc == 3) ? argv[2] : NULL, in common_diskboot()
A Dpart.c42 part = blk_get_device_part_str(argv[0], argv[1], &dev_desc, &info, 0); in do_part_uuid()
/u-boot-v2022.01-rc1/include/
A Dpart.h183 int blk_get_device_part_str(const char *ifname, const char *dev_part_str,
272 static inline int blk_get_device_part_str(const char *ifname, in blk_get_device_part_str() function
/u-boot-v2022.01-rc1/disk/
A Dpart.c440 int blk_get_device_part_str(const char *ifname, const char *dev_part_str, in blk_get_device_part_str() function
761 ret = blk_get_device_part_str(dev_iface, dev_part_str, in part_get_info_by_dev_and_name_or_num()
/u-boot-v2022.01-rc1/lib/efi_loader/
A Defi_device_path.c1141 part = blk_get_device_part_str(dev, devnr, &desc, &fs_partition, in efi_dp_from_name()

Completed in 19 milliseconds