HomeSort by: relevance | last modified time | path
    Searched refs:ut_type (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/librpcsvc/
rusers.x 55 int ut_type; /* type of entry */
65 % * Values for ut_type field above.
  /src/lib/libutil/compat/
compat_logoutx.c 64 utp->ut_type = type;
  /src/lib/libutil/
logoutx.c 64 utp->ut_type = type;
logwtmpx.c 69 ut.ut_type = type;
  /src/lib/libc/gen/
utmpx.c 140 ut.ut_type = SIGNATURE;
149 ut.ut_type != SIGNATURE)
175 if (utx->ut_type == EMPTY)
179 if (ut.ut_type == EMPTY)
181 switch (utx->ut_type) {
188 if (ut.ut_type == utx->ut_type)
195 switch (ut.ut_type) {
223 switch (ut.ut_type) {
352 ut.ut_type = SIGNATURE
    [all...]
  /src/libexec/utmp_update/
utmp_update.c 112 switch (utx->ut_type) {
117 logerr(0, "Invalid utmpx type %d", (int)utx->ut_type);
156 if (utx->ut_type != DEAD_PROCESS)
  /src/include/
utmpx.h 109 uint16_t ut_type; /* type of this entry */ member in struct:utmpx
  /src/lib/libc/compat/include/
utmpx.h 42 uint16_t ut_type; /* type of this entry */ member in struct:utmpx50
  /src/libexec/ftpd/
logwtmp.c 133 ut.ut_type = utx_type;
ftpd.c 1233 utmpx.ut_type = USER_PROCESS;
  /src/usr.bin/who/
utmpentry.c 202 if (fname == NULL && ((1 << utx->ut_type) & etype) == 0)
321 e->type = up->ut_type;
  /src/bin/date/
date.c 537 utx.ut_type = OLD_TIME;
557 utx.ut_type = NEW_TIME;
  /src/usr.bin/last/
last.c 398 #define TYPE(a) (a)->ut_type
  /src/lib/libpam/modules/pam_lastlog/
pam_lastlog.c 286 utmpx.ut_type = USER_PROCESS;
  /src/libexec/rpc.rusersd/
rusers_proc.c 208 utmps[nu].ut_type = RUSERS_USER_PROCESS;
  /src/usr.bin/login/
common.c 252 utmpx.ut_type = USER_PROCESS;
  /src/usr.bin/w/
w.c 237 if (utx->ut_type != USER_PROCESS)
  /src/sbin/init/
init.c 1350 ut.ut_type = type;
1402 ut.ut_type = RUN_LVL;

Completed in 21 milliseconds