Searched refs:rnvol (Results 1 – 2 of 2) sorted by relevance
/external/strace/ |
D | mtd.c | 259 struct ubi_rnvol_req rnvol; in ubi_ioctl() local 297 if (!verbose(tcp) || umove(tcp, arg, &rnvol) < 0) in ubi_ioctl() 300 tprintf(", {count=%" PRIi32 ", ents=[", rnvol.count); in ubi_ioctl() 301 for (c = 0; c < CLAMP(rnvol.count, 0, UBI_MAX_RNVOL); ++c) { in ubi_ioctl() 304 ret = string_quote(rnvol.ents[c].name, vol_name, -1, in ubi_ioctl() 305 CLAMP(rnvol.ents[c].name_len, 0, UBI_MAX_VOLUME_NAME)); in ubi_ioctl() 307 ", name=%s%s}", rnvol.ents[c].vol_id, in ubi_ioctl() 308 rnvol.ents[c].name_len, vol_name, ret ? "..." : ""); in ubi_ioctl()
|
/external/strace/test/ |
D | ubi.c | 26 struct ubi_rnvol_req rnvol = { in main() local 39 ioctl(fd, UBI_IOCRNVOL, &rnvol); in main()
|