Searched refs:age (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-11.0-release/share/man/man4/
H A DMakefile29 age.4 \
578 MLINKS+=age.4 if_age.4
/freebsd-11.0-release/sys/dev/age/
H A Dif_age.c31 __FBSDID("$FreeBSD: releng/11.0/sys/dev/age/if_age.c 298646 2016-04-26 15:03:15Z pfg $");
72 #include <dev/age/if_agereg.h>
73 #include <dev/age/if_agevar.h>
80 MODULE_DEPEND(age, pci, 1, 1, 1);
81 MODULE_DEPEND(age, ether, 1, 1, 1);
82 MODULE_DEPEND(age, miibus, 1, 1, 1);
87 TUNABLE_INT("hw.age.msi_disable", &msi_disable);
88 TUNABLE_INT("hw.age.msix_disable", &msix_disable);
176 "age",
183 DRIVER_MODULE(age, pc
[all...]
/freebsd-11.0-release/contrib/ipfilter/tools/
H A Dipnat_y.y1063 rr frag age mssclamp nattag setproto purge
1067 rr frag age sticky mssclamp rdrproxy nattag purge
1079 age: | IPNY_AGE YY_NUMBER { nat->in_age[0] = $2; label
1251 { "age", IPNY_AGE },
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.c1657 struct os_reltime age; local
1659 os_reltime_age(&wpa_s->wps_pin_start_time, &age);
1662 age.sec < WPS_PIN_TIME_IGNORE_SEL_REG) {
1664 " skip - WPS AP without active PIN Registrar (scan_runs=%d age=%d)",
1665 wpa_s->scan_runs, (int) age.sec);
H A Devents.c2217 struct os_reltime now, age; local
2219 os_reltime_sub(&now, &wpa_s->pending_eapol_rx_time, &age);
2220 if (age.sec == 0 && age.usec < 100000 &&
H A Dscan.c1783 "noise=%d%s level=%d snr=%d%s flags=0x%x age=%u est=%u",
1788 r->age, r->est_throughput);
1791 "noise=%d level=%d flags=0x%x age=%u est=%u",
1793 r->noise, r->level, r->flags, r->age,
/freebsd-11.0-release/contrib/openbsm/bsm/
H A Dlibbsm.h806 int getacexpire(int *andflg, time_t *age, size_t *size);
/freebsd-11.0-release/sys/dev/drm/
H A Ddrm.h148 unsigned int age; member in struct:drm_tex_region
H A Dradeon_state.c1550 buf_priv->age = ++dev_priv->sarea_priv->last_dispatch;
1552 /* Emit the vertex buffer age */
1555 R600_DISPATCH_AGE(buf_priv->age);
1559 RADEON_DISPATCH_AGE(buf_priv->age);
H A Dradeon_cp.c1864 buf_priv->age <=
1893 buf_priv->age = 0;
H A Dr300_cmdbuf.c871 * Called by r300_do_cp_cmdbuf to update the internal buffer age and state.
872 * The actual age emit is done by r300_do_cp_cmdbuf, which is why you must
880 buf_priv->age = ++dev_priv->sarea_priv->last_dispatch;
1191 /* We emit the vertex buffer age here, outside the pacifier "brackets"
1193 * (1) This may coalesce multiple age emissions into a single one and
1200 /* Emit the vertex buffer age */
H A Dsavage_state.c1156 SET_AGE(&buf_priv->age, event, dev_priv->event_wrap);
/freebsd-11.0-release/sys/net/
H A Dif_bridge.c3026 bridge_rtable_expire(struct ifnet *ifp, int age) argument
3034 * If the age is zero then flush, otherwise set all the expiry times to
3035 * age for the interface
3037 if (age == 0)
3041 /* Cap the expiry time to 'age' */
3043 brt->brt_expire > time_uptime + age &&
3045 brt->brt_expire = time_uptime + age;
/freebsd-11.0-release/sys/netgraph/
H A Dng_ppp.c1889 struct timeval now, age; local
1927 age = now;
1928 timevalsub(&age, &beg->timestamp);
1929 if (timevalcmp(&age, &ng_ppp_max_staleness, < ))
/freebsd-11.0-release/sys/modules/
H A DMakefile27 age \
/freebsd-11.0-release/sbin/routed/
H A Ddefs.h226 /* age all routes that
590 void age(naddr);
H A Dtable.c999 age(S_ADDR(INFO_GATE(info)));
2015 /* Check the age of an individual route.
2028 /* age all of the spare routes, including the primary route
2052 /* age failing routes
2093 age(naddr bad_gate) function
2098 /* If not listening to RIP, there is no need to age the routes in
H A Drdisc.c299 /* age discovered routes and find the best one
320 * then age the discovered default route, and if there is
331 /* When we find the bad router, then age the route
340 trace_act("age 0.0.0.0 --> %s via %s",
357 * a bad gateway, since otherwise age() will be called.
360 age(0);
/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dctrl_iface.c2027 struct os_reltime age; local
2030 os_reltime_sub(&now, &info->last_seen, &age);
2032 MAC2STR(info->addr), (unsigned int) age.sec);
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_state.c1586 buf_priv->age = ++master_priv->sarea_priv->last_dispatch;
1588 /* Emit the vertex buffer age */
1591 R600_DISPATCH_AGE(buf_priv->age);
1595 RADEON_DISPATCH_AGE(buf_priv->age);
H A Dradeon_cp.c1944 buf_priv->age <=
1973 buf_priv->age = 0;
H A Dr300_cmdbuf.c846 * Called by r300_do_cp_cmdbuf to update the internal buffer age and state.
847 * The actual age emit is done by r300_do_cp_cmdbuf, which is why you must
855 buf_priv->age = ++master_priv->sarea_priv->last_dispatch;
1167 /* We emit the vertex buffer age here, outside the pacifier "brackets"
1169 * (1) This may coalesce multiple age emissions into a single one and
1176 /* Emit the vertex buffer age */
/freebsd-11.0-release/contrib/sendmail/src/
H A Dqueue.c2749 time_t age; local
2878 age = curtime() - lasttry;
2879 if (age < delay)
2884 age = curtime() - (time_t) atol(&lbuf[1]);
2885 if (age >= 0 && MinQueueAge > 0 &&
2886 age < MinQueueAge)
/freebsd-11.0-release/usr.sbin/route6d/
H A Droute6d.c171 int aflag = 0; /* age out even the statically defined routes */
174 int Pflag = 0; /* don't age out routes with RTF_PROTO[123] */
574 * 1. age out the learned route. remove it if necessary.
577 * to invoke this function in every 1 or 5 or 10 seconds only to age the
588 /* age the RIP routes */
1394 * do not update age value. Do nothing.
2001 /* age route for interface address */
2022 trace(1, "\troute found, age it\n");
2070 /* age route for interface address */
2083 trace(1, "\troute found, age i
3099 time_t t, age; local
[all...]
/freebsd-11.0-release/contrib/bmake/mk/
H A Dlib.mk268 SHLIB_AGE != . ${.CURDIR}/shlib_version ; echo $$age

Completed in 394 milliseconds

1234