Home
last modified time | relevance | path

Searched refs:UTMAXTYPE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Dutmp.h133 #define UTMAXTYPE DOWN_TIME /* Largest legal value of ut_type */ macro
/illumos-gate/usr/src/cmd/who/
H A Dwho.c145 static int validtype[UTMAXTYPE+1]; /* holds valid types */
733 if (utmpp->ut_type <= UTMAXTYPE) { in process()
776 gettext(" when maximum is %d\n"), UTMAXTYPE); in process()
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c205 if((wb.ut_type >= EMPTY) && (wb.ut_type <= UTMAXTYPE)) in valid()
H A Dacctcon.c192 if ((wb.ut_type >= EMPTY) && (wb.ut_type <= UTMAXTYPE)) in valid()
H A Dwtmpfix.c215 if ((w->ut_type >= EMPTY) && (w->ut_type <= UTMAXTYPE)) in winp()