Home
last modified time | relevance | path

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

/freebsd/usr.bin/last/
H A Dlast.c270 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) { in doentry()
277 crmsg = bp->ut_type != SHUTDOWN_TIME ? in doentry()
364 case SHUTDOWN_TIME: in printentry()
432 bp->ut_type == SHUTDOWN_TIME) in want()
/freebsd/lib/libc/gen/
H A Dutxdb.c71 case SHUTDOWN_TIME: in utx_to_futx()
142 case SHUTDOWN_TIME: in futx_to_utx()
H A Dpututxline.c302 case SHUTDOWN_TIME: in pututxline()
/freebsd/usr.sbin/ac/
H A Dac.c322 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME || in log_out()
455 case SHUTDOWN_TIME: in ac()
479 usht.ut_type = SHUTDOWN_TIME; in ac()
/freebsd/include/
H A Dutmpx.h65 #define SHUTDOWN_TIME 8 /* Time of system shutdown. */ macro
/freebsd/usr.sbin/utx/
H A Dutx.c101 return (boot(SHUTDOWN_TIME)); in main()
/freebsd/sbin/reboot/
H A Dreboot.c385 utx.ut_type = SHUTDOWN_TIME; in main()
/freebsd/usr.bin/getent/
H A Dgetent.c641 case SHUTDOWN_TIME: in utmpxprint()