Home
last modified time | relevance | path

Searched refs:ubi_part (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/env/
H A Dubi.c31 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_save()
73 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_save()
114 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_load()
151 if (ubi_part(CONFIG_ENV_UBI_PART, NULL)) { in env_ubi_load()
/openbmc/u-boot/include/
H A Dubi_uboot.h73 extern int ubi_part(char *part_name, const char *vid_header_offset);
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c40 int ret = ubi_part(mtdpart, NULL); in mount_ubifs()
/openbmc/u-boot/cmd/
H A Dubi.c440 int ubi_part(char *part_name, const char *vid_header_offset) in ubi_part() function
499 return ubi_part(argv[2], vid_header_offset); in do_ubi()