Searched refs:rnvol (Results 1 – 1 of 1) sorted by relevance
/external/strace/ |
D | mtd.c | 385 struct ubi_rnvol_req rnvol; in ubi_ioctl() local 389 if (umove_or_printaddr(tcp, arg, &rnvol)) in ubi_ioctl() 392 tprintf("{count=%" PRIi32 ", ents=[", rnvol.count); in ubi_ioctl() 393 for (c = 0; c < CLAMP(rnvol.count, 0, UBI_MAX_RNVOL); ++c) { in ubi_ioctl() 397 ", name=", rnvol.ents[c].vol_id, in ubi_ioctl() 398 rnvol.ents[c].name_len); in ubi_ioctl() 399 if (print_quoted_string(rnvol.ents[c].name, in ubi_ioctl() 400 CLAMP(rnvol.ents[c].name_len, 0, UBI_MAX_VOLUME_NAME), in ubi_ioctl()
|