Searched refs:ut_type (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dutmpx_login.c46 ut->ut_type = USER_PROCESS;
85 && ( ut->ut_type == INIT_PROCESS
86 || ut->ut_type == LOGIN_PROCESS
87 || ut->ut_type == USER_PROCESS)) {
H A Dutmp_login.c113 utmp->ut_type = USER_PROCESS;
/freebsd-13-stable/contrib/opie/libopie/
H A Dlogwtmp.c142 ut.ut_type = USER_PROCESS;
144 ut.ut_type = DEAD_PROCESS;
175 utx.ut_type = USER_PROCESS;
177 utx.ut_type = DEAD_PROCESS;
H A Dlogin.c73 u.ut_type = USER_PROCESS;
/freebsd-13-stable/lib/libulog/
H A Dulog_login.c71 utx.ut_type = USER_PROCESS;
84 utx.ut_type = DEAD_PROCESS;
/freebsd-13-stable/libexec/ftpd/
H A Dlogwtmp.c63 ut.ut_type = USER_PROCESS;
70 ut.ut_type = DEAD_PROCESS;
/freebsd-13-stable/usr.sbin/utx/
H A Dutx.c56 struct utmpx utx = { .ut_type = DEAD_PROCESS };
86 struct utmpx utx = { .ut_type = type };
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c128 ut.ut_type = USER_PROCESS;
130 ut.ut_type = DEAD_PROCESS;
161 utx.ut_type = USER_PROCESS;
163 utx.ut_type = DEAD_PROCESS;
/freebsd-13-stable/lib/libc/gen/
H A Dutxdb.c54 (fu)->fu_type = (ut)->ut_type; \
69 switch (ut->ut_type) {
119 (ut)->ut_type = (fu)->fu_type; \
170 ut->ut_type = EMPTY;
H A Dgetutxent.c178 switch (id->ut_type) {
190 if (fu.fu_type == id->ut_type)
/freebsd-13-stable/include/
H A Dutmpx.h44 short ut_type; /* Type of entry. */ member in struct:utmpx
/freebsd-13-stable/usr.bin/users/
H A Dusers.cc64 if (ut->ut_type == USER_PROCESS)
/freebsd-13-stable/usr.bin/last/
H A Dlast.c311 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
318 crmsg = bp->ut_type != SHUTDOWN_TIME ?
335 if (bp->ut_type == OLD_TIME || bp->ut_type == NEW_TIME) {
341 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS)
363 if (bp->ut_type == USER_PROCESS && (want(bp) ||
395 switch (bp->ut_type) {
466 if (bp->ut_type
[all...]
/freebsd-13-stable/include/rpcsvc/
H A Drnusers.x73 int ut_type; /* type of entry */
/freebsd-13-stable/contrib/ntp/libntp/
H A Dsystime.c427 ut.ut_type = OLD_TIME;
432 ut.ut_type = NEW_TIME;
446 utx.ut_type = OLD_TIME;
451 utx.ut_type = NEW_TIME;
469 ut.ut_type = OLD_TIME;
474 ut.ut_type = NEW_TIME;
488 utx.ut_type = OLD_TIME;
498 utx.ut_type = NEW_TIME;
/freebsd-13-stable/usr.bin/who/
H A Dwho.c191 if (ut->ut_type == BOOT_TIME)
232 if (((aflag || !bflag) && utx->ut_type == USER_PROCESS) ||
233 (bflag && utx->ut_type == BOOT_TIME))
248 if (utx->ut_type != USER_PROCESS)
279 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) {
/freebsd-13-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c110 if (utx != NULL && utx->ut_type == USER_PROCESS) {
137 utl.ut_type = USER_PROCESS;
168 utl.ut_type = DEAD_PROCESS;
/freebsd-13-stable/contrib/tcsh/
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)
/freebsd-13-stable/usr.sbin/ac/
H A Dac.c314 * If ut_type is BOOT_TIME or SHUTDOWN_TIME, we log all users out as the
324 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME ||
325 (up->ut_type == DEAD_PROCESS &&
446 switch(usr->ut_type) {
483 usht.ut_type = SHUTDOWN_TIME;
/freebsd-13-stable/usr.sbin/lastlogin/
H A Dlastlogin.c129 if (u->ut_type != USER_PROCESS)
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1157 wtmp.ut_type = LOGIN_PROCESS;
1306 utmpx.ut_type = LOGIN_PROCESS;
1428 utmpx.ut_type = LOGIN_PROCESS;
1439 utxp->ut_type = DEAD_PROCESS;
1551 utmp.ut_type = USER_PROCESS;
1557 utptr->ut_type = DEAD_PROCESS;
1768 if ( (cur->ut_type != NULL) && (jid == cur->ut_jid) ) {
1813 if (utp->ut_type != USER_PROCESS || utp->ut_jid == 0)
/freebsd-13-stable/libexec/rpc.rusersd/
H A Drusers_proc.c167 if (usr->ut_type != USER_PROCESS)
197 if (usr->ut_type != USER_PROCESS)
/freebsd-13-stable/bin/date/
H A Ddate.c345 utx.ut_type = OLD_TIME;
353 utx.ut_type = NEW_TIME;
/freebsd-13-stable/crypto/openssh/
H A Dloginrec.c666 ut->ut_type = USER_PROCESS;
669 ut->ut_type = DEAD_PROCESS;
753 utx->ut_type = USER_PROCESS;
756 utx->ut_type = DEAD_PROCESS;
1049 utx.ut_type = DEAD_PROCESS;
1148 * leave all fields set, but change the ut_type field to DEAD_PROCESS.
1152 * ut_type==USER_PROCESS (indicating a login.)
1157 * place and not have ut_type.
1167 if (ut->ut_type & USER_PROCESS)
1331 if (utx->ut_type
[all...]
/freebsd-13-stable/usr.bin/write/
H A Dwrite.c208 if (u->ut_type == USER_PROCESS &&
240 if (u->ut_type == USER_PROCESS &&

Completed in 281 milliseconds

12