HomeSort by: relevance | last modified time | path
    Searched refs:cur_system (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/sysinst/
upgrade.c 68 if (pm->parts == NULL && !pm->cur_system && !pm->no_part) {
73 if (!pm->cur_system && pm->parts != NULL) {
80 } else if (pm->cur_system) {
81 install.cur_system = true;
217 if (!pm->cur_system && pm->parts != NULL) {
219 } else if (pm->cur_system) {
220 install.cur_system = true;
defs.h 407 bool cur_system; /* target is the live system */ member in struct:install_partition_desc
470 bool cur_system; member in struct:pm_devs
target.c 177 if (pm->cur_system)
disks.c 896 .cur_system = true,
1289 if (pm->cur_system)
1459 if (pm->cur_system)
1976 if (install->cur_system)

Completed in 63 milliseconds