Home
last modified time | relevance | path

Searched refs:vid_header_offset (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/cmd/
H A Dubi.c395 static int ubi_dev_scan(struct mtd_info *info, const char *vid_header_offset) in ubi_dev_scan() argument
400 if (!vid_header_offset) in ubi_dev_scan()
404 vid_header_offset); in ubi_dev_scan()
440 int ubi_part(char *part_name, const char *vid_header_offset) in ubi_part() argument
455 err = ubi_dev_scan(mtd, vid_header_offset); in ubi_part()
479 const char *vid_header_offset = NULL; in do_ubi() local
497 vid_header_offset = argv[3]; in do_ubi()
499 return ubi_part(argv[2], vid_header_offset); in do_ubi()
/openbmc/u-boot/include/
H A Dubi_uboot.h73 extern int ubi_part(char *part_name, const char *vid_header_offset);