Searched refs:time_second (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-11.0-release/sys/dev/tws/
H A Dtws_services.h134 #define TWS_LOCAL_TIME (time_second - utc_offset())
137 #define TWS_LOCAL_TIME (time_second - (tz_minuteswest * 60) - \
H A Dtws_hdm.c527 TWS_TRACE_DEBUG(sc, "sync_time,ts", sync_time, time_second);
/freebsd-11.0-release/sys/cddl/compat/opensolaris/sys/
H A Dtime.h71 #define gethrestime_sec() (time_second)
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clsubs.c190 timeo = (time_second - np->n_mtime.tv_sec) / 10;
217 (time_second - np->n_attrstamp), timeo);
220 if ((time_second - np->n_attrstamp) >= timeo &&
/freebsd-11.0-release/sys/dev/twa/
H A Dtw_osl_inline.h265 (time_second - utc_offset())
/freebsd-11.0-release/sys/ufs/ufs/
H A Dufs_quota.c235 dq->dq_btime = time_second + ip->i_ump->um_btime[i];
280 dq->dq_btime = time_second + ip->i_ump->um_btime[type];
285 if (time_second > dq->dq_btime) {
373 dq->dq_itime = time_second + ip->i_ump->um_itime[i];
417 dq->dq_itime = time_second + ip->i_ump->um_itime[type];
422 if (time_second > dq->dq_itime) {
847 newlim.dqb_btime = time_second + ump->um_btime[type];
851 newlim.dqb_itime = time_second + ump->um_itime[type];
902 dq->dq_btime = time_second + ump->um_btime[type];
905 dq->dq_itime = time_second
[all...]
H A Dufs_dirhash.c404 dh->dh_lastused = time_second;
583 dh->dh_lastused = time_second;
827 dh->dh_lastused = time_second;
/freebsd-11.0-release/sys/i386/i386/
H A Dtrap.c456 if (time_second - lastalert > 10) {
459 lastalert = time_second;
710 if (time_second - lastalert > 10) {
713 lastalert = time_second;
/freebsd-11.0-release/sys/dev/led/
H A Dled.c67 if (sc->last_second == time_second)
69 sc->last_second = time_second;
/freebsd-11.0-release/sys/nfs/
H A Dbootp_subr.c761 (rtimo == 0 || time_second >= rtimo)) {
779 atimo = timo + time_second;
780 while (time_second < atimo) {
795 gctx->secs = time_second - gctx->starttime;
874 atimo = time_second +
881 rtimo = time_second +
908 if (rtimo != 0 && time_second >= rtimo)
1611 gctx->starttime = time_second;
/freebsd-11.0-release/sys/fs/smbfs/
H A Dsmbfs_node.c358 np->n_attrage = time_second;
369 diff = time_second - np->n_attrage;
/freebsd-11.0-release/sys/dev/twe/
H A Dtwe.c1262 expiry = time_second + timeout;
1269 } while (time_second <= expiry);
1555 expiry = time_second + timeout;
1564 } while ((time_second <= expiry) && !found);
1734 if (time_second > (lastwarn[0] + 5)) {
1737 lastwarn[0] = time_second;
1743 if (time_second > (lastwarn[1] + 5)) {
1746 lastwarn[1] = time_second;
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_if.c224 * It seems that the value of time_second is in unintialzied state
228 * pfi_get_ifaces it uses time_second if it sees the time is 0.
230 kif->pfik_tzero = time_second > 1 ? time_second : 0;
700 p->pfik_tzero = time_second;
727 p->pfik_tzero = time_second;
H A Dpf_table.c247 long tzero = time_second;
398 long tzero = time_second;
584 long tzero = time_second;
1110 long tzero = time_second;
1253 long tzero = time_second;
1291 long tzero = time_second;
1534 long tzero = time_second;
2019 kt = pfr_create_ktable(&tbl, time_second, 1);
/freebsd-11.0-release/sys/dev/xen/control/
H A Dcontrol.c311 inittodr(time_second);
/freebsd-11.0-release/sys/dev/mlx/
H A Dmlx.c913 sc->mlx_pause.mp_when = time_second + mp->mp_when;
1080 (time_second >= sc->mlx_pause.mp_when)){
1093 if (time_second >= sc->mlx_pause.mp_howlong) {
1098 sysbeep((time_second % 5) * 100 + 500, hz/8);
1104 } else if (time_second > (sc->mlx_lastpoll + 10)) {
1105 sc->mlx_lastpoll = time_second;
1490 failsafe = ((sc->mlx_pause.mp_howlong - time_second) + 5) / 30;
1493 sc->mlx_pause.mp_howlong = time_second + (0xf * 30) - 5;
1540 channel, (long)(sc->mlx_pause.mp_howlong - time_second));
2267 mc->mc_timeout = time_second
[all...]
/freebsd-11.0-release/sys/dev/mn/
H A Dif_mn.c412 (unsigned long)(time_second - sch->last_recv));
419 (unsigned long)(time_second - sch->last_rxerr));
426 (unsigned long)(time_second - sch->last_xmit));
1097 sc->ch[chan]->last_xmit = time_second;
1136 sch->last_recv = time_second;
1154 sch->last_rxerr = time_second;
/freebsd-11.0-release/sys/dev/ips/
H A Dips.c551 ts = time_second + command->timeout;
554 && (ts > time_second))
/freebsd-11.0-release/sys/dev/xen/timer/
H A Dtimer.c493 inittodr(time_second);
/freebsd-11.0-release/sys/ddb/
H A Ddb_textdump.c224 (unsigned long)time_second);
/freebsd-11.0-release/sys/kern/
H A Dsysv_msg.c603 msqkptr->u.msg_ctime = time_second;
733 msqkptr->u.msg_ctime = time_second;
1086 msqkptr->u.msg_stime = time_second;
1337 msqkptr->u.msg_rtime = time_second;
H A Dsysv_shm.c277 shmseg->u.shm_dtime = time_second;
448 shmseg->u.shm_atime = time_second;
560 shmseg->u.shm_ctime = time_second;
752 shmseg->u.shm_ctime = time_second;
/freebsd-11.0-release/sys/sys/
H A Dtime.h169 * time_second ticks after N.999999999 not after N.4999999999
373 extern volatile time_t time_second;
/freebsd-11.0-release/sys/dev/netmap/
H A Dnetmap_kern.h190 if (t0 != time_second) { \
191 t0 = time_second; \
/freebsd-11.0-release/sys/netipsec/
H A Dkey.c648 sp->lastused = time_second;
706 sp->lastused = time_second;
783 sp->lastused = time_second;
1987 newsp->created = time_second;
1999 spacq->created = time_second;
2886 newsav->created = time_second;
3252 sav->created = time_second;
3264 sav->lft_c->addtime = time_second;
4464 time_t now = time_second;
4734 acq->created = time_second;
[all...]

Completed in 1387 milliseconds

123