Searched refs:vid_header_offset (Results 1 – 2 of 2) sorted by relevance
440 static int ubi_dev_scan(struct mtd_info *info, const char *vid_header_offset) in ubi_dev_scan() argument445 if (!vid_header_offset) in ubi_dev_scan()449 vid_header_offset); in ubi_dev_scan()509 int ubi_part(char *part_name, const char *vid_header_offset) in ubi_part() argument524 err = ubi_dev_scan(mtd, vid_header_offset); in ubi_part()549 const char *vid_header_offset = NULL; in do_ubi() local567 vid_header_offset = argv[3]; in do_ubi()569 return ubi_part(argv[2], vid_header_offset); in do_ubi()
73 extern int ubi_part(char *part_name, const char *vid_header_offset);
Completed in 5 milliseconds