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

/freebsd-10-stable/include/
H A Dutmpx.h57 #define BOOT_TIME 1 /* Time of system boot. */ macro
/freebsd-10-stable/lib/libc/gen/
H A Dutxdb.c68 case BOOT_TIME:
143 case BOOT_TIME:
H A Dpututxline.c89 case BOOT_TIME:
183 /* Initialize utx.active with a single BOOT_TIME record. */
299 case BOOT_TIME:
/freebsd-10-stable/usr.sbin/utx/
H A Dutx.c102 return (boot(BOOT_TIME));
/freebsd-10-stable/usr.bin/who/
H A Dwho.c189 if (ut->ut_type == BOOT_TIME)
231 (bflag && utx->ut_type == BOOT_TIME))
/freebsd-10-stable/usr.bin/last/
H A Dlast.c249 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
333 case BOOT_TIME:
396 if (bp->ut_type == BOOT_TIME ||
/freebsd-10-stable/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 ||
456 case BOOT_TIME:
/freebsd-10-stable/usr.bin/getent/
H A Dgetent.c638 case BOOT_TIME:

Completed in 55 milliseconds