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;
214 if (!pm->cur_system && pm->parts != NULL) {
216 } else if (pm->cur_system) {
217 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 885 .cur_system = true,
1274 if (pm->cur_system)
1444 if (pm->cur_system)
1961 if (install->cur_system)

Completed in 17 milliseconds