Searched refs:doreboot (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | quit.c | 55 extern int doreboot; /* != 0 if reboot required after installation */ 233 if (doreboot) { in quit() 238 if (doreboot || ireboot) { in quit()
|
H A D | main.c | 83 int doreboot = 0; /* != 0 if reboot required after installation */ variable 960 admnflag, doreboot, failflag, interrupted, in doRemove() 994 admnflag, doreboot, failflag, interrupted, intrflag, in doRemove() 1055 admnflag, doreboot, failflag, interrupted, in doRemove() 1096 doreboot = 0; /* != 0 if reboot required after installation (>= 10) */ in resetreturn() 1168 doreboot++; in ckreturn() 1946 admnflag, doreboot, failflag, interrupted, in remove_packages_in_global_with_zones() 1990 admnflag, doreboot, failflag, interrupted, in remove_packages_in_global_with_zones() 2065 admnflag, doreboot, failflag, interrupted, in remove_packages_in_global_with_zones()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | quit.c | 57 extern int doreboot; /* != 0 if reboot required after installation */ 274 if (doreboot) { in quit() 279 if (doreboot || ireboot) { in quit()
|
H A D | main.c | 107 int doreboot = 0; /* != 0 if reboot required after installation */ variable 2420 doreboot = 0; /* != 0 if reboot required after installation (>= 10) */ in resetreturn() 2501 doreboot++; in ckreturn() 3334 echoDebug(DBG_INSTALL_FLAG_VALUES, "after install", admnflag, doreboot, in install_in_one_zone() 3571 admnflag, doreboot, failflag, interrupted, intrflag, in pkginstall_check_in_one_zone() 3865 admnflag, doreboot, failflag, interrupted, intrflag, in add_packages_in_global_with_zones() 4026 admnflag, doreboot, failflag, interrupted, intrflag, in add_packages_in_global_with_zones()
|
/titanic_50/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 109 int doreboot = 0; variable 238 doreboot = 1; in main() 256 if (doreboot && halt) { in main() 316 if (doreboot) { in main()
|