Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/opie/libopie/
H A Dlogwtmp.c140 #if HAVE_UT_TYPE && defined(USER_PROCESS)
142 ut.ut_type = USER_PROCESS;
173 #ifdef USER_PROCESS
175 utx.ut_type = USER_PROCESS;
H A Dlogin.c72 #if HAVE_UT_TYPE && defined(USER_PROCESS)
73 u.ut_type = USER_PROCESS;
/freebsd-12.1/lib/libc/gen/
H A Dgetutxent.c179 case USER_PROCESS: in getutxid()
184 case USER_PROCESS: in getutxid()
215 case USER_PROCESS: in getutxline()
239 case USER_PROCESS: in getutxuser()
H A Dpututxline.c94 case USER_PROCESS: in utx_active_add()
158 case USER_PROCESS: in utx_active_remove()
311 case USER_PROCESS: in pututxline()
H A Dutxdb.c76 case USER_PROCESS: in utx_to_futx()
151 case USER_PROCESS: in futx_to_utx()
/freebsd-12.1/usr.bin/who/
H A Dwho.c232 if (((aflag || !bflag) && utx->ut_type == USER_PROCESS) || in process_utmp()
248 if (utx->ut_type != USER_PROCESS) in quick()
279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) { in whoami()
/freebsd-12.1/crypto/heimdal/appl/login/
H A Dutmpx_login.c46 ut->ut_type = USER_PROCESS; in utmpx_update()
87 || ut->ut_type == USER_PROCESS)) { in utmpx_login()
H A Dutmp_login.c113 utmp->ut_type = USER_PROCESS; in prepare_utmp()
/freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c128 ut.ut_type = USER_PROCESS; in ftpd_logwtmp_wtmp()
161 utx.ut_type = USER_PROCESS; in ftpd_logwtmp_wtmp()
/freebsd-12.1/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c110 if (utx != NULL && utx->ut_type == USER_PROCESS) { in pam_sm_open_session()
137 utl.ut_type = USER_PROCESS; in pam_sm_open_session()
/freebsd-12.1/usr.bin/users/
H A Dusers.cc64 if (ut->ut_type == USER_PROCESS) in main()
/freebsd-12.1/usr.bin/finger/
H A Dfinger.c247 if (user->ut_type != USER_PROCESS) in loginlist()
390 if (user->ut_type != USER_PROCESS) in userlist()
/freebsd-12.1/libexec/rpc.rusersd/
H A Drusers_proc.c167 if (usr->ut_type != USER_PROCESS) in do_names_2()
197 if (usr->ut_type != USER_PROCESS) in rusers_num()
/freebsd-12.1/include/
H A Dutmpx.h62 #define USER_PROCESS 4 /* A process. */ macro
/freebsd-12.1/libexec/ftpd/
H A Dlogwtmp.c63 ut.ut_type = USER_PROCESS; in ftpd_logwtmp()
/freebsd-12.1/usr.bin/last/
H A Dlast.c341 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS) in doentry()
363 if (bp->ut_type == USER_PROCESS && (want(bp) || in doentry()
408 case USER_PROCESS: in printentry()
/freebsd-12.1/usr.bin/write/
H A Dwrite.c208 if (u->ut_type == USER_PROCESS && in utmp_chk()
240 if (u->ut_type == USER_PROCESS && in search_utmp()
/freebsd-12.1/lib/libulog/
H A Dulog_login.c71 utx.ut_type = USER_PROCESS; in ulog_login()
/freebsd-12.1/usr.sbin/lastlogin/
H A Dlastlogin.c129 if (u->ut_type != USER_PROCESS) in main()
/freebsd-12.1/crypto/openssh/
H A Dloginrec.c666 ut->ut_type = USER_PROCESS; in construct_utmp()
753 utx->ut_type = USER_PROCESS; in construct_utmpx()
1167 if (ut->ut_type & USER_PROCESS) in wtmp_islogin()
1331 if (utx->ut_type == USER_PROCESS) in wtmpx_islogin()
/freebsd-12.1/libexec/talkd/
H A Dprocess.c197 if (ut->ut_type == USER_PROCESS && in find_user()
/freebsd-12.1/libexec/comsat/
H A Dcomsat.c151 if (utp->ut_type == USER_PROCESS && !strcmp(utp->ut_user, name)) in mailfor()
/freebsd-12.1/contrib/tcsh/
H A Dtc.who.c316 if (utmp.ut_type != USER_PROCESS)
320 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
/freebsd-12.1/usr.bin/wall/
H A Dwall.c149 if (utmp->ut_type != USER_PROCESS) in main()
/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c222 if (utmp->ut_type == USER_PROCESS) in OS_getSystemNumUsers()

12