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

/freebsd-11-stable/include/
H A Dutmpx.h57 #define BOOT_TIME 1 /* Time of system boot. */ macro
/freebsd-11-stable/lib/libc/gen/
H A Dpututxline.c89 case BOOT_TIME:
183 /* Initialize utx.active with a single BOOT_TIME record. */
299 case BOOT_TIME:
H A Dutxdb.c68 case BOOT_TIME:
143 case BOOT_TIME:
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c640 case BOOT_TIME:
/freebsd-11-stable/usr.bin/who/
H A Dwho.c191 if (ut->ut_type == BOOT_TIME)
233 (bflag && utx->ut_type == BOOT_TIME))
/freebsd-11-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 ||
458 case BOOT_TIME:
/freebsd-11-stable/usr.sbin/utx/
H A Dutx.c101 return (boot(BOOT_TIME));
/freebsd-11-stable/usr.bin/last/
H A Dlast.c296 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
381 case BOOT_TIME:
451 if (bp->ut_type == BOOT_TIME ||

Completed in 255 milliseconds