Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/last/
H A Dlast.c311 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) { in doentry()
318 crmsg = bp->ut_type != SHUTDOWN_TIME ? in doentry()
399 case SHUTDOWN_TIME: in printentry()
467 bp->ut_type == SHUTDOWN_TIME) in want()
/freebsd-12.1/lib/libc/gen/
H A Dutxdb.c74 case SHUTDOWN_TIME: in utx_to_futx()
149 case SHUTDOWN_TIME: in futx_to_utx()
H A Dpututxline.c305 case SHUTDOWN_TIME: in pututxline()
/freebsd-12.1/usr.sbin/ac/
H A Dac.c324 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME || in log_out()
459 case SHUTDOWN_TIME: in ac()
483 usht.ut_type = SHUTDOWN_TIME; in ac()
/freebsd-12.1/include/
H A Dutmpx.h67 #define SHUTDOWN_TIME 8 /* Time of system shutdown. */ macro
/freebsd-12.1/usr.sbin/utx/
H A Dutx.c103 return (boot(SHUTDOWN_TIME)); in main()
/freebsd-12.1/sbin/reboot/
H A Dreboot.c174 utx.ut_type = SHUTDOWN_TIME; in main()
/freebsd-12.1/usr.bin/getent/
H A Dgetent.c643 case SHUTDOWN_TIME: in utmpxprint()