Home
last modified time | relevance | path

Searched refs:age (Results 1 – 25 of 70) sorted by relevance

123

/dragonfly/usr.sbin/route6d/misc/
H A Dchkrt41 $age = $1;
43 print "NOT FOUND: $dst $intf $gateway $metric $age\n";
48 print "WRONG GW: $dst $intf $gateway $metric $age\n";
54 print "WRONG IF: $dst $intf $gateway $metric $age\n";
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_ageq.c106 ieee80211_ageq_append(struct ieee80211_ageq *aq, struct mbuf *m, int age) in ieee80211_ageq_append() argument
114 age -= M_AGE_GET(aq->aq_head); in ieee80211_ageq_append()
116 KASSERT(age >= 0, ("age %d", age)); in ieee80211_ageq_append()
117 M_AGE_SET(m, age); in ieee80211_ageq_append()
H A Dieee80211_power.c335 int qlen, age; in ieee80211_pwrsave() local
360 age = IEEE80211_TU_TO_MS((ni->ni_intval * ic->ic_bintval) << 2) / 1000; in ieee80211_pwrsave()
384 age-= M_AGE_GET(mh); in ieee80211_pwrsave()
388 int nage = M_AGE_GET(mh) - age; in ieee80211_pwrsave()
395 age -= M_AGE_GET(qhead->head); in ieee80211_pwrsave()
397 KASSERT(age >= 0, ("age %d", age)); in ieee80211_pwrsave()
398 M_AGE_SET(m, age); in ieee80211_pwrsave()
406 "save frame with age %d, %u now queued", age, qlen); in ieee80211_pwrsave()
H A Dieee80211_superg.c677 int age = ieee80211_ffagemax; in stageq_add() local
683 age -= M_AGE_GET(sq->head); in stageq_add()
686 KASSERT(age >= 0, ("age %d", age)); in stageq_add()
687 M_AGE_SET(m, age); in stageq_add()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos.h90 struct os_reltime *age) in os_reltime_age() argument
95 os_reltime_sub(&now, start, age); in os_reltime_age()
103 struct os_reltime age; in os_reltime_expired() local
105 os_reltime_sub(now, ts, &age); in os_reltime_expired()
106 return (age.sec > timeout_secs) || in os_reltime_expired()
107 (age.sec == timeout_secs && age.usec > 0); in os_reltime_expired()
/dragonfly/usr.bin/calendar/calendars/
H A Dcalendar.birthday139 03/26 David Packard died, 1996; age of 83
145 03/30 Queen Elizabeth, the Queen Mother, died at the age of 101, 2002
154 04/05 Allen Ginsberg dies at age 70 in his East Village loft in
263 08/02 William Seward Burroughs dies of heart attack at age 83,
295 09/09 Chinese Communist Party Chairman Mao Tse-Tung dies at age 82, 1976
330 10/05 Steve Jobs died at the age of 56, 2011
331 10/12 Dennis MacAlistair Ritchie died at the age of 70, 2011
341 10/16 Dr. Jonathan B. Postel dies at age 55, 1998
343 10/20 Jack Kerouac dies at the age of 47 in St. Petersburg, FL, 1969
361 11/10 Soviet President Leonid Brezhnev dies at age 75, 1982
/dragonfly/games/hack/
H A Dhack.apply.c211 obj->age = moves - obj->age; /* actual age */ in in_ice_box()
234 obj->age = moves - obj->age; /* simulated point of time */ in out_ice_box()
H A Ddef.obj.h88 long age; /* creation date */ member
H A Dhack.bones.c95 otmp->age = 0; /* very long ago */ in savebones()
H A Dhack.mkobj.c115 otmp->age = moves; in mksobj()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dbss.c309 calculate_update_time(fetch_time, src->age, &dst->last_update); in wpa_bss_copy_res()
623 calculate_update_time(fetch_time, res->age, &update_time); in wpa_bss_update()
748 calculate_update_time(fetch_time, res->age, &update); in wpa_bss_update_scan_res()
750 struct os_reltime age; in wpa_bss_update_scan_res() local
752 &age); in wpa_bss_update_scan_res()
756 (unsigned int) age.sec, in wpa_bss_update_scan_res()
757 (unsigned int) age.usec); in wpa_bss_update_scan_res()
921 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age) in wpa_bss_flush_by_age() argument
930 t.sec -= age; in wpa_bss_flush_by_age()
H A Dmesh_mpm.c818 struct os_reltime age; in wpa_mesh_new_mesh_peer() local
823 os_reltime_age(&data->mesh_pending_auth_time, &age); in wpa_mesh_new_mesh_peer()
824 if (age.sec < 2 && in wpa_mesh_new_mesh_peer()
828 (unsigned int) age.sec, in wpa_mesh_new_mesh_peer()
829 (unsigned int) age.usec); in wpa_mesh_new_mesh_peer()
H A Dbss.h126 void wpa_bss_flush_by_age(struct wpa_supplicant *wpa_s, int age);
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf-core.c878 ptrdiff_t age) in df_worklist_propagate_forward() argument
883 bool changed = !age; in df_worklist_propagate_forward()
889 if (age <= BB_LAST_CHANGE_AGE (e->src) in df_worklist_propagate_forward()
923 ptrdiff_t age) in df_worklist_propagate_backward() argument
928 bool changed = !age; in df_worklist_propagate_backward()
934 if (age <= BB_LAST_CHANGE_AGE (e->dest) in df_worklist_propagate_backward()
988 int age = 0; in df_worklist_dataflow_doublequeue() local
1028 VEC_replace (int, last_visit_age, index, ++age); in df_worklist_dataflow_doublequeue()
1030 bb->aux = (void *)(ptrdiff_t)age; in df_worklist_dataflow_doublequeue()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf-core.c900 ptrdiff_t age) in df_worklist_propagate_forward() argument
905 bool changed = !age; in df_worklist_propagate_forward()
911 if (age <= BB_LAST_CHANGE_AGE (e->src) in df_worklist_propagate_forward()
945 ptrdiff_t age) in df_worklist_propagate_backward() argument
950 bool changed = !age; in df_worklist_propagate_backward()
956 if (age <= BB_LAST_CHANGE_AGE (e->dest) in df_worklist_propagate_backward()
1010 int age = 0; in df_worklist_dataflow_doublequeue() local
1047 last_visit_age[index] = ++age; in df_worklist_dataflow_doublequeue()
1049 bb->aux = (void *)(ptrdiff_t)age; in df_worklist_dataflow_doublequeue()
/dragonfly/sys/netgraph/bridge/
H A Dng_bridge.c584 if (host->age < priv->conf.minStableAge) { in ng_bridge_rcvdata()
617 host->age = 0; in ng_bridge_rcvdata()
822 hent->host.age = 0; in ng_bridge_put()
971 if (hent->host.age < 0xffff) in ng_bridge_timeout()
972 hent->host.age++; in ng_bridge_timeout()
H A Dng_bridge.h117 u_int16_t age; /* seconds ago entry was created */ member
/dragonfly/sys/netgraph7/bridge/
H A Dng_bridge.c590 if (host->age < priv->conf.minStableAge) { in ng_bridge_rcvdata()
624 host->age = 0; in ng_bridge_rcvdata()
862 hent->host.age = 0; in ng_bridge_put()
995 if (hent->host.age < 0xffff) in ng_bridge_timeout()
996 hent->host.age++; in ng_bridge_timeout()
H A Dng_bridge.h118 u_int16_t age; /* seconds ago entry was created */ member
/dragonfly/sbin/routed/
H A Dmain.c407 age(0); in main()
452 age(0); in main()
462 age(0); in main()
676 age(0); in rip_off()
/dragonfly/sys/netproto/802_11/
H A Dieee80211_ageq.h47 int age);
/dragonfly/sys/dev/netif/
H A DMakefile1 SUBDIR= age alc ale bce bfe bge \
/dragonfly/sys/dev/raid/dpt/
H A Ddpt_scsi.c2501 u_int32_t age, max_age;
2504 age = dpt_time_delta(ccb->command_started, microtime_now);
2525 if (age > (max_age * 2)) {
2540 ccb->eata_ccb.cp_LUN, age,
2565 age, ccb->retries, DPT_RETRIES);
2580 (age != ~0) && (age > max_age)) {
2588 ccb->eata_ccb.cp_LUN, age);
/dragonfly/share/man/man4/
H A DMakefile22 age.4 \
424 MLINKS+=age.4 if_age.4
/dragonfly/test/test/
H A DREADME48 had an age everyone could agree on. The only problem now was that it was older

123