Searched defs:part_iter (Results 1 – 1 of 1) sorted by relevance
61 struct part_iter { struct62 const struct itertype *type;63 char *data;64 char *record;65 uint64_t abs_lba;66 uint64_t length;67 int index0; /* including holes, from -1 (disk, then parts from 0) */68 … /* excluding holes, from 0 (disk, then parts from 1), -1 means hole, if PIF_STEPALL is set */69 int flags; /* flags, see #defines above */70 int status; /* current status, see enums above */[all …]