Home
last modified time | relevance | path

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

/NextBSD/usr.bin/last/
HDlast.c249 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) { in doentry()
256 crmsg = bp->ut_type != SHUTDOWN_TIME ? in doentry()
336 case SHUTDOWN_TIME: in printentry()
397 bp->ut_type == SHUTDOWN_TIME) in want()
/NextBSD/lib/libc/gen/
HDutxdb.c72 case SHUTDOWN_TIME: in utx_to_futx()
147 case SHUTDOWN_TIME: in futx_to_utx()
HDpututxline.c303 case SHUTDOWN_TIME: in pututxline()
/NextBSD/usr.sbin/ac/
HDac.c322 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME || in log_out()
457 case SHUTDOWN_TIME: in ac()
481 usht.ut_type = SHUTDOWN_TIME; in ac()
/NextBSD/include/
HDutmpx.h65 #define SHUTDOWN_TIME 8 /* Time of system shutdown. */ macro
/NextBSD/usr.sbin/utx/
HDutx.c101 return (boot(SHUTDOWN_TIME)); in main()
/NextBSD/sbin/reboot/
HDreboot.c159 utx.ut_type = SHUTDOWN_TIME; in main()
/NextBSD/usr.bin/getent/
HDgetent.c641 case SHUTDOWN_TIME: in utmpxprint()