Home
last modified time | relevance | path

Searched refs:eid (Results 1 – 25 of 87) sorted by relevance

1234

/freebsd/sys/contrib/openzfs/cmd/zed/
H A Dzed_event.c171 uint64_t eid; in zed_event_seek() local
185 eid = 0; in zed_event_seek()
187 while ((eid < saved_eid) && !found) { in zed_event_seek()
198 if (nvlist_lookup_uint64(nvl, "eid", &eid) != 0) { in zed_event_seek()
203 "Failed to lookup zevent time (eid=%llu)", eid); in zed_event_seek()
207 eid, nelem); in zed_event_seek()
208 } else if ((eid != saved_eid) || in zed_event_seek()
222 eid = 0; in zed_event_seek()
224 zed_log_msg(LOG_NOTICE, "Processing events since eid=%llu", eid); in zed_event_seek()
269 _zed_event_add_var(uint64_t eid, zed_strings_t *zsp, in _zed_event_add_var() argument
[all …]
H A Dzed_exec.c40 uint64_t eid; member
119 _zed_exec_fork_child(uint64_t eid, const char *dir, const char *prog, in _zed_exec_fork_child() argument
144 prog, eid, strerror(ENAMETOOLONG)); in _zed_exec_fork_child()
153 prog, eid, strerror(errno)); in _zed_exec_fork_child()
176 node->eid = eid; in _zed_exec_fork_child()
189 prog, eid, pid); in _zed_exec_fork_child()
253 node.name, node.eid, pid, in _reap_children()
261 node.name, node.eid, pid, in _reap_children()
270 node.name, node.eid, pid, in _reap_children()
325 zed_exec_process(uint64_t eid, const char *class, const char *subclass, in zed_exec_process() argument
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dhs20.c22 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_hs20_indication() argument
26 return eid; in hostapd_eid_hs20_indication()
27 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_hs20_indication()
28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication()
29 WPA_PUT_BE24(eid, OUI_WFA); in hostapd_eid_hs20_indication()
30 eid += 3; in hostapd_eid_hs20_indication()
31 *eid++ = HS20_INDICATION_OUI_TYPE; in hostapd_eid_hs20_indication()
37 *eid++ = conf; in hostapd_eid_hs20_indication()
39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id); in hostapd_eid_hs20_indication()
40 eid += 2; in hostapd_eid_hs20_indication()
[all …]
H A Dieee802_11.h54 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid,
56 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid);
57 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid);
58 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid);
59 u8 * hostapd_eid_rm_enabled_capab(struct hostapd_data *hapd, u8 *eid,
61 u8 * hostapd_eid_ht_capabilities(struct hostapd_data *hapd, u8 *eid);
62 u8 * hostapd_eid_ht_operation(struct hostapd_data *hapd, u8 *eid);
63 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts);
64 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid);
65 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid);
[all …]
H A Dp2p_hostapd.c94 u8 * hostapd_eid_p2p_manage(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_p2p_manage() argument
97 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_p2p_manage()
98 *eid++ = 4 + 3 + 1; in hostapd_eid_p2p_manage()
99 WPA_PUT_BE32(eid, P2P_IE_VENDOR_TYPE); in hostapd_eid_p2p_manage()
100 eid += 4; in hostapd_eid_p2p_manage()
102 *eid++ = P2P_ATTR_MANAGEABILITY; in hostapd_eid_p2p_manage()
103 WPA_PUT_LE16(eid, 1); in hostapd_eid_p2p_manage()
104 eid += 2; in hostapd_eid_p2p_manage()
109 *eid++ = bitmap; in hostapd_eid_p2p_manage()
111 return eid; in hostapd_eid_p2p_manage()
H A Dieee802_11_shared.c37 struct sta_info *sta, u8 *eid) in hostapd_eid_assoc_comeback_time() argument
57 return hostapd_eid_timeout_interval(eid, type, timeout); in hostapd_eid_assoc_comeback_time()
483 u8 * hostapd_eid_ext_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_ext_capab() argument
486 u8 *pos = eid; in hostapd_eid_ext_capab()
515 while (len > 0 && eid[1 + len] == 0) { in hostapd_eid_ext_capab()
517 eid[1] = len; in hostapd_eid_ext_capab()
520 return eid; in hostapd_eid_ext_capab()
522 return eid + 2 + len; in hostapd_eid_ext_capab()
526 u8 * hostapd_eid_qos_map_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_qos_map_set() argument
528 u8 *pos = eid; in hostapd_eid_qos_map_set()
[all …]
H A Dieee802_11_he.c89 u8 * hostapd_eid_he_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_he_capab() argument
95 u8 *pos = eid; in hostapd_eid_he_capab()
99 return eid; in hostapd_eid_he_capab()
172 u8 * hostapd_eid_he_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_operation() argument
175 u8 *pos = eid; in hostapd_eid_he_operation()
180 return eid; in hostapd_eid_he_operation()
291 u8 * hostapd_eid_he_mu_edca_parameter_set(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_he_mu_edca_parameter_set() argument
303 return eid; /* no MU EDCA Parameters configured */ in hostapd_eid_he_mu_edca_parameter_set()
305 pos = eid; in hostapd_eid_he_mu_edca_parameter_set()
322 u8 * hostapd_eid_spatial_reuse(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_spatial_reuse() argument
[all …]
H A Dbeacon.c40 static u8 * hostapd_eid_bss_load(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_bss_load() argument
43 return eid; in hostapd_eid_bss_load()
47 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load()
48 *eid++ = 5; in hostapd_eid_bss_load()
49 os_memcpy(eid, hapd->conf->bss_load_test, 5); in hostapd_eid_bss_load()
50 eid += 5; in hostapd_eid_bss_load()
51 return eid; in hostapd_eid_bss_load()
55 *eid++ = WLAN_EID_BSS_LOAD; in hostapd_eid_bss_load()
56 *eid++ = 5; in hostapd_eid_bss_load()
57 WPA_PUT_LE16(eid, hapd->num_sta); in hostapd_eid_bss_load()
[all …]
H A Dieee802_11_eht.c135 u8 * hostapd_eid_eht_capab(struct hostapd_data *hapd, u8 *eid, in hostapd_eid_eht_capab() argument
142 u8 *pos = eid, *length_pos; in hostapd_eid_eht_capab()
146 return eid; in hostapd_eid_eht_capab()
150 return eid; in hostapd_eid_eht_capab()
196 *length_pos = pos - (eid + 2); in hostapd_eid_eht_capab()
201 u8 * hostapd_eid_eht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_eht_operation() argument
205 u8 *pos = eid, seg0 = 0, seg1 = 0; in hostapd_eid_eht_operation()
212 return eid; in hostapd_eid_eht_operation()
275 return eid; in hostapd_eid_eht_operation()
443 u8 *eid, struct mld_info *mld_info, in hostapd_eid_eht_basic_ml_common() argument
[all …]
H A Dieee802_11.c91 static u8 * hostapd_eid_multi_ap(struct hostapd_data *hapd, u8 *eid, size_t len) in hostapd_eid_multi_ap() argument
96 return eid; in hostapd_eid_multi_ap()
115 return eid + add_multi_ap_ie(eid, len, &multi_ap); in hostapd_eid_multi_ap()
119 u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_supp_rates() argument
121 u8 *pos = eid; in hostapd_eid_supp_rates()
126 return eid; in hostapd_eid_supp_rates()
186 u8 * hostapd_eid_ext_supp_rates(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_ext_supp_rates() argument
188 u8 *pos = eid; in hostapd_eid_ext_supp_rates()
194 return eid; in hostapd_eid_ext_supp_rates()
212 return eid; in hostapd_eid_ext_supp_rates()
[all …]
H A Dieee802_11_vht.c24 u8 * hostapd_eid_vht_capabilities(struct hostapd_data *hapd, u8 *eid, u32 nsts) in hostapd_eid_vht_capabilities() argument
28 u8 *pos = eid; in hostapd_eid_vht_capabilities()
31 return eid; in hostapd_eid_vht_capabilities()
75 u8 * hostapd_eid_vht_operation(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vht_operation() argument
78 u8 *pos = eid; in hostapd_eid_vht_operation()
88 return eid; in hostapd_eid_vht_operation()
273 u8 * hostapd_eid_vendor_vht(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_vendor_vht() argument
275 u8 *pos = eid; in hostapd_eid_vendor_vht()
280 return eid; in hostapd_eid_vendor_vht()
H A Dwmm.c102 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid) in hostapd_eid_wmm() argument
104 u8 *pos = eid; in hostapd_eid_wmm()
113 return eid; in hostapd_eid_wmm()
115 eid[0] = WLAN_EID_VENDOR_SPECIFIC; in hostapd_eid_wmm()
143 eid[1] = pos - eid - 2; /* element length */ in hostapd_eid_wmm()
154 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid, size_t len) in hostapd_eid_wmm_valid() argument
158 wpa_hexdump(MSG_MSGDUMP, "WMM IE", eid, len); in hostapd_eid_wmm_valid()
166 wmm = (struct wmm_information_element *) eid; in hostapd_eid_wmm_valid()
H A Dwpa_auth_ie.c458 static u8 * wpa_write_osen(struct wpa_auth_config *conf, u8 *eid) in wpa_write_osen() argument
463 *eid++ = WLAN_EID_VENDOR_SPECIFIC; in wpa_write_osen()
464 len = eid++; /* to be filled */ in wpa_write_osen()
465 WPA_PUT_BE24(eid, OUI_WFA); in wpa_write_osen()
466 eid += 3; in wpa_write_osen()
467 *eid++ = HS20_OSEN_OUI_TYPE; in wpa_write_osen()
470 RSN_SELECTOR_PUT(eid, RSN_CIPHER_SUITE_NO_GROUP_ADDRESSED); in wpa_write_osen()
471 eid += RSN_SELECTOR_LEN; in wpa_write_osen()
474 WPA_PUT_LE16(eid, 1); in wpa_write_osen()
475 eid += 2; in wpa_write_osen()
[all …]
H A Dwmm.h16 u8 * hostapd_eid_wmm(struct hostapd_data *hapd, u8 *eid);
17 int hostapd_eid_wmm_valid(struct hostapd_data *hapd, const u8 *eid,
H A Dhs20.h14 u8 * hostapd_eid_hs20_indication(struct hostapd_data *hapd, u8 *eid);
15 u8 * hostapd_eid_osen(struct hostapd_data *hapd, u8 *eid);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtc.c60 ep->eid, skb); in ath10k_htc_notify_tx_completion()
75 ath10k_warn(ar, "no tx handler for eid %d\n", ep->eid); in ath10k_htc_notify_tx_completion()
97 hdr->eid = ep->eid; in ath10k_htc_prepare_tx_skb()
114 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_consume_credit() local
126 eid, credits, ep->tx_credits, consume); in ath10k_htc_consume_credit()
135 eid, credits, ep->tx_credits); in ath10k_htc_consume_credit()
147 enum ath10k_htc_ep_id eid = ep->eid; in ath10k_htc_release_credit() local
158 eid, credits, ep->tx_credits); in ath10k_htc_release_credit()
166 enum ath10k_htc_ep_id eid, in ath10k_htc_send() argument
170 struct ath10k_htc_ep *ep = &htc->endpoint[eid]; in ath10k_htc_send()
[all …]
H A Dhtc.h75 u8 eid; /* @enum ath10k_htc_ep_id */ member
180 u8 eid; member
224 u8 eid; /* @enum ath10k_htc_ep_id */ member
348 enum ath10k_htc_ep_id eid; member
363 enum ath10k_htc_ep_id eid; member
415 enum ath10k_htc_ep_id eid,
417 int ath10k_htc_send(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
421 int ath10k_htc_send_hl(struct ath10k_htc *htc, enum ath10k_htc_ep_id eid,
H A Dsdio.c388 enum ath10k_htc_ep_id eid; in ath10k_sdio_mbox_rx_process_packet() local
395 eid = pipe_id_to_eid(htc_hdr->eid); in ath10k_sdio_mbox_rx_process_packet()
400 eid, in ath10k_sdio_mbox_rx_process_packet()
436 &lookaheads[lookahead_idx++])->eid; in ath10k_sdio_mbox_rx_process_packets()
473 cb->eid = id; in ath10k_sdio_mbox_rx_process_packets()
575 htc_hdr->eid, htc_hdr->flags, in ath10k_sdio_mbox_rx_alloc()
1336 ep = &ar->htc.endpoint[req->eid]; in __ath10k_sdio_write_async()
1362 ep = &ar->htc.endpoint[cb->eid]; in ath10k_rx_indication_async_work()
1489 bool htc_msg, enum ath10k_htc_ep_id eid) in ath10k_sdio_prep_async_req() argument
1505 bus_req->eid = eid; in ath10k_sdio_prep_async_req()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhtc.c60 hdr->htc_info = FIELD_PREP(HTC_HDR_ENDPOINTID, ep->eid) | in ath11k_htc_prepare_tx_skb()
74 enum ath11k_htc_ep_id eid, in ath11k_htc_send() argument
77 struct ath11k_htc_ep *ep = &htc->endpoint[eid]; in ath11k_htc_send()
86 if (eid >= ATH11K_HTC_EP_COUNT) { in ath11k_htc_send()
87 ath11k_warn(ab, "Invalid endpoint id: %d\n", eid); in ath11k_htc_send()
99 eid, credits, ep->tx_credits); in ath11k_htc_send()
107 eid, credits, ep->tx_credits); in ath11k_htc_send()
113 skb_cb->eid = eid; in ath11k_htc_send()
122 skb, skb_cb->eid, &skb_cb->paddr); in ath11k_htc_send()
124 ret = ath11k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid); in ath11k_htc_send()
[all …]
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhtc.c61 hdr->htc_info = le32_encode_bits(ep->eid, HTC_HDR_ENDPOINTID) | in ath12k_htc_prepare_tx_skb()
75 enum ath12k_htc_ep_id eid, in ath12k_htc_send() argument
78 struct ath12k_htc_ep *ep = &htc->endpoint[eid]; in ath12k_htc_send()
85 if (eid >= ATH12K_HTC_EP_COUNT) { in ath12k_htc_send()
86 ath12k_warn(ab, "Invalid endpoint id: %d\n", eid); in ath12k_htc_send()
98 eid, credits, ep->tx_credits); in ath12k_htc_send()
106 eid, credits, ep->tx_credits); in ath12k_htc_send()
119 ret = ath12k_ce_send(htc->ab, skb, ep->ul_pipe_id, ep->eid); in ath12k_htc_send()
133 eid, credits, ep->tx_credits); in ath12k_htc_send()
148 enum ath12k_htc_ep_id eid) in ath12k_htc_process_credit_report() argument
[all …]
H A Dhtc.h144 u8 eid; /* @enum ath12k_htc_ep_id */ member
250 enum ath12k_htc_ep_id eid; member
266 enum ath12k_htc_ep_id eid; member
310 int ath12k_htc_send(struct ath12k_htc *htc, enum ath12k_htc_ep_id eid,
/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c158 xo_set_syslog_enterprise_id (unsigned short eid) in xo_set_syslog_enterprise_id() argument
161 "%u", eid); in xo_set_syslog_enterprise_id()
610 const char *eid = xo_syslog_enterprise_id; in xo_vsyslog() local
615 eid = at_sign = ""; in xo_vsyslog()
620 eid = at_sign = ""; in xo_vsyslog()
622 } else if (eid[0] == '\0') { in xo_vsyslog()
633 eid = buf; in xo_vsyslog()
637 if (eid[0] == '\0') { in xo_vsyslog()
640 eid = xo_syslog_enterprise_id; in xo_vsyslog()
645 name, name, at_sign, eid); in xo_vsyslog()
/freebsd/tests/sys/netpfil/pf/
H A Dfrag-overindex.py32 eid = pid & 0xffff
39 sp.ICMP(type='echo-request', id=eid)/ \
74 if id != eid:
H A Dfrag-overlimit.py35 eid = pid & 0xffff
42 sp.ICMP(type='echo-request', id=eid)/ \
79 if id != eid:
H A Dfrag-overreplace.py33 eid = pid & 0xffff
40 sp.ICMP(type='echo-request', id=eid)/ \
76 if id != eid:

1234