/netbsd-src/sys/dev/isa/ |
H A D | weasel_isa.c | 76 weasel_isa_init(struct weasel_handle *wh) in weasel_isa_init() 222 struct weasel_handle *wh = smw->smw_cookie; in weasel_isa_wdog_setmode() local 244 struct weasel_handle *wh = smw->smw_cookie; in weasel_isa_wdog_tickle() local 279 weasel_isa_wdog_arm_disarm(struct weasel_handle *wh, u_int8_t mode) in weasel_isa_wdog_arm_disarm() 352 weasel_isa_wdog_query_state(struct weasel_handle *wh) in weasel_isa_wdog_query_state()
|
/netbsd-src/sys/net80211/ |
H A D | ieee80211_input.c | 162 struct ieee80211_frame *wh; in ieee80211_input_data() local 390 struct ieee80211_frame *wh; in ieee80211_input_management() local 481 struct ieee80211_frame *wh; in ieee80211_input_control() local 515 struct ieee80211_frame *wh; in ieee80211_input() local 762 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in ieee80211_defrag() local 936 struct ieee80211_qosframe_addr4 wh; /* Max size address frames */ in ieee80211_decap() local 1086 ieee80211_auth_open(struct ieee80211com *ic, struct ieee80211_frame *wh, in ieee80211_auth_open() 1232 ieee80211_auth_shared(struct ieee80211com *ic, struct ieee80211_frame *wh, in ieee80211_auth_shared() 1629 struct ieee80211_rsnparms *rsn, const struct ieee80211_frame *wh) in ieee80211_parse_wpa() 1800 struct ieee80211_rsnparms *rsn, const struct ieee80211_frame *wh) in ieee80211_parse_rsn() [all …]
|
H A D | ieee80211_crypto_ccmp.c | 204 struct ieee80211_frame *wh; in ccmp_decap() local 284 ccmp_init_blocks(struct aesenc *ctx, struct ieee80211_frame *wh, in ccmp_init_blocks() 292 #define IS_4ADDRESS(wh) \ in ccmp_init_blocks() argument 294 #define IS_QOS_DATA(wh) ieee80211_has_qos(wh) in ccmp_init_blocks() argument 360 struct ieee80211_frame *wh; in ccmp_encrypt() local 384 struct ieee80211_frame *wh; in ccmp_decrypt() local
|
H A D | ieee80211_output.c | 107 struct ieee80211_frame *wh, in ieee80211_send_setup() 113 #define WH4(wh) ((struct ieee80211_frame_addr4 *)wh) in ieee80211_send_setup() argument 171 struct ieee80211_frame *wh; in ieee80211_mgmt_output() local 243 struct ieee80211_frame *wh; in ieee80211_send_nulldata() local 535 struct ieee80211_frame *wh; in ieee80211_encap() local 826 ieee80211_compute_duration(const struct ieee80211_frame_min *wh, in ieee80211_compute_duration() 916 struct ieee80211_frame *wh, *whf; in ieee80211_fragment() local 1332 struct ieee80211_frame *wh; in ieee80211_send_probereq() local 1778 ieee80211_get_rts(struct ieee80211com *ic, const struct ieee80211_frame *wh, in ieee80211_get_rts() 1834 struct ieee80211_frame *wh; in ieee80211_beacon_alloc() local
|
H A D | ieee80211_crypto_none.c | 104 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in none_encap() local 123 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in none_decap() local
|
H A D | ieee80211_crypto_tkip.c | 171 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in tkip_encap() local 215 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in tkip_enmic() local 249 struct ieee80211_frame *wh; in tkip_decap() local 325 struct ieee80211_frame *wh = mtod(m, struct ieee80211_frame *); in tkip_demic() local 759 const struct ieee80211_frame_addr4 *wh = in michael_mic_hdr() local 878 struct ieee80211_frame *wh; in tkip_encrypt() local 912 struct ieee80211_frame *wh; in tkip_decrypt() local
|
H A D | ieee80211_node.c | 1263 const struct ieee80211_scanparams *sp, const struct ieee80211_frame *wh, in ieee80211_add_scan() 1352 const struct ieee80211_frame *wh, const struct ieee80211_scanparams *sp, in ieee80211_init_neighbor() 1387 const struct ieee80211_frame *wh, in ieee80211_add_neighbor() 1401 #define IS_CTL(wh) \ argument 1403 #define IS_PSPOLL(wh) \ argument 1416 const struct ieee80211_frame_min *wh, const char *func, int line) in ieee80211_find_rxnode_debug() 1458 const struct ieee80211_frame_min *wh, ieee80211_keyix keyix, in ieee80211_find_rxnode_withkey_debug()
|
H A D | ieee80211_crypto.c | 543 struct ieee80211_frame *wh; in ieee80211_crypto_encap() local 607 struct ieee80211_frame *wh; in ieee80211_crypto_decap() local
|
H A D | ieee80211_proto.h | 108 const struct ieee80211_frame *wh = data; in ieee80211_hdrsize() local 127 const struct ieee80211_frame *wh = data; in ieee80211_anyhdrsize() local
|
H A D | ieee80211_netbsd.c | 659 const struct ieee80211_frame *wh, const struct ieee80211_key *k, in ieee80211_notify_replay_failure() 688 const struct ieee80211_frame *wh, u_int keyix) in ieee80211_notify_michael_failure()
|
H A D | ieee80211.h | 184 #define IEEE80211_IS_DSTODS(wh) \ argument 220 #define IEEE80211_QOS_HAS_SEQ(wh) \ argument 386 ieee80211_has_seq(const struct ieee80211_frame *wh) in ieee80211_has_seq() 393 ieee80211_has_addr4(const struct ieee80211_frame *wh) in ieee80211_has_addr4() 400 ieee80211_has_qos(const struct ieee80211_frame *wh) in ieee80211_has_qos() 408 ieee80211_has_htc(const struct ieee80211_frame *wh) in ieee80211_has_htc() 417 ieee80211_get_qos(const struct ieee80211_frame *wh) in ieee80211_get_qos()
|
H A D | ieee80211_rssadapt.c | 193 struct ieee80211_rateset *rs, struct ieee80211_frame *wh, u_int len, in ieee80211_rssadapt_choose()
|
H A D | ieee80211_crypto_wep.c | 209 struct ieee80211_frame *wh; in wep_decap() local
|
/netbsd-src/sys/dev/ic/ |
H A D | awi.c | 661 struct ieee80211_frame *wh; awi_start() local 1068 struct ieee80211_frame_min *wh; awi_rx_int() local 2009 struct ieee80211_frame *wh; awi_ether_encap() local 2049 struct ieee80211_frame wh; awi_ether_modcap() local [all...] |
H A D | wi.c | 1060 struct ieee80211_frame *wh, u_int len) in wi_choose_rate() 1137 struct ieee80211_frame *wh; in wi_start() local 1633 struct ieee80211_frame *wh, int rssi) in wi_rssadapt_input() 1654 struct ieee80211_frame *wh; in wi_rx_intr() local 3391 wi_dump_pkt(struct wi_frame *wh, struct ieee80211_node *ni, int rssi) in wi_dump_pkt()
|
H A D | rt2560.c | 1236 struct ieee80211_frame *wh; in rt2560_decryption_intr() local 1761 struct ieee80211_frame *wh; in rt2560_tx_mgt() local 1849 rt2560_get_rts(struct rt2560_softc *sc, struct ieee80211_frame *wh, in rt2560_get_rts() 1885 struct ieee80211_frame *wh; in rt2560_tx_data() local
|
H A D | rt2661.c | 1023 struct ieee80211_frame *wh; in rt2661_rx_intr() local 1495 struct ieee80211_frame *wh; in rt2661_tx_mgt() local 1580 rt2661_get_rts(struct rt2661_softc *sc, struct ieee80211_frame *wh, in rt2661_get_rts() 1615 struct ieee80211_frame *wh; in rt2661_tx_data() local
|
/netbsd-src/sys/arch/zaurus/stand/zboot/ |
H A D | unixdev.c | 190 ulseek(int fd, off_t off, int wh) in ulseek()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
H A D | lib1funcs.S | 223 #define wh a2 macro 226 #define wh a3 macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/xtensa/ |
H A D | lib1funcs.S | 223 #define wh a2 macro 226 #define wh a3 macro
|
/netbsd-src/lib/librumpuser/ |
H A D | rumpfiber.c | 596 wait(struct waithead *wh, uint64_t msec) in wait() 616 wakeup_one(struct waithead *wh) in wakeup_one() 628 wakeup_all(struct waithead *wh) in wakeup_all()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/visium/ |
H A D | lib2funcs.c | 61 #define umul_ppmm(wh, wl, u, v) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/visium/ |
H A D | lib2funcs.c | 61 #define umul_ppmm(wh, wl, u, v) \ argument
|
/netbsd-src/sys/dev/pci/ |
H A D | if_ipw.c | 973 struct ieee80211_frame *wh; in ipw_fix_channel() local 1011 struct ieee80211_frame *wh; in ipw_data_intr() local 1351 struct ieee80211_frame *wh; in ipw_tx_start() local
|
/netbsd-src/usr.bin/rdist/ |
H A D | expand.c | 91 expand(struct namelist *list, int wh) in expand()
|