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

12

/freebsd-current/libexec/ftpd/
H A Dlogwtmp.c54 ut.ut_type = USER_PROCESS;
61 ut.ut_type = DEAD_PROCESS;
/freebsd-current/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-current/usr.sbin/utx/
H A Dutx.c54 struct utmpx utx = { .ut_type = DEAD_PROCESS };
84 struct utmpx utx = { .ut_type = type };
/freebsd-current/include/rpcsvc/
H A Drnusers.x64 int ut_type; /* type of entry */
/freebsd-current/lib/libulog/
H A Dulog_login.c68 utx.ut_type = USER_PROCESS;
81 utx.ut_type = DEAD_PROCESS;
/freebsd-current/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-current/include/
H A Dutmpx.h42 short ut_type; /* Type of entry. */ member in struct:utmpx
/freebsd-current/lib/libc/gen/
H A Dutxdb.c51 (fu)->fu_type = (ut)->ut_type; \
66 switch (ut->ut_type) {
116 (ut)->ut_type = (fu)->fu_type; \
167 ut->ut_type = EMPTY;
H A Dgetutxent.c175 switch (id->ut_type) {
187 if (fu.fu_type == id->ut_type)
/freebsd-current/usr.bin/users/
H A Dusers.cc61 if (ut->ut_type == USER_PROCESS)
/freebsd-current/usr.bin/last/
H A Dlast.c267 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
274 crmsg = bp->ut_type != SHUTDOWN_TIME ?
291 if (bp->ut_type == OLD_TIME || bp->ut_type == NEW_TIME) {
297 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS)
319 if (bp->ut_type == USER_PROCESS && (want(bp) ||
351 switch (bp->ut_type) {
422 if (bp->ut_type
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dsystime.c426 ut.ut_type = OLD_TIME;
431 ut.ut_type = NEW_TIME;
445 utx.ut_type = OLD_TIME;
450 utx.ut_type = NEW_TIME;
468 ut.ut_type = OLD_TIME;
473 ut.ut_type = NEW_TIME;
487 utx.ut_type = OLD_TIME;
497 utx.ut_type = NEW_TIME;
/freebsd-current/usr.bin/who/
H A Dwho.c188 if (ut->ut_type == BOOT_TIME)
231 if ((aflag || !bflag) && utx->ut_type == USER_PROCESS) {
234 } else if (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-current/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c108 if (utx != NULL && utx->ut_type == USER_PROCESS) {
135 utl.ut_type = USER_PROCESS;
166 utl.ut_type = DEAD_PROCESS;
/freebsd-current/usr.sbin/ac/
H A Dac.c312 * If ut_type is BOOT_TIME or SHUTDOWN_TIME, we log all users out as the
322 if (up->ut_type == BOOT_TIME || up->ut_type == SHUTDOWN_TIME ||
323 (up->ut_type == DEAD_PROCESS &&
442 switch(usr->ut_type) {
479 usht.ut_type = SHUTDOWN_TIME;
/freebsd-current/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-current/usr.sbin/lastlogin/
H A Dlastlogin.c128 if (u->ut_type != USER_PROCESS)
/freebsd-current/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-current/crypto/openssh/
H A Dloginrec.c669 ut->ut_type = USER_PROCESS;
672 ut->ut_type = DEAD_PROCESS;
756 utx->ut_type = USER_PROCESS;
759 utx->ut_type = DEAD_PROCESS;
1055 utx.ut_type = DEAD_PROCESS;
1154 * leave all fields set, but change the ut_type field to DEAD_PROCESS.
1158 * ut_type==USER_PROCESS (indicating a login.)
1163 * place and not have ut_type.
1173 if (ut->ut_type & USER_PROCESS)
1337 if (utx->ut_type
[all...]
/freebsd-current/libexec/rpc.rusersd/
H A Drusers_proc.c162 if (usr->ut_type != USER_PROCESS)
192 if (usr->ut_type != USER_PROCESS)
/freebsd-current/usr.bin/finger/
H A Dfinger.c232 if (user->ut_type != USER_PROCESS)
375 if (user->ut_type != USER_PROCESS)
/freebsd-current/usr.bin/write/
H A Dwrite.c193 if (u->ut_type == USER_PROCESS &&
225 if (u->ut_type == USER_PROCESS &&
/freebsd-current/bin/date/
H A Ddate.c344 utx.ut_type = OLD_TIME;
350 utx.ut_type = NEW_TIME;
/freebsd-current/usr.bin/getent/
H A Dgetent.c630 if (ut->ut_type == EMPTY)
637 switch (ut->ut_type) {
673 printf("unknown record type %hu\n", ut->ut_type);

Completed in 375 milliseconds

12