Searched refs:doprint (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 79 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 D | extract-colldef.awk | 35 $1 == "LC_COLLATE" { doprint = 1 } 36 doprint == 1 { print }
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_adhoc.c | 281 doprint(struct ieee80211vap *vap, int subtype) in doprint() function 645 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) || in adhoc_input()
|
| H A D | ieee80211_sta.c | 510 doprint(struct ieee80211vap *vap, int subtype) in doprint() function 916 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) || in sta_input()
|
| H A D | ieee80211_hostap.c | 446 doprint(struct ieee80211vap *vap, int subtype) in doprint() function 838 if ((ieee80211_msg_debug(vap) && doprint(vap, subtype)) || in hostap_input()
|
| H A D | ieee80211_output.c | 94 doprint(struct ieee80211vap *vap, int subtype) in doprint() function 1038 if ((ieee80211_msg_debug(vap) && doprint(vap, type)) || in ieee80211_mgmt_output()
|