Home
last modified time | relevance | path

Searched refs:USER_PROCESS (Results 1 – 18 of 18) sorted by relevance

/dragonfly/lib/libc/gen/
H A Dutmpx.c202 case USER_PROCESS: in getutxid()
207 case USER_PROCESS: in getutxid()
235 case USER_PROCESS: in getutxline()
256 case USER_PROCESS: in getutxuser()
280 if (utx->ut_type == USER_PROCESS) { in pututxline()
/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/libexec/ftpd/
H A Dlogwtmpx.c57 ut.ut_type = USER_PROCESS; in ftpd_logwtmpx()
/dragonfly/include/
H A Dutmpx.h69 #define USER_PROCESS 7 /* A process. */ macro
/dragonfly/usr.bin/wtmpcvt/
H A Dwtmpcvt.c85 uo->ut_type = USER_PROCESS; in outmp_to_utmpx()
/dragonfly/libexec/utmp_update/
H A Dutmp_update.c109 case USER_PROCESS: in main()
/dragonfly/crypto/openssh/
H A Dloginrec.c669 ut->ut_type = USER_PROCESS; in construct_utmp()
756 utx->ut_type = USER_PROCESS; in construct_utmpx()
1173 if (ut->ut_type & USER_PROCESS) in wtmp_islogin()
1337 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()
/dragonfly/usr.bin/who/
H A Dutmpentry.c57 int etype = 1 << USER_PROCESS;
H A Dwho.c78 { USER_PROCESS, "user process" },
/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)
/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.sbin/ac/
H A Dac.c462 case USER_PROCESS: in ac()
/dragonfly/usr.bin/w/
H A Dw.c206 if (utx->ut_type != USER_PROCESS) in main()
/dragonfly/usr.sbin/rwhod/
H A Drwhod.c456 if (ut->ut_type != USER_PROCESS) in send_host_information()
/dragonfly/usr.sbin/ppp/
H A Dphysical.c900 ut.ut_type = USER_PROCESS; in physical_Login()
/dragonfly/usr.sbin/syslogd/
H A Dsyslogd.c1351 if (ut->ut_type != USER_PROCESS) in wallmsg()