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

12

/freebsd-10.0-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.c113 utmp->ut_type = USER_PROCESS;
/freebsd-10.0-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-10.0-release/lib/libulog/
H A Dulog_login.c69 utx.ut_type = USER_PROCESS;
82 utx.ut_type = DEAD_PROCESS;
/freebsd-10.0-release/libexec/ftpd/
H A Dlogwtmp.c65 ut.ut_type = USER_PROCESS;
72 ut.ut_type = DEAD_PROCESS;
/freebsd-10.0-release/usr.bin/last/
H A Dlast.c246 if (bp->ut_type == BOOT_TIME || bp->ut_type == SHUTDOWN_TIME) {
253 crmsg = bp->ut_type != SHUTDOWN_TIME ?
270 if (bp->ut_type == OLD_TIME || bp->ut_type == NEW_TIME) {
276 if (bp->ut_type != USER_PROCESS && bp->ut_type != DEAD_PROCESS)
298 if (bp->ut_type == USER_PROCESS && (want(bp) ||
329 switch (bp->ut_type) {
/freebsd-10.0-release/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-10.0-release/include/
H A Dutmpx.h42 short ut_type; /* Type of entry. */ member in struct:utmpx
/freebsd-10.0-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; \
172 ut->ut_type = EMPTY;
H A Dgetutxent.c181 switch (id->ut_type) {
193 if (fu.fu_type == id->ut_type)
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dsystime.c283 ut.ut_type = OLD_TIME;
288 ut.ut_type = NEW_TIME;
301 utx.ut_type = OLD_TIME;
306 utx.ut_type = NEW_TIME;
320 ut.ut_type = OLD_TIME;
324 ut.ut_type = NEW_TIME;
337 utx.ut_type = OLD_TIME;
347 utx.ut_type = NEW_TIME;
/freebsd-10.0-release/include/rpcsvc/
H A Drnusers.x71 int ut_type; /* type of entry */
/freebsd-10.0-release/usr.sbin/utx/
H A Dutx.c54 struct utmpx utx = { .ut_type = DEAD_PROCESS };
84 struct utmpx utx = { .ut_type = type };
/freebsd-10.0-release/usr.bin/who/
H A Dwho.c189 if (ut->ut_type == BOOT_TIME)
230 if (((aflag || !bflag) && utx->ut_type == USER_PROCESS) ||
231 (bflag && utx->ut_type == BOOT_TIME))
246 if (utx->ut_type != USER_PROCESS)
277 if ((utx = getutxline(&ut)) != NULL && utx->ut_type == USER_PROCESS) {
/freebsd-10.0-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-10.0-release/usr.bin/users/
H A Dusers.c79 if (ut->ut_type != USER_PROCESS)
/freebsd-10.0-release/usr.sbin/lastlogin/
H A Dlastlogin.c117 if (u->ut_type != USER_PROCESS)
/freebsd-10.0-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-10.0-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-10.0-release/contrib/lukemftpd/src/
H A Dlogwtmp.c134 ut.ut_type = utx_type;
/freebsd-10.0-release/bin/date/
H A Ddate.c275 utx.ut_type = OLD_TIME;
282 utx.ut_type = NEW_TIME;
/freebsd-10.0-release/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-10.0-release/crypto/openssh/
H A Dloginrec.c659 ut->ut_type = USER_PROCESS;
665 ut->ut_type = DEAD_PROCESS;
752 utx->ut_type = USER_PROCESS;
755 utx->ut_type = DEAD_PROCESS;
1048 utx.ut_type = DEAD_PROCESS;
1147 * leave all fields set, but change the ut_type field to DEAD_PROCESS.
1151 * ut_type==USER_PROCESS (indicating a login.)
1156 * place and not have ut_type.
1166 if (ut->ut_type & USER_PROCESS)
1330 if (utx->ut_type
[all...]
/freebsd-10.0-release/libexec/rpc.rusersd/
H A Drusers_proc.c169 if (usr->ut_type != USER_PROCESS)
199 if (usr->ut_type != USER_PROCESS)

Completed in 326 milliseconds

12