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

/freebsd-13-stable/include/
H A Dutmpx.h67 #define SHUTDOWN_TIME 8 /* Time of system shutdown. */ macro
/freebsd-13-stable/usr.sbin/utx/
H A Dutx.c103 return (boot(SHUTDOWN_TIME));
/freebsd-13-stable/lib/libc/gen/
H A Dutxdb.c74 case SHUTDOWN_TIME:
145 case SHUTDOWN_TIME:
H A Dpututxline.c305 case SHUTDOWN_TIME:
/freebsd-13-stable/usr.bin/last/
H A Dlast.c311 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
318 crmsg = bp->ut_type != SHUTDOWN_TIME ?
399 case SHUTDOWN_TIME:
467 bp->ut_type == SHUTDOWN_TIME)
/freebsd-13-stable/usr.sbin/ac/
H A Dac.c314 * If ut_type is BOOT_TIME or SHUTDOWN_TIME, we log all users out as the
324 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME ||
459 case SHUTDOWN_TIME:
483 usht.ut_type = SHUTDOWN_TIME;
/freebsd-13-stable/sbin/reboot/
H A Dreboot.c174 utx.ut_type = SHUTDOWN_TIME;
/freebsd-13-stable/usr.bin/getent/
H A Dgetent.c643 case SHUTDOWN_TIME:

Completed in 124 milliseconds