Home
last modified time | relevance | path

Searched refs:ut_type (Results 1 – 22 of 22) sorted by relevance

/dragonfly/usr.bin/wtmpcvt/
H A Dwtmpcvt.c70 uo->ut_type = INIT_PROCESS; in outmp_to_utmpx()
74 uo->ut_type = OLD_TIME; in outmp_to_utmpx()
76 uo->ut_type = NEW_TIME; in outmp_to_utmpx()
78 uo->ut_type = INIT_PROCESS; in outmp_to_utmpx()
82 uo->ut_type = DEAD_PROCESS; in outmp_to_utmpx()
85 uo->ut_type = USER_PROCESS; in outmp_to_utmpx()
91 uo->ut_type = EMPTY; in outmp_to_utmpx()
122 uo.ut_type = SIGNATURE; in main()
129 if (uo.ut_type == EMPTY) in main()
/dragonfly/lib/libc/gen/
H A Dutmpx.c86 ut.ut_type = SIGNATURE; in _open_db()
95 ut.ut_type != SIGNATURE) { in _open_db()
184 if (utx->ut_type == EMPTY) in getutxid()
188 if (ut.ut_type == EMPTY) in getutxid()
190 switch (utx->ut_type) { in getutxid()
197 if (ut.ut_type == utx->ut_type) in getutxid()
204 switch (ut.ut_type) { in getutxid()
231 switch (ut.ut_type) { in getutxline()
253 switch (ut.ut_type) { in getutxuser()
280 if (utx->ut_type == USER_PROCESS) { in pututxline()
[all …]
/dragonfly/libexec/utmp_update/
H A Dutmp_update.c108 switch (utx->ut_type) { in main()
113 logerr(0, "Invalid utmpx type %hd", utx->ut_type); in main()
146 if (utx->ut_type != DEAD_PROCESS) in main()
/dragonfly/libexec/ftpd/
H A Dlogwtmpx.c57 ut.ut_type = USER_PROCESS; in ftpd_logwtmpx()
64 ut.ut_type = DEAD_PROCESS; in ftpd_logwtmpx()
/dragonfly/usr.sbin/ac/
H A Dac.c323 if (up->ut_type == BOOT_TIME || up->ut_type == INIT_PROCESS || in log_out()
324 (up->ut_type == DEAD_PROCESS && in log_out()
445 switch(usr->ut_type) { in ac()
482 usht.ut_type = INIT_PROCESS; in ac()
/dragonfly/contrib/tcsh-6/
H A Dtc.who.c295 if (utmp.ut_type != USER_PROCESS)
299 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
307 if (utmp.ut_type == DEAD_PROCESS && utmp.ut_line[0] == '\0')
318 if (utmp.ut_type == DEAD_PROCESS) {
369 if (utmp.ut_type == DEAD_PROCESS)
/dragonfly/crypto/openssh/
H A Dloginrec.c669 ut->ut_type = USER_PROCESS; in construct_utmp()
672 ut->ut_type = DEAD_PROCESS; in construct_utmp()
756 utx->ut_type = USER_PROCESS; in construct_utmpx()
759 utx->ut_type = DEAD_PROCESS; in construct_utmpx()
1055 utx.ut_type = DEAD_PROCESS; in utmpx_perform_logout()
1173 if (ut->ut_type & USER_PROCESS) in wtmp_islogin()
1337 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()
1699 ut.ut_type = LOGIN_PROCESS; in record_failed_login()
/dragonfly/usr.bin/who/
H A Dutmpentry.c144 if (fname == NULL && ((1 << utx->ut_type) & etype) == 0) { in getutentries()
204 e->type = up->ut_type; in getentryx()
/dragonfly/libexec/rpc.rusersd/
H A Drusers_proc.c164 if (usr->ut_type != USER_PROCESS) in do_names_2()
194 if (usr->ut_type != USER_PROCESS) in rusers_num()
/dragonfly/lib/libutil/
H A Dlogoutx.c56 utp->ut_type = type; in logoutx()
H A Dlogwtmpx.c61 ut.ut_type = type; in logwtmpx()
/dragonfly/include/rpcsvc/
H A Drnusers.x66 int ut_type; /* type of entry */ member
/dragonfly/include/
H A Dutmpx.h116 short ut_type; /* type of this entry */ member
/dragonfly/libexec/talkd/
H A Dprocess.c196 if (ut->ut_type != USER_PROCESS) in find_user()
/dragonfly/libexec/comsat/
H A Dcomsat.c141 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name)) in mailfor()
/dragonfly/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c224 utmpx.ut_type = USER_PROCESS; in doutmpx()
/dragonfly/usr.bin/last/
H A Dlast.c411 if (bp->ut_type == SIGNATURE) in wtmpx()
/dragonfly/usr.bin/w/
H A Dw.c206 if (utx->ut_type != USER_PROCESS) in main()
/dragonfly/sbin/init/
H A Dinit.c1784 ut.ut_type = type; in make_utmpx()
1836 ut.ut_type = RUN_LVL; in utmpx_set_runlevel()
/dragonfly/usr.sbin/ppp/
H A Dphysical.c337 ut.ut_type = DEAD_PROCESS; in physical_Close()
900 ut.ut_type = USER_PROCESS; in physical_Login()
/dragonfly/usr.sbin/rwhod/
H A Drwhod.c456 if (ut->ut_type != USER_PROCESS) in send_host_information()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c1351 if (ut->ut_type != USER_PROCESS) in wallmsg()