Searched refs:ut_tv (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/usr.sbin/lastlogin/
H A Dlastlogin.c69 t1 = ((const struct utmpx *)u1)->ut_tv.tv_sec;
70 t2 = ((const struct utmpx *)u2)->ut_tv.tv_sec;
141 time_t t = u->ut_tv.tv_sec;
/freebsd-10-stable/include/
H A Dutmpx.h43 struct timeval ut_tv; /* Time entry was made. */ member in struct:utmpx
/freebsd-10-stable/contrib/opie/libopie/
H A Dlogin.c94 gettimeofday(&u.ut_tv);
96 gettimeofday(&u.ut_tv, NULL);
H A Dlogwtmp.c187 gettimeofday(&utx.ut_tv);
189 gettimeofday(&utx.ut_tv, NULL);
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dutmpx_login.c48 ut->ut_tv.tv_sec = tmp.tv_sec;
49 ut->ut_tv.tv_usec = tmp.tv_usec;
/freebsd-10-stable/usr.sbin/utx/
H A Dutx.c58 (void)gettimeofday(&utx.ut_tv, NULL);
86 (void)gettimeofday(&utx.ut_tv, NULL);
/freebsd-10-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c109 t = utx->ut_tv.tv_sec;
142 gettimeofday(&utl.ut_tv, NULL);
169 gettimeofday(&utl.ut_tv, NULL);
/freebsd-10-stable/lib/libulog/
H A Dulog_login.c52 gettimeofday(&utx->ut_tv, NULL);
/freebsd-10-stable/libexec/ftpd/
H A Dlogwtmp.c72 gettimeofday(&ut.ut_tv, NULL);
/freebsd-10-stable/usr.bin/last/
H A Dlast.c225 if (t > ut->ut_tv.tv_sec)
226 t = ut->ut_tv.tv_sec;
255 currentout = -bp->ut_tv.tv_sec;
302 (bp->ut_tv.tv_sec < snaptime &&
307 tt->logout = bp->ut_tv.tv_sec;
327 t = bp->ut_tv.tv_sec;
365 delta = tt->logout - bp->ut_tv.tv_sec;
/freebsd-10-stable/usr.sbin/ac/
H A Dac.c325 timersub(&up->ut_tv, &lp->time, &secs);
374 up->ut_tv = FirstTime;
399 lp->time = up->ut_tv;
420 ut_timecopy = usr->ut_tv;
478 usht.ut_tv = ut_timecopy;
480 usht.ut_tv = now;
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dlogwtmp.c156 utx.ut_tv.tv_sec = tv.tv_sec;
157 utx.ut_tv.tv_usec = tv.tv_usec;
/freebsd-10-stable/lib/libc/gen/
H A Dutxdb.c122 (ut)->ut_tv.tv_sec = t / 1000000; \
123 (ut)->ut_tv.tv_usec = t % 1000000; \
/freebsd-10-stable/usr.bin/finger/
H A Dutil.c119 w->loginat < ut->ut_tv.tv_sec)
136 w->loginat = ut->ut_tv.tv_sec;
150 w->loginat = ut->ut_tv.tv_sec;
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsystime.c448 utx.ut_tv = tvlast;
453 utx.ut_tv = timetv;
489 utx.ut_tv = tvlast;
499 utx.ut_tv = timetv;
/freebsd-10-stable/usr.bin/who/
H A Dwho.c193 t = ut->ut_tv.tv_sec;
289 gettimeofday(&ut.ut_tv, NULL);
/freebsd-10-stable/crypto/openssh/
H A Dloginrec.c638 ut->ut_tv.tv_sec = li->tv_sec;
639 ut->ut_tv.tv_usec = li->tv_usec;
736 utx->ut_tv.tv_sec = li->tv_sec;
737 utx->ut_tv.tv_usec = li->tv_usec;
1227 li->tv_sec = ut.ut_tv.tv_sec;
1389 li->tv_sec = utx.ut_tv.tv_sec;
1645 li->tv_sec = utx->ut_tv.tv_sec;
1646 li->tv_usec = utx->ut_tv.tv_usec;
/freebsd-10-stable/bin/date/
H A Ddate.c302 (void)gettimeofday(&utx.ut_tv, NULL);
309 (void)gettimeofday(&utx.ut_tv, NULL);
/freebsd-10-stable/usr.bin/w/
H A Dw.c238 if (touched < ep->utmp.ut_tv.tv_sec) {
240 touched = ep->utmp.ut_tv.tv_sec;
412 t = ep->utmp.ut_tv.tv_sec;
/freebsd-10-stable/sbin/reboot/
H A Dreboot.c162 gettimeofday(&utx.ut_tv, NULL);
/freebsd-10-stable/usr.bin/getent/
H A Dgetent.c634 (intmax_t)ut->ut_tv.tv_sec, (unsigned int)ut->ut_tv.tv_usec,
635 ctime(&ut->ut_tv.tv_sec));
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1309 utmpx.ut_tv.tv_sec = tv.tv_sec;
1310 utmpx.ut_tv.tv_usec = tv.tv_usec;
1453 utxp->ut_tv.tv_sec = tv.tv_sec;
1454 utxp->ut_tv.tv_usec = tv.tv_usec;
/freebsd-10-stable/libexec/rpc.rusersd/
H A Drusers_proc.c169 utmp_idle[nusers].ui_utmp.ut_time = usr->ut_tv.tv_sec;
/freebsd-10-stable/usr.sbin/timed/timed/
H A Dslave.c280 gettimeofday(&utx.ut_tv, NULL);
284 gettimeofday(&utx.ut_tv, NULL);
H A Dmaster.c370 (void)gettimeofday(&utx.ut_tv, NULL);
374 (void)gettimeofday(&utx.ut_tv, NULL);

Completed in 164 milliseconds

12