OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_part
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/sysinst/
menus.pm
54
part_id
new_part
;
56
new_part
= pm_whole_disk(arg, SY_NEWLVM);
57
if (
new_part
!= NO_PART)
58
pm_set_lvmpv(pm_from_pe(arg),
new_part
, true);
62
part_id
new_part
;
63
new_part
= pm_whole_disk(arg, SY_NEWCGD);
64
if (
new_part
!= NO_PART)
65
pm_cgd_edit_new(pm_from_pe(arg),
new_part
);
partman.c
3321
part_id
new_part
, id;
local in function:pm_whole_disk
3370
new_part
= parts->pscheme->add_partition(parts, &info, NULL);
3371
if (
new_part
== NO_PART)
3374
parts->pscheme->get_part_info(parts,
new_part
, &oinfo);
3386
new_part
= NO_PART;
3395
if (
new_part
== NO_PART)
3396
new_part
= i;
3417
new_part
= id;
3427
return
new_part
;
Completed in 15 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025