Home
last modified time | relevance | path

Searched refs:doprint (Results 1 – 6 of 6) sorted by last modified time

/freebsd/sys/net80211/
H A Dieee80211_hostap.c453 doprint(struct ieee80211vap *vap, int subtype) in doprint() function
845 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) || in hostap_input()
H A Dieee80211_output.c94 doprint(struct ieee80211vap *vap, int subtype) in doprint() function
1057 if ((ieee80211_msg_debug(vap) && doprint(vap, type)) || in ieee80211_mgmt_output()
H A Dieee80211_adhoc.c283 doprint(struct ieee80211vap *vap, int subtype) in doprint() function
647 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) || in adhoc_input()
H A Dieee80211_sta.c514 doprint(struct ieee80211vap *vap, int subtype) in doprint() function
921 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) || in sta_input()
/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_heap.c79 int doprint(void *_x, void *arg) in doprint() function
100 dn_ht_scan(h, doprint, 0); in test_hash()
113 dn_ht_scan(h, doprint, 0); in test_hash()
122 dn_ht_scan(h, doprint, 0); in test_hash()
/freebsd/tools/tools/locale/tools/
H A Dextract-colldef.awk35 $1 == "LC_COLLATE" { doprint = 1 }
36 doprint == 1 { print }