Searched refs:now (Results 51 - 75 of 672) sorted by last modified time

1234567891011>>

/freebsd-11-stable/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c47 static int fifolog_write_gzip(struct fifolog_writer *f, time_t now);
106 time_t now; local
112 time(&now);
113 fifolog_write_gzip(f, now);
125 time_t now; local
174 time(&now);
175 f->starttime = now;
176 f->lastsync = now;
177 f->lastwrite = now;
189 fifolog_write_output(struct fifolog_writer *f, int fl, time_t now) argument
264 fifolog_write_gzip(struct fifolog_writer *f, time_t now) argument
312 fifolog_write_poll(struct fifolog_writer *f, time_t now) argument
326 fifolog_write_record(struct fifolog_writer *f, uint32_t id, time_t now, const void *ptr, ssize_t len) argument
386 fifolog_write_record_poll(struct fifolog_writer *f, uint32_t id, time_t now, const void *ptr, ssize_t len) argument
[all...]
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c1906 * IFA locks must now be applied HERE <->
1981 /* now add the parameter */
2514 * ok, now we now need to find one on the list of the addresses. We
2733 /* now try for any higher scope than the destination */
4539 * We set the hop limit now since there is a good
4540 * chance that our ro pointer is now filled
4736 /* now the chunk header */
4787 /* And now tell the peer which extensions we support */
4878 /* now an
5509 struct timeval now; local
6790 struct timeval now; local
7836 sctp_med_chunk_output(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_association *asoc, int *num_out, int *reason_code, int control_only, int from_where, struct timeval *now, int *now_filled, int frag_point, int so_locked SCTP_UNUSED ) argument
9458 sctp_chunk_retransmission(struct sctp_inpcb *inp, struct sctp_tcb *stcb, struct sctp_association *asoc, int *cnt_out, struct timeval *now, int *now_filled, int *fr_done, int so_locked SCTP_UNUSED ) argument
10037 struct timeval now; local
11359 struct timeval now; local
12571 struct timeval now; local
[all...]
H A Dsctputil.c735 /* now corrective action */
977 struct timeval now; local
980 (void)SCTP_GETTIME_TIMEVAL(&now);
988 if (!check || sctp_is_vtag_good(x, lport, rport, &now)) {
1051 * Not sure what to do with these right now, we will need to come up
1418 /* now go through each assoc which is in the desired state */
1531 /* now lets work on this one */
1720 /* mark as being serviced now */
2041 SCTPDBG(SCTP_DEBUG_TIMER1, "Timer now complete (type = %d)\n", type);
2157 * Now we must convert the to_ticks that are now i
2541 struct timeval now; local
[all...]
H A Dsctp_pcb.c173 /* now also setup table ids */
1016 * If we support the TCP model, then we must now dig through to see
1056 * Ok now for each of the guys in this bucket we must look and see:
1356 /* now look at the list of remote addresses */
1457 /* now look at the list of remote addresses */
2026 * ok, we have an endpoint, now lets find the assoc for it (if any)
2027 * we now place the source address or from in the to of the find
2082 /* now we must see if we want the parameter */
2554 /* now init the actual endpoint default data */
2749 /* now wha
4589 struct timeval now; local
6747 sctp_is_vtag_good(uint32_t tag, uint16_t lport, uint16_t rport, struct timeval *now) argument
[all...]
H A Dsctp_input.c63 * This now not only stops all cookie timers it also stops any INIT
1256 /* now free the asoc */
2151 * now that we know the INIT/INIT-ACK are in place, create a new TCB
2475 struct timeval now; local
2607 (void)SCTP_GETTIME_TIMEVAL(&now);
2611 if (timevalcmp(&now, &time_expires, >)) {
2630 diff = now;
2692 * original findep got back l_inp and now
2712 * did not find the TCB, now we found it
2906 * now w
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vfsops.c137 timespec_t now; local
164 vfs_timestamp(&now);
170 dqp->dqb_btime = dqp->dqb_itime = now.tv_sec;
2063 * or a reopen of z_os failed then just bail out now.
2224 * We can now safely destroy the '.zfs' directory node.
H A Dzfs_ctldir.c369 * The nodes must not have any associated vnodes by now as they should be
487 timestruc_t now; local
506 * We live in the now (for atime).
508 gethrestime(&now);
509 vap->va_atime = now;
1220 * We can vput the vnode as we can now depend on the reference owned
/freebsd-11-stable/contrib/sendmail/vacation/
H A Dvacation.c451 time_t now; local
453 (void) time(&now);
454 setreply(From, now);
/freebsd-11-stable/contrib/sendmail/src/
H A Dtimers.c103 struct timeval now; local
105 if (getrusage(RUSAGE_SELF, &ru) < 0 || gettimeofday(&now, NULL) < 0)
107 ptimer->ti_wall_sec = now.tv_sec;
108 ptimer->ti_wall_usec = now.tv_usec;
182 /* now add the timer to the stack */
H A Dstab.c371 time_t now; local
373 now = curtime();
383 if (s->s_hostsig.hs_exp >= now)
389 if (s->s_namecanon.nc_exp >= now)
396 if (s->s_tlsa->dane_tlsa_exp >= now)
H A Dsfsasl.c304 ** Hack (for now): simply reduce the size, callers are (must be)
590 time_t now = curtime(); local
610 left = timeout - (now - tlsstart);
H A Dratectrl.c83 time_t now; local
87 now = time(NULL);
93 totalrate = total_rate(now, e == NULL);
99 clientrate = client_rate(now, hostaddr, e == NULL ? SM_CLFL_UPDATE : SM_CLFL_NONE);
243 ** now - current time in secs
259 conn_limits(e, now, saddr, clflags, hashary, ratelimit, conclimit)
261 time_t now;
285 ticks = now / ChtGran;
323 if (coll && (now - chBest->ch_LTime < CollTime))
372 chBest->ch_LTime = now;
[all...]
H A Dqueue.c80 #define SM_GET_LA(now) \
83 now = curtime(); \
84 if (Current_LA_time < now - GET_NEW_LA_TIME) \
87 Current_LA_time = now; \
232 /* first entry is a tag, for now just the size */
1313 time_t now; local
1321 now = curtime();
1342 if ((runall || Queue[qgrp]->qg_nextrun <= now) && qintvl > 0)
1396 time_t now, minqintvl; local
1398 now
1697 time_t now; local
1920 time_t now; local
4207 time_t now; local
6558 time_t now; local
6789 time_t now; local
6845 time_t now; local
7230 time_t now; local
[all...]
H A Dmilter.c321 time_t now; local
323 now = curtime();
324 if (now - readstart >= to)
340 to -= now - readstart;
341 readstart = now;
437 time_t now; local
439 now = curtime();
440 if (now - readstart >= to)
452 to -= now - readstart;
1258 /* now sca
[all...]
H A Dmci.c133 time_t now; local
152 now = curtime();
162 if ((mci->mci_lastuse + MciCacheTimeout <= now ||
453 time_t now = curtime(); local
456 if (mci->mci_lastuse + MciInfoTimeout <= now)
458 mci->mci_lastuse = now;
677 ** amount of space we can stop right now. The check will not
H A Denvelope.c187 time_t now; local
230 now = curtime();
231 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass])
234 now >= e->e_ctime + e->e_deliver_by &&
357 now >= e->e_ctime +
362 now >= e->e_ctime + e->e_deliver_by)
616 /* now unlock the job */
637 /* now unlock the job */
855 auto time_t now; local
859 now
[all...]
H A Ddomain.c248 time_t now; local
264 now = 0;
301 now = curtime();
302 if (dane_tlsa->dane_tlsa_exp <= now
364 if (now == 0)
365 now = curtime();
366 dane_tlsa->dane_tlsa_exp = now + SM_MIN(ttl, SM_DEFAULT_TTL);
H A Ddeliver.c346 ** want to make connections now, just mark these
505 time_t now; local
510 now = curtime();
513 e->e_dtime = now;
518 ee->e_dtime = now;
554 ** If we belong in background, fork now.
613 /* now drop the envelope in the parent */
640 ** close the maps now so the child will dynamically open
823 ** Don't attempt deliveries if we want to bounce now
874 /* now unloc
4449 time_t now = curtime(); local
6010 time_t now; local
[all...]
H A Ddaemon.c235 time_t now; local
251 now = curtime();
252 if (now < Daemons[idx].d_refuse_connections_until)
266 Daemons[idx].d_refuse_connections_until = now + 15;
375 lastrun = now;
380 lastrun + QueueIntvl + CheckQueueRunners < now)
391 lastrun = now;
618 RAND_seed((void *) &now, sizeof(now));
999 time_t now; local
4056 time_t now; local
[all...]
H A Dconf.c464 ** we need something to point to now for the mailer setup,
1011 time_t now = curtime(); local
1016 if ((now - servicecachetime) > (time_t) ServiceCacheMaxAge)
1027 servicecachetime = now;
2256 ** (for now).
2287 time_t now; local
2289 now = curtime();
2292 if (now != lastconn[dn])
2294 lastconn[dn] = now;
2311 else if (now !
2334 time_t now; local
2364 time_t now; local
[all...]
/freebsd-11-stable/contrib/sendmail/mailstats/
H A Dmailstats.c63 time_t now; local
279 (void) time(&now);
281 (long) stats.stat_itime, (long) now);
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1178 ** open() was successful, now close it so can
1508 time_t now; local
1511 (void) time(&now);
1512 if (now > start + LOCKTO_GLOB)
1536 (void) time(&now);
1537 if (now < st.st_ctime + LOCKTO_RM)
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dclock.c95 auto struct timeval now, nowi, ival; local
98 auto time_t now, nowi; local
110 (void) gettimeofday(&now, NULL);
111 nowi = now;
112 timeradd(&now, &ival, &nowi);
114 now = time(NULL);
115 nowi = now + (time_t)(intvl / 1000);
166 timersub(&SmEventQueue->ev_time, &now, &itime.it_value);
175 intvl = SmEventQueue->ev_time - now;
218 /* now remov
327 struct timeval now; local
329 register time_t now; local
[all...]
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dworker.c382 time_t now; local
389 now = time(NULL);
392 if (lastcheck + DT_CHECK_OLD_SESSIONS < now)
403 ctx->ctx_wait = now;
405 < now)
423 lastcheck = now;
450 ctx->ctx_wait = now;
503 WAITFN, now, nfd));
H A Dmonitor.c83 time_t now, end; local
100 now = time(NULL); \
102 if (now > end) \
105 "WARNING: monitor timeout triggered, now=%ld, end=%ld, tid=%ld, state=0x%x",\
106 (long) now, (long) end, \

Completed in 333 milliseconds

1234567891011>>