Searched refs:_PATH_NOSHUTDOWN (Results 1 – 3 of 3) sorted by relevance
85 #define _PATH_NOSHUTDOWN "/var/run/noshutdown" macro
345 if (!donextboot && !fflag && stat(_PATH_NOSHUTDOWN, &st) == 0) { in main()346 errx(1, "Reboot cannot be done, " _PATH_NOSHUTDOWN in main()
225 if (!ign_noshutdown && stat(_PATH_NOSHUTDOWN, &st) == 0) { in main()226 (void)printf("Shutdown cannot be done, " _PATH_NOSHUTDOWN in main()