HomeSort by: relevance | last modified time | path
    Searched defs:age (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/external/mpl/bind/dist/lib/dns/include/dns/
clientinfo.h 79 uint16_t age; member in struct:dns_clientinfomethods
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
clientinfo.h 80 uint16_t age; member in struct:dns_clientinfomethods
  /src/crypto/external/bsd/heimdal/dist/admin/
purge.c 101 * than `age'
111 int age; local
115 age = parse_time(opt->age_string, "s");
116 if(age < 0) {
153 && judgement_day - e->timestamp > age) {
  /src/games/hack/
def.obj.h 88 long age; /* creation date */ member in struct:obj
  /src/sbin/fsck_lfs/
bufcache.c 250 * If not enough space, free blocks from the AGE and LRU lists
306 int age; local
312 age = bp->b_flags & B_AGE;
322 } else if (age) {
  /src/sys/external/bsd/drm/dist/shared-core/
i915_mem.c 55 int age; local
63 age = ++sarea_priv->texAge;
66 /* Mark the regions with the new flag and update their age. Move
71 list[i].age = age;
  /src/libexec/ftpd/
conf.c 522 int age; local
582 age = 365 * t->tm_year + t->tm_yday;
584 age -= 365 * t->tm_year + t->tm_yday;
586 ctime(&then), age, PLURAL(age));
  /src/sys/ufs/lfs/
lfs_kclean.c 743 segselect_cb_rosenblum(struct lfs *fs, int sn, SEGUSE *sup, long age)
758 return (256 * benefit * age) / cost;
764 long age; local
766 age = time_second - sup->su_lastmod;
767 if (age < 0)
768 age = 0;
769 return segselect_cb_rosenblum(fs, sn, sup, age);
779 * age, we should record the serial number in su_lastmod instead of
787 uint64_t age, serial;
801 age = lfs_sb_getserial(fs) - serial
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 1066 rr frag age mssclamp nattag setproto purge
1070 rr frag age sticky mssclamp rdrproxy nattag purge
1082 age: | IPNY_AGE YY_NUMBER { nat->in_age[0] = $2; label
1254 { "age", IPNY_AGE },
  /src/external/bsd/wpa/dist/src/utils/
os.h 90 struct os_reltime *age)
95 os_reltime_sub(&now, start, age);
103 struct os_reltime age; local
105 os_reltime_sub(now, ts, &age);
106 return (age.sec > timeout_secs) ||
107 (age.sec == timeout_secs && age.usec > 0);
  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_mpm.c 861 struct os_reltime age; local
866 os_reltime_age(&data->mesh_pending_auth_time, &age);
867 if (age.sec < 2 &&
871 (unsigned int) age.sec,
872 (unsigned int) age.usec);
bss.c 312 calculate_update_time(fetch_time, src->age, &dst->last_update);
689 calculate_update_time(fetch_time, res->age, &update_time);
840 calculate_update_time(fetch_time, res->age, &update);
842 struct os_reltime age; local
844 &age);
848 (unsigned int) age.sec,
849 (unsigned int) age.usec);
1009 * @age: Maximum entry age in seconds
1011 * Remove BSS entries that have not been updated during the last @age seconds
    [all...]
wnm_sta.c 1209 struct os_reltime age; local
1214 os_reltime_age(&bss->last_update, &age);
1215 if (age.sec >= 10)
  /src/usr.bin/newsyslog/
newsyslog.c 345 * maximum age specification. Handle it.
359 warnx("config line %d: bad log age", lineno);
430 int age, trim; local
481 * Get the age (expressed in hours) of the current log file with
484 age = -1;
490 age = (int)(now - sb.st_mtime + 1800) / 3600;
500 * need at least one historical log file to determine the `age' of
506 if (log->maxage >= 0 && (age >= log->maxage || age < 0)) {
508 reason = "log age > interval"
    [all...]
  /src/external/bsd/tmux/dist/
control.c 137 /* Maximum age for clients that are not using pause mode. */
431 /* Check age for this pane. */
437 uint64_t t, age; local
446 age = t - cb->t;
448 (unsigned long long)age);
451 if (age < c->pause_age)
457 if (age < CONTROL_MAXIMUM_AGE)
609 control_append_data(struct client *c, struct control_pane *cp, uint64_t age,
623 (unsigned long long)age);
664 uint64_t age, t = get_timer() local
    [all...]
  /src/external/bsd/wpa/dist/src/ap/
ctrl_iface_ap.c 58 struct os_reltime age; local
64 os_reltime_age(&sta->connected_time, &age);
65 secs = (unsigned long) age.sec;
  /src/external/mpl/bind/dist/lib/dns/
rrl.c 488 response_balance(dns_rrl_t *rrl, const dns_rrl_entry_t *e, int age) {
499 balance = e->responses + age * rate;
519 int probes, age; local
559 age = delta_rrl_time(rrl->old_hash->check_time, now);
560 if (age > rrl->window) {
580 age = get_age(rrl, e, now);
581 if (age <= 1) {
585 if (!e->logged && response_balance(rrl, e, age) > 0) {
614 debit_log(const dns_rrl_entry_t *e, int age, const char *action) {
615 char buf[sizeof("age=2147483647")]
633 int rate, new_rate, slip, new_slip, age, log_secs, min; local
991 int age; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rrl.c 510 response_balance(dns_rrl_t *rrl, const dns_rrl_entry_t *e, int age) {
521 balance = e->responses + age * rate;
541 int probes, age; local
581 age = delta_rrl_time(rrl->old_hash->check_time, now);
582 if (age > rrl->window) {
602 age = get_age(rrl, e, now);
603 if (age <= 1) {
607 if (!e->logged && response_balance(rrl, e, age) > 0) {
636 debit_log(const dns_rrl_entry_t *e, int age, const char *action) {
637 char buf[sizeof("age=2147483647")]
655 int rate, new_rate, slip, new_slip, age, log_secs, min; local
1013 int age; local
    [all...]
  /src/bin/ksh/
jobs.c 140 int_least32_t age; /* number of jobs started */ member in struct:job
488 j->age = ++njobs;
1063 && (!oldest || jl->age < oldest->age))
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 746 int64_t age, benefit, cost; local
749 age = (now < t->lastmod ? 0 : now - t->lastmod);
801 t->priority = (256 * benefit * age) / cost;
  /src/sbin/routed/
table.c 1006 age(S_ADDR(INFO_GATE(info)));
2034 /* Check the age of an individual route.
2047 /* age all of the spare routes, including the primary route
2071 /* age failing routes
2112 age(naddr bad_gate) function
2117 /* If not listening to RIP, there is no need to age the routes in
2159 /* Age routes. */
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
via_drm.h 184 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
  /src/sys/net80211/
ieee80211_output.c 2127 int qlen, age; local
2156 age = ((ni->ni_intval * ic->ic_bintval) << 2) / 1024; /* TU -> secs */
2157 _IEEE80211_NODE_SAVEQ_ENQUEUE(ni, m, qlen, age);
2161 "[%s] save frame with age %d, %u now queued\n",
2162 ether_sprintf(ni->ni_macaddr), age, qlen);
  /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
autogroup.c 110 ** age - the group to which the member DN will be added
113 autogroup_add_member_to_group( Operation *op, BerValue *dn, BerValue *ndn, autogroup_entry_t *age )
127 dn->bv_val, age->age_dn.bv_val );
137 modlist->sml_desc = age->age_def->agd_member_ad;
138 modlist->sml_type = age->age_def->agd_member_ad->ad_cname;
151 o.o_req_dn = age->age_dn;
152 o.o_req_ndn = age->age_ndn;
177 ** age - the group to which the values will be added
180 autogroup_add_member_values_to_group( Operation *op, struct berval *dn, autogroup_entry_t *age, Attribute *attr )
191 dn->bv_val, age->age_dn.bv_val )
374 autogroup_entry_t *age = agg->agg_group; local
432 autogroup_entry_t *age = agg->agg_group; local
812 autogroup_entry_t *age; local
922 autogroup_entry_t *age = agi->agi_entry, local
982 autogroup_entry_t *age, *age_prev, *age_next; local
1057 autogroup_entry_t *age, *age_prev, *age_next; local
1145 autogroup_entry_t *age; local
1567 autogroup_entry_t *age; local
1674 autogroup_entry_t *age; local
1801 autogroup_entry_t *age; local
2192 autogroup_entry_t *age = agi->agi_entry, local
    [all...]
  /src/external/bsd/unbound/dist/services/
mesh.c 301 struct timeval age; local
302 timeval_subtract(&age, mesh->env->now_tv,
304 if(timeval_smaller(&mesh->jostle_max, &age)) {

Completed in 56 milliseconds

1 2 3