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

12

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c88 ut.ut_type = USER_PROCESS;
90 ut.ut_type = DEAD_PROCESS;
120 utx.ut_type = USER_PROCESS;
122 utx.ut_type = DEAD_PROCESS;
/freebsd-9.3-release/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.c109 utmp->ut_type = USER_PROCESS;
/freebsd-9.3-release/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-9.3-release/lib/libulog/
H A Dulog_login.c69 utx.ut_type = USER_PROCESS;
82 utx.ut_type = DEAD_PROCESS;
/freebsd-9.3-release/libexec/ftpd/
H A Dlogwtmp.c65 ut.ut_type = USER_PROCESS;
72 ut.ut_type = DEAD_PROCESS;
/freebsd-9.3-release/include/
H A Dutmpx.h42 short ut_type; /* Type of entry. */ member in struct:utmpx
/freebsd-9.3-release/lib/libc/gen/
H A Dutxdb.c52 (fu)->fu_type = (ut)->ut_type; \
67 switch (ut->ut_type) {
117 (ut)->ut_type = (fu)->fu_type; \
168 ut->ut_type = EMPTY;
H A Dgetutxent.c165 switch (id->ut_type) {
177 if (fu.fu_type == id->ut_type)
/freebsd-9.3-release/include/rpcsvc/
H A Drnusers.x71 int ut_type; /* type of entry */
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsystime.c509 ut.ut_type = OLD_TIME;
514 ut.ut_type = NEW_TIME;
528 utx.ut_type = OLD_TIME;
533 utx.ut_type = NEW_TIME;
551 ut.ut_type = OLD_TIME;
556 ut.ut_type = NEW_TIME;
570 utx.ut_type = OLD_TIME;
580 utx.ut_type = NEW_TIME;
/freebsd-9.3-release/usr.bin/last/
H A Dlast.c246 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
255 crmsg = bp->ut_type != SHUTDOWN_TIME ?
272 if (bp->ut_type == OLD_TIME || bp->ut_type == NEW_TIME) {
278 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS)
300 if (bp->ut_type == USER_PROCESS && (want(bp) ||
331 switch (bp->ut_type) {
/freebsd-9.3-release/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-9.3-release/usr.bin/users/
H A Dusers.c79 if (ut->ut_type != USER_PROCESS)
/freebsd-9.3-release/usr.sbin/utxrm/
H A Dutxrm.c53 struct utmpx utx = { .ut_type = DEAD_PROCESS };
/freebsd-9.3-release/usr.sbin/lastlogin/
H A Dlastlogin.c117 if (u->ut_type != USER_PROCESS)
/freebsd-9.3-release/usr.bin/who/
H A Dwho.c219 if (utx->ut_type != USER_PROCESS)
236 if (utx->ut_type != USER_PROCESS)
267 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) {
/freebsd-9.3-release/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 &&
444 switch(usr->ut_type) {
481 usht.ut_type = SHUTDOWN_TIME;
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c314 if (utmp.ut_type != USER_PROCESS)
318 if (utmp.ut_type != USER_PROCESS && utmp.ut_type != DEAD_PROCESS)
326 if (utmp.ut_type == DEAD_PROCESS && utmp.ut_line[0] == '\0')
337 if (utmp.ut_type == DEAD_PROCESS) {
388 if (utmp.ut_type == DEAD_PROCESS)
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dlogwtmp.c134 ut.ut_type = utx_type;
/freebsd-9.3-release/bin/date/
H A Ddate.c291 utx.ut_type = OLD_TIME;
298 utx.ut_type = NEW_TIME;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1148 wtmp.ut_type = LOGIN_PROCESS;
1295 utmpx.ut_type = LOGIN_PROCESS;
1417 utmpx.ut_type = LOGIN_PROCESS;
1428 utxp->ut_type = DEAD_PROCESS;
1540 utmp.ut_type = USER_PROCESS;
1546 utptr->ut_type = DEAD_PROCESS;
1757 if ( (cur->ut_type != NULL) && (jid == cur->ut_jid) ) {
1802 if (utp->ut_type != USER_PROCESS || utp->ut_jid == 0)
/freebsd-9.3-release/crypto/openssh/
H A Dloginrec.c662 ut->ut_type = USER_PROCESS;
668 ut->ut_type = DEAD_PROCESS;
755 utx->ut_type = USER_PROCESS;
758 utx->ut_type = DEAD_PROCESS;
1051 utx.ut_type = DEAD_PROCESS;
1150 * leave all fields set, but change the ut_type field to DEAD_PROCESS.
1154 * ut_type==USER_PROCESS (indicating a login.)
1159 * place and not have ut_type.
1169 if (ut->ut_type & USER_PROCESS)
1333 if (utx->ut_type
[all...]
/freebsd-9.3-release/libexec/rpc.rusersd/
H A Drusers_proc.c171 if (usr->ut_type != USER_PROCESS)
201 if (usr->ut_type != USER_PROCESS)

Completed in 217 milliseconds

12