Home
last modified time | relevance | path

Searched refs:INIT_PROCESS (Results 1 – 7 of 7) sorted by relevance

/dragonfly/usr.bin/wtmpcvt/
H A Dwtmpcvt.c70 uo->ut_type = INIT_PROCESS; in outmp_to_utmpx()
78 uo->ut_type = INIT_PROCESS; in outmp_to_utmpx()
/dragonfly/usr.sbin/ac/
H A Dac.c323 if (up->ut_type == BOOT_TIME || up->ut_type == INIT_PROCESS || in log_out()
458 case INIT_PROCESS: in ac()
482 usht.ut_type = INIT_PROCESS; in ac()
/dragonfly/usr.bin/who/
H A Dwho.c76 { INIT_PROCESS, "init process" },
122 et |= (1 << INIT_PROCESS); in main()
/dragonfly/include/
H A Dutmpx.h67 #define INIT_PROCESS 5 /* A process spawned by the init process. */ macro
/dragonfly/lib/libc/gen/
H A Dutmpx.c200 case INIT_PROCESS: in getutxid()
205 case INIT_PROCESS: in getutxid()
/dragonfly/sbin/reboot/
H A Dreboot.c122 logwtmpx("~", "shutdown", "", 0, INIT_PROCESS); in main()
/dragonfly/sbin/init/
H A Dinit.c871 logwtmpx("~", "reboot", "", 0, INIT_PROCESS); in f_runcom()
1539 logwtmpx("~", "shutdown", "", 0, INIT_PROCESS); in f_death()