Searched refs:now (Results 151 - 175 of 555) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dtsig.c487 isc_stdtime_t now; local
494 isc_stdtime_get(&now);
516 && tkey->expire < now) {
563 restore_key(dns_tsig_keyring_t *ring, isc_stdtime_t now, FILE *fp) { argument
584 if (isc_serial_lt(expire, now))
660 isc_stdtime_t now; local
680 isc_stdtime_get(&now);
696 if (tkey != NULL && tkey->generated && tkey->expire >= now)
890 isc_stdtime_t now; local
919 isc_stdtime_get(&now);
1178 isc_stdtime_t now; local
1496 isc_stdtime_t now; local
1715 isc_stdtime_t now; local
1872 isc_stdtime_t now; local
[all...]
H A Drbtdb.c481 isc_stdtime_t now; member in struct:__anon199
489 isc_stdtime_t now; member in struct:__anon200
516 isc_stdtime_t now);
531 isc_stdtime_t now);
533 isc_stdtime_t now);
537 isc_stdtime_t now, isc_boolean_t tree_locked);
1419 * We've now eliminated all IGNORE datasets with the possible
1420 * exception of current, which we now check.
1451 * We now try to find the first down node less than the
1789 * We can now delet
2757 bind_rdataset(dns_rbtdb_t *rbtdb, dns_rbtnode_t *node, rdatasetheader_t *header, isc_stdtime_t now, dns_rdataset_t *rdataset) argument
3614 zone_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4123 zone_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4434 find_coveringnsec(rbtdb_search_t *search, dns_dbnode_t **nodep, isc_stdtime_t now, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
4778 cache_find(dns_db_t *db, dns_name_t *name, dns_dbversion_t *version, dns_rdatatype_t type, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5124 cache_findzonecut(dns_db_t *db, dns_name_t *name, unsigned int options, isc_stdtime_t now, dns_dbnode_t **nodep, dns_name_t *foundname, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5366 expirenode(dns_db_t *db, dns_dbnode_t *node, isc_stdtime_t now) argument
5552 zone_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers, isc_stdtime_t now, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5639 cache_findrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, dns_rdatatype_t type, dns_rdatatype_t covers, isc_stdtime_t now, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset) argument
5733 allrdatasets(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdatasetiter_t **iteratorp) argument
5878 add(dns_rbtdb_t *rbtdb, dns_rbtnode_t *rbtnode, rbtdb_version_t *rbtversion, rdatasetheader_t *newheader, unsigned int options, isc_boolean_t loading, dns_rdataset_t *addedrdataset, isc_stdtime_t now) argument
6433 addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, isc_stdtime_t now, dns_rdataset_t *rdataset, unsigned int options, dns_rdataset_t *addedrdataset) argument
8164 isc_stdtime_t now; local
8221 isc_stdtime_t now; local
8824 rdataset_getadditional(dns_rdataset_t *rdataset, dns_rdatasetadditional_t type, dns_rdatatype_t qtype, dns_acache_t *acache, dns_zone_t **zonep, dns_db_t **dbp, dns_dbversion_t **versionp, dns_dbnode_t **nodep, dns_name_t *fname, dns_message_t *msg, isc_stdtime_t now) argument
9234 need_headerupdate(rdatasetheader_t *header, isc_stdtime_t now) argument
9269 update_header(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, isc_stdtime_t now) argument
9293 overmem_purge(dns_rbtdb_t *rbtdb, unsigned int locknum_start, isc_stdtime_t now, isc_boolean_t tree_locked) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dssh-keyscan.c524 struct timeval seltime, now; local
529 gettimeofday(&now, NULL);
532 if (c && (c->c_tv.tv_sec > now.tv_sec ||
533 (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec > now.tv_usec))) {
535 seltime.tv_sec -= now.tv_sec;
536 seltime.tv_usec -= now.tv_usec;
564 while (c && (c->c_tv.tv_sec < now.tv_sec ||
565 (c->c_tv.tv_sec == now.tv_sec && c->c_tv.tv_usec < now
[all...]
/freebsd-9.3-release/sys/dev/sound/
H A Dclone.c403 struct timespec now; local
411 snd_timestamp(&now);
418 !SND_CLONE_EXPIRED(c, &now, &c->tsp))
432 SND_CLONE_EXPIRED(c, &now, &ce->tsp))) {
614 struct timespec now; local
642 snd_timestamp(&now);
768 ce->tsp = now;
776 c->tsp = now;
792 ce->tsp = now;
795 c->tsp = now;
[all...]
/freebsd-9.3-release/usr.bin/quota/
H A Dquota.c285 static time_t now; local
287 if (now == 0)
288 time(&now);
300 if (qup->dqblk.dqb_itime > now)
314 if (qup->dqblk.dqb_btime > now)
454 static time_t now; local
456 if (now == 0)
457 time(&now);
458 if (now > seconds) {
463 seconds -= now;
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dview.h480 isc_stdtime_t now, unsigned int options, isc_boolean_t use_hints,
485 isc_stdtime_t now, unsigned int options,
508 *\li If 'now' is zero, then the current time will be used.
576 isc_stdtime_t now, unsigned int options,
593 *\li If 'now' is zero, then the current time will be used.
638 isc_stdtime_t now, unsigned int options,
644 isc_stdtime_t now, unsigned int options,
655 *\li If 'now' is zero, then the current time will be used.
770 *\li #ISC_R_SUCCESS A key was found and '*keyp' now points to it.
786 *\li #ISC_R_SUCCESS A key was found and '*keyp' now point
[all...]
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dread.c368 static time_t now; local
381 if (!now)
382 time(&now);
436 if (tim < now - HALF_YEAR || tim > now + HALF_YEAR)
H A Dgetdate.c42 time_t get_date(time_t now, char *);
403 /* "now", "tomorrow" */
630 { 0, "now", tSEC_UNIT, 0 },
749 time_t t, now; local
753 now = Start;
754 now += DAY * ((DayNumber - tm->tm_wday + 7) % 7);
755 now += 7 * DAY * (DayOrdinal <= 0 ? DayOrdinal : DayOrdinal - 1);
757 return DSTcorrect(Start, now);
758 return now - Start;
897 get_date(time_t now, cha argument
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DTimer.cpp131 sys::TimeValue now(0,0), user(0,0), sys(0,0);
135 sys::Process::GetTimeUsage(now, user, sys);
137 sys::Process::GetTimeUsage(now, user, sys);
141 Result.WallTime = now.seconds() + now.microseconds() / 1000000.0;
/freebsd-9.3-release/crypto/heimdal/kcm/
H A Devents.c398 time_t now)
406 if (now < last_run + KCM_EVENT_QUEUE_INTERVAL) {
416 if (now >= (*e)->fire_time) {
422 } else if ((*e)->expire_time && now >= (*e)->expire_time) {
434 last_run = now;
397 kcm_run_events(krb5_context context, time_t now) argument
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_htcp.c376 int alpha, diff, now; local
379 now = ticks;
385 * losses and restart alpha from scratch by setting t_last_cong = now -
392 if (now < htcp_data->t_last_cong)
393 htcp_data->t_last_cong = now - HTCP_DELTA_L;
395 diff = now - htcp_data->t_last_cong - HTCP_DELTA_L;
/freebsd-9.3-release/usr.bin/netstat/
H A Dmroute.c81 struct timeval now, end, delta; local
83 gettimeofday(&now, NULL);
136 if (timercmp(&now, &end, <=)) {
137 timersub(&end, &now, &delta);
143 timersub(&now, &end, &delta);
/freebsd-9.3-release/usr.sbin/repquota/
H A Drepquota.c350 static time_t now; local
352 if (now == 0)
353 time(&now);
354 if (now > seconds) {
358 seconds -= now;
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dsystime.c165 l_fp *now /* system time */
241 * sys_residual's effect for now) once sys_fuzz has been
271 *now = result;
281 double now /* adjustment (s) */
300 if (0. == now) {
314 dtemp = now + sys_residual;
441 /* now set new system time */
H A Dntp_intres.c251 time_t now; local
272 now = time(NULL);
273 gai_req->scheduled = now;
274 gai_req->earliest = max(now, child_ctx->next_dns_timeslot);
381 TRACE(1, ("DNS success after retry, ignoring sleeps scheduled before now (%s)\n",
770 TRACE(1, ("DNS success after retrying, ignoring sleeps scheduled before now (%s)\n",
1015 time_t now; local
1024 now = time(NULL);
1026 if (now < earliest) {
1030 if (-1 == worker_sleep(worker_ctx->c, earliest - now)) {
1060 time_t now; local
[all...]
/freebsd-9.3-release/sbin/routed/
H A Dtable.c813 k->k_keep = now.tv_sec;
838 new.rts_time = now.tv_sec;
903 k->k_keep = now.tv_sec+keep;
951 k->k_redirect_time = now.tv_sec;
1214 * check them all now if the check would otherwise
1215 * be a long time from now, if the interface is
1219 if (ifinit_timer.tv_sec-now.tv_sec>=CHECK_BAD_INTERVAL
1223 ifinit_timer.tv_sec = now.tv_sec;
1507 if (k->k_keep > now.tv_sec) {
1577 k->k_keep = now
[all...]
H A Drdisc.c280 LIM_SEC(rdisc_timer, now.tv_sec+MIN_WAITTIME);
290 ifp->int_rdisc_timer.tv_sec = now.tv_sec+MIN_WAITTIME;
337 sec = (now.tv_sec - drp->dr_life
393 ifp->int_rdisc_timer.tv_sec = now.tv_sec + (supplier
473 if (drp->dr_ts + drp->dr_life <= now.tv_sec) {
520 new.rts_time = now.tv_sec - GARBAGE_TIME;
548 new.rts_time = now.tv_sec;
655 new_drp->dr_ts = now.tv_sec;
822 rdisc_timer.tv_sec = now.tv_sec + NEVER;
828 if (!timercmp(&ifp->int_rdisc_timer, &now, >)
[all...]
/freebsd-9.3-release/bin/pax/
H A Dar_subs.c80 time_t now; local
97 now = time(NULL);
124 ls_list(arcn, now, stdout);
160 time_t now; local
179 now = time(NULL);
232 * this archive member is now been selected. modify the name.
269 ls_list(arcn, now, listf);
366 time_t now; local
394 now = time(NULL);
420 * this file is considered selected now
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dihex.c776 size_t now; local
779 now = count;
781 now = CHUNK;
838 if (rec_addr + now > 0xffff)
839 now = 0x10000 - rec_addr;
841 if (! ihex_write_record (abfd, now, rec_addr, 0, p))
844 where += now;
845 p += now;
846 count -= now;
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dcc.c470 isc_uint32_t serial, isccc_time_t now,
505 isccc_cc_defineuint32(_ctrl, "_tim", now) == NULL ||
528 isc_uint32_t serial, isccc_time_t now,
531 return (createmessage(version, from, to, serial, now, expires,
614 isccc_cc_createresponse(isccc_sexpr_t *message, isccc_time_t now, argument
641 result = isccc_cc_createmessage(1, _to, _frm, serial, now, expires,
760 isccc_time_t *now; local
765 now = arg;
767 if (*now < value.as_uinteger)
769 if ((*now
469 createmessage(isc_uint32_t version, const char *from, const char *to, isc_uint32_t serial, isccc_time_t now, isccc_time_t expires, isccc_sexpr_t **alistp, isc_boolean_t want_expires) argument
527 isccc_cc_createmessage(isc_uint32_t version, const char *from, const char *to, isc_uint32_t serial, isccc_time_t now, isccc_time_t expires, isccc_sexpr_t **alistp) argument
782 isccc_cc_cleansymtab(isccc_symtab_t *symtab, isccc_time_t now) argument
802 isccc_cc_checkdup(isccc_symtab_t *symtab, isccc_sexpr_t *message, isccc_time_t now) argument
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-importkey.c293 isc_stdtime_t now; local
296 isc_stdtime_get(&now);
317 del = strtotime(isc_commandline_argument, now, now);
335 pub = strtotime(isc_commandline_argument, now, now);
/freebsd-9.3-release/lib/libc/isc/
H A Dev_timers.c121 struct timeval now; local
133 if (gettimeofday(&now, NULL) < 0)
135 return (evTimeSpec(now));
140 struct timeval now; local
146 if (gettimeofday(&now, NULL) < 0)
148 return (evTimeSpec(now));
215 /* due={0,0} is a magic cookie meaning "now." */
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt24 Copan (now SGI) products since 2005.
75 - You should now see the CTL disk LUN through camcontrol devlist:
86 target mode enabled, you should now also be able to see the CTL LUNs via
181 loader tunable and the ctladm command line. (You can now specify
198 sense data may now be injected as well.
201 of ports may now be enabled and disabled from the command line. ctladm
202 now has the ability to set the WWNN and WWPN for each port.
204 - The block backend can now send multiple I/Os to backing files. Multiple
208 - The block and ramdisk backends now support setting the LUN blocksize.
216 ad-hoc method, it is now sequence
[all...]
/freebsd-9.3-release/bin/ps/
H A Dextern.h41 extern time_t now;
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES49 split(s, a, //) now behaves the same as split(s, a, "")
52 /pat/, \n /pat/ {...} is now legal, though bad style to use.
68 now allows -ffoo as well as -f foo arguments.
99 change to FS is now noticed immediately for subsequent splits.
105 temporarily for now defined HAS_ISBLANK, since that seems to
161 core dump on linux with BEGIN {nextfile}, now fixed.
262 the internationalization changes, somewhat modified, are now
263 reinstated. in theory awk will now do character comparisons
273 this tortuous reading is found in the awk book; behavior now
316 minor documentation changes to note that this now compile
[all...]

Completed in 335 milliseconds

1234567891011>>