Searched refs:rnvol (Results 1 – 1 of 1) sorted by relevance
/external/strace/ |
D | ubi.c | 86 struct ubi_rnvol_req rnvol; in ubi_ioctl() local 90 if (umove_or_printaddr(tcp, arg, &rnvol)) in ubi_ioctl() 93 tprintf("{count=%" PRIi32 ", ents=[", rnvol.count); in ubi_ioctl() 94 for (c = 0; c < CLAMP(rnvol.count, 0, UBI_MAX_RNVOL); ++c) { in ubi_ioctl() 98 ", name=", rnvol.ents[c].vol_id, in ubi_ioctl() 99 rnvol.ents[c].name_len); in ubi_ioctl() 100 print_quoted_cstring(rnvol.ents[c].name, in ubi_ioctl() 101 CLAMP(rnvol.ents[c].name_len, 0, in ubi_ioctl()
|