Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/who/
H A Dwho.c195 validtype[INIT_PROCESS] = 1; in main()
253 validtype[INIT_PROCESS] = 1; in main()
378 validtype[INIT_PROCESS] = 0; in main()
616 } else if (utmpp->ut_type != INIT_PROCESS) { in dump()
668 if (utmpp->ut_type == INIT_PROCESS) in dump()
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c270 case INIT_PROCESS: in loop()
340 wb.ut_type = INIT_PROCESS; /* fudge a logoff for reboot record */ in upall()
393 case INIT_PROCESS: in update()
H A Dacctcon.c246 case INIT_PROCESS: in loop()
H A Dwtmpfix.c658 case INIT_PROCESS: in inrange()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyslot.c79 if ((ubuf.ut_type == INIT_PROCESS || in ttyslot()
H A Dgetut.c238 case INIT_PROCESS: in _compat_getutid()
242 if (((type = fubuf.ut_type) == INIT_PROCESS || in _compat_getutid()
H A Dgetutx.c349 case INIT_PROCESS: in getutxid()
353 if (((type = fubuf.ut_type) == INIT_PROCESS || in getutxid()
/illumos-gate/usr/src/head/
H A Dutmp.h123 #define INIT_PROCESS 5 /* Process spawned by "init" */ macro
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmutmp.c187 if (u->ut_type == INIT_PROCESS && u->ut_pid == ownpid) { in getty_account()
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c90 ut.ut_type = INIT_PROCESS; in utmpx_mark_init()
/illumos-gate/usr/src/cmd/bnu/
H A Dct.c644 u -> ut_type = INIT_PROCESS; in startat()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c1433 (void) account(INIT_PROCESS, &tmproc, in spawn()
2691 case INIT_PROCESS: in account()
/illumos-gate/usr/src/cmd/login/
H A Dlogin.c2073 if ((u->ut_type == INIT_PROCESS || in update_utmpx_entry()