Home | History | Annotate | Download | only in diskinstaller

Lines Matching defs:pinfo

199     struct part_info *pinfo = NULL;
223 if (!(pinfo = find_part(dinfo, tmp))) {
229 if (!(dest_part = find_part_device(dinfo, pinfo->name))) {
231 " processing image %s", pinfo->name, img->name);
234 offset = pinfo->start_lba * dinfo->sect_size;
242 if (!pinfo) {
262 strncpy(vol_lbl, pinfo->name, sizeof(vol_lbl));
325 /* at this point we MUST either have a partition in 'pinfo' or a raw
327 if (!pinfo && (offset == (loff_t)-1)) {
332 if (!pinfo && (type != INSTALL_IMAGE_RAW)) {