Home
last modified time | relevance | path

Searched refs:RUN_LVL (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/who/
H A Dwho.c196 validtype[RUN_LVL] = 1; in main()
262 validtype[RUN_LVL] = 1; in main()
379 validtype[RUN_LVL] = 0; in main()
524 if (utmpp->ut_type == RUN_LVL || utmpp->ut_type == DEAD_PROCESS) { in dump()
604 utmpp->ut_type != RUN_LVL && in dump()
683 if (utmpp->ut_type == RUN_LVL) { in dump()
/illumos-gate/usr/src/head/
H A Dutmp.h119 #define RUN_LVL 1 macro
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c218 if (up->ut_type == RUN_LVL && in utmpx_get_runlevel()
245 u.ut_type = RUN_LVL; in utmpx_set_runlevel()
/illumos-gate/usr/src/cmd/acct/
H A Dwtmpfix.c452 if (Ut.ut_type == RUN_LVL) { in scanfile()
570 case RUN_LVL: in inrange()
H A Dacctcon1.c264 case RUN_LVL: in loop()
H A Dacctcon.c240 case RUN_LVL: in loop()
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c91 utmpx.ut_type = RUN_LVL; in rckrunlevel()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetut.c222 case RUN_LVL: in _compat_getutid()
H A Dgetutx.c333 case RUN_LVL: in getutxid()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dcheck.c310 utmpx.ut_type = RUN_LVL; in ckrunlevel()
/illumos-gate/usr/src/cmd/smserverd/
H A Dsmediad.c2823 if (utmpp->ut_type == RUN_LVL) { in get_run_level()