Searched refs:SHUTDOWN_TIME (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/include/
H A Dutmpx.h65 #define SHUTDOWN_TIME 8 /* Time of system shutdown. */ macro
/freebsd-current/usr.sbin/utx/
H A Dutx.c101 return (boot(SHUTDOWN_TIME));
/freebsd-current/lib/libc/gen/
H A Dutxdb.c71 case SHUTDOWN_TIME:
142 case SHUTDOWN_TIME:
H A Dpututxline.c302 case SHUTDOWN_TIME:
/freebsd-current/usr.sbin/ac/
H A Dac.c312 * If ut_type is BOOT_TIME or SHUTDOWN_TIME, we log all users out as the
322 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME ||
455 case SHUTDOWN_TIME:
479 usht.ut_type = SHUTDOWN_TIME;
/freebsd-current/usr.bin/last/
H A Dlast.c267 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
274 crmsg = bp->ut_type != SHUTDOWN_TIME ?
355 case SHUTDOWN_TIME:
423 bp->ut_type == SHUTDOWN_TIME)
/freebsd-current/sbin/reboot/
H A Dreboot.c370 utx.ut_type = SHUTDOWN_TIME;
/freebsd-current/usr.bin/getent/
H A Dgetent.c641 case SHUTDOWN_TIME:

Completed in 210 milliseconds