Searched refs:ut_tv (Results 1 - 23 of 23) sorted by last modified time

/netbsd-current/bin/date/
H A Ddate.c385 (void)gettimeofday(&utx.ut_tv, NULL);
405 (void)gettimeofday(&utx.ut_tv, NULL);
/netbsd-current/libexec/ftpd/
H A Dftpd.c1227 utmpx.ut_tv = tv;
H A Dlogwtmp.c138 (void)gettimeofday(&ut.ut_tv, NULL);
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dos390.c224 *uptime = difftime64(time64(&t), v->ut_tv.tv_sec);
/netbsd-current/usr.bin/w/
H A Dw.c270 ep->tv = utx->ut_tv;
/netbsd-current/sbin/init/
H A Dinit.c1354 ut.ut_tv = *tv;
1356 (void)gettimeofday(&ut.ut_tv, NULL);
1403 (void)gettimeofday(&ut.ut_tv, NULL);
/netbsd-current/include/
H A Dutmpx.h89 #define ut_xtime ut_tv.tv_sec
116 struct timeval ut_tv; /* time entry was created */ member in struct:utmpx
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_cfg.c1676 gettimeofday((struct timeval *)&ut.ut_tv, NULL);
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsshlogin.c237 ux.ut_tv = tv;
267 uxp->ut_tv = tv;
/netbsd-current/usr.bin/who/
H A Dutmpentry.c316 e->tv = up->ut_tv;
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dsystime.c450 utx.ut_tv = tvlast;
455 utx.ut_tv = timetv;
491 utx.ut_tv = tvlast;
501 utx.ut_tv = timetv;
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dplatform.c59 if (next->ut_tv.tv_sec > tv.tv_sec) {
62 } else if (next->ut_tv.tv_sec == tv.tv_sec) {
63 if (next->ut_tv.tv_usec > tv.tv_usec) {
/netbsd-current/external/bsd/tmux/usr.bin/tmux/
H A Dutempter.c67 ut.ut_tv = *now;
/netbsd-current/usr.bin/login/
H A Dcommon.c245 utmpx.ut_tv = now;
/netbsd-current/lib/libc/gen/
H A Dutmpx.c76 struct timeval *tv = &utx->ut_tv;
86 struct timeval *tv = &utx->ut_tv;
403 u->ut_time = ux->ut_tv.tv_sec;
416 ux->ut_tv.tv_sec = u->ut_time;
417 ux->ut_tv.tv_usec = 0;
/netbsd-current/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c278 utmpx.ut_tv = *now;
/netbsd-current/external/bsd/tmux/dist/
H A Dutmp.c77 utmpx->ut_tv = *now;
99 utmpx->ut_tv = *now;
/netbsd-current/lib/libc/compat/gen/
H A Dcompat_utmpx.c73 timeval_to_timeval50(&ut->ut_tv, (void *)&ut->ut_tv);
/netbsd-current/lib/libutil/compat/
H A Dcompat_logoutx.c69 (void)gettimeofday(&utp->ut_tv, NULL);
/netbsd-current/lib/libc/compat/include/
H A Dutmpx.h49 struct timeval50 ut_tv; /* time entry was created */ member in struct:utmpx50
66 timeval50_to_timeval(&ut50->ut_tv, &ut->ut_tv);
73 timeval_to_timeval50(&ut->ut_tv, &ut50->ut_tv);
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_sunos5.c1249 statics->boottime = up->ut_tv.tv_sec;
/netbsd-current/lib/libutil/
H A Dlogoutx.c69 (void)gettimeofday(&utp->ut_tv, NULL);
H A Dlogwtmpx.c74 (void)gettimeofday(&ut.ut_tv, NULL);

Completed in 353 milliseconds