/src/usr.sbin/sysinst/arch/ews4800mips/ |
md.c | 138 if (!parts->pscheme->get_part_info(parts, part, &info))
|
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 506 if (!pset->parts->pscheme->get_part_info(pset->parts, i, 536 if (!parts->pscheme->get_part_info(parts, i, &info)) 801 if (!parts->pscheme->get_part_info(parts, p, &info)) 1074 if (!parts->parent->pscheme->get_part_info( 1089 if (!parts->pscheme->get_part_info(parts, pno, &info)) 1292 if (!pset->parts->pscheme->get_part_info(pset->parts, pno, 1364 clone->parts->pscheme->get_part_info( 1422 ps->pscheme->get_part_info(ps, 1526 ps->pscheme->get_part_info(ps, 1556 if (!sp->parts->pscheme->get_part_info( [all...] |
part_edit.c | 218 !marg->parts->pscheme->get_part_info(marg->parts, marg->cur_id, 238 !marg->parts->pscheme->get_part_info(marg->parts, marg->cur_id, 426 data.parts->pscheme->get_part_info(data.parts, data.cur_id, 520 if (!parts->pscheme->get_part_info(parts, cid, &sinfo)) 535 csrc->pscheme->get_part_info(csrc, cid, &sinfo); 550 parts->pscheme->get_part_info(parts, cid, &cinfo); 766 !parts->pscheme->get_part_info(parts, pno, &info)) { 1009 if (!parts->pscheme->get_part_info(parts, nbsd, &info)) 1124 if (!parts->pscheme->get_part_info(parts, i, &info)) 1305 if (!parts->pscheme->get_part_info(parts, i, &info) [all...] |
label.c | 119 if (!parts->pscheme->get_part_info(parts, i, &info)) 137 if (!parts->pscheme->get_part_info(parts, j, &info)) 287 if (!edit->pset->parts->pscheme->get_part_info(edit->pset->parts, 507 if (!pset->parts->pscheme->get_part_info(pset->parts, pno, 975 if (!pset->parts->pscheme->get_part_info(pset->parts, edit.id, 1005 pset->parts->pscheme->get_part_info( 1469 if (!pset->parts->pscheme->get_part_info(pset->parts, 1623 csrc->pscheme->get_part_info(csrc, cid, &sinfo); 1637 pset->parts->pscheme->get_part_info(pset->parts, cid, &cinfo); 2192 if (parts->pscheme->get_part_info(parts, partn [all...] |
partitions.h | 307 bool (*get_part_info)(const struct disk_partitions*, part_id, member in struct:disk_partitioning_scheme
|
partman.c | 365 if (!pm_i->parts->pscheme->get_part_info(pm_i->parts, 704 if (!parts->pscheme->get_part_info(parts, 1178 if (!pm_i->parts->pscheme->get_part_info( 1273 dev_ptr->pm->parts->pscheme->get_part_info(dev_ptr->pm->parts, 1773 if (!dev_ptr->pv[i].pm->parts->pscheme->get_part_info( 2232 if (!pm_cur->parts->pscheme->get_part_info( 2332 if (!my_pm->parts->pscheme->get_part_info(my_pm->parts, pno, &info)) 2377 if (!pm_cur->parts->pscheme->get_part_info(pm_cur->parts, id, &info)) 2872 parts->pscheme->get_part_info(parts, 3014 if (!ps->get_part_info( [all...] |
target.c | 202 if (!parts->pscheme->get_part_info(parts, ptn, &info))
|
disks.c | 766 if (parts->pscheme->get_part_info( 808 if (!old_parts->pscheme->get_part_info(old_parts, i, &oinfo)) 2332 if (!parts->pscheme->get_part_info(parts, id, &info)) 2418 if (!ps->pscheme->get_part_info(ps, id, &info)) 2445 if (!ps->pscheme->get_part_info(ps, id, &info)) 2544 if (!s->parts->pscheme->get_part_info(s->parts, s->id, &info)) 2728 if (!selected->selection[i].parts->pscheme->get_part_info(
|
util.c | 2439 if (!parts->pscheme->get_part_info(parts, pno, &info)) 2450 if (!parts->pscheme->get_part_info(parts, pno, &info)) 2552 if (!parts->pscheme->get_part_info(parts, pno, &info))
|
mbr.c | 1018 if (parts->dp.pscheme->get_part_info(&parts->dp, 0, &info) 1075 parts->dp.pscheme->get_part_info(arg, 0, &info)) { 3045 if (!parts->dlabel->pscheme->get_part_info( 3170 .get_part_info = mbr_get_part_info,
|
disklabel.c | 1353 .get_part_info = disklabel_get_part_info,
|
gpt.c | 1933 .get_part_info = gpt_get_part_info,
|
/src/usr.sbin/sysinst/arch/i386/ |
md.c | 929 if (!parts->pscheme->get_part_info(parts, root_id, &info)) 988 if (!parts->pscheme->get_part_info(parts, pno, &info))
|
/src/usr.sbin/sysinst/arch/ofppc/ |
md.c | 327 if (!parts->pscheme->get_part_info(parts, part, &info))
|