Home
last modified time | relevance | path

Searched refs:elem_count (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupValueObjectDisplay.cpp113 if (option_arg.getAsInteger(0, elem_count)) { in SetOptionValue()
114 elem_count = UINT32_MAX; in SetOptionValue()
170 elem_count = 0; in OptionParsingStarting()
220 options.SetElementCount(elem_count); in GetAsDumpOptions()
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_value_fmts.c863 size_t elem_count; in bhnd_nvram_ident_octet_string() local
900 elem_count = 0; in bhnd_nvram_ident_octet_string()
912 if (elem_count < min_elem_count) in bhnd_nvram_ident_octet_string()
916 elem_count = 0; in bhnd_nvram_ident_octet_string()
923 if (elem_count >= max_elem_count) in bhnd_nvram_ident_octet_string()
930 elem_count++; in bhnd_nvram_ident_octet_string()
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DDumpValueObjectOptions.h44 PointerAsArraySettings(size_t elem_count, size_t base_elem = 0,
46 : m_element_count(elem_count), m_base_element(base_elem), in m_element_count()
/freebsd/sys/dev/ice/
H A Dice_nvm.h150 u16 buf_size, u16 *elem_count, struct ice_sq_cd *cd);
153 u16 elem_count, struct ice_sq_cd *cd);
H A Dice_nvm.c237 * @elem_count: pointer to count of elements read by FW
244 u16 buf_size, u16 *elem_count, struct ice_sq_cd *cd) in ice_aq_read_nvm_cfg()
260 if (!status && elem_count) in ice_aq_read_nvm_cfg()
261 *elem_count = LE16_TO_CPU(cmd->count); in ice_aq_read_nvm_cfg()
272 * @elem_count: count of elements to be written
279 u16 elem_count, struct ice_sq_cd *cd) in ice_aq_write_nvm_cfg()
291 cmd->count = CPU_TO_LE16(elem_count); in ice_aq_write_nvm_cfg()
245 ice_aq_read_nvm_cfg(struct ice_hw * hw,u8 cmd_flags,u16 field_id,void * data,u16 buf_size,u16 * elem_count,struct ice_sq_cd * cd) ice_aq_read_nvm_cfg() argument
280 ice_aq_write_nvm_cfg(struct ice_hw * hw,u8 cmd_flags,void * data,u16 buf_size,u16 elem_count,struct ice_sq_cd * cd) ice_aq_write_nvm_cfg() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupValueObjectDisplay.h52 uint32_t elem_count; variable
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c214 u8 *buf, *pos, *ftie_len, *ftie_pos, *fte_mic, *elem_count; in wpa_ft_gen_req_ies() local
364 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()
378 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()
390 elem_count = &ftie->mic_control[1]; in wpa_ft_gen_req_ies()
469 *elem_count = 3 + ieee802_11_ie_count(ric_ies, ric_ies_len); in wpa_ft_gen_req_ies()
471 *elem_count += 1; in wpa_ft_gen_req_ies()
/freebsd/contrib/wpa/src/ap/
H A Dieee802_11.h246 u8 *elem_count, const u8 *known_bss,
249 unsigned int frame_stype, u8 elem_count,
H A Dbeacon.c477 u8 elem_count = 0, *elem = NULL, **elem_offset = NULL, *end; in ieee802_11_build_ap_params_mbssid() local
496 len = hostapd_eid_mbssid_len(tx_bss, WLAN_FC_STYPE_BEACON, &elem_count, in ieee802_11_build_ap_params_mbssid()
499 elem_count > iface->ema_max_periodicity)) in ieee802_11_build_ap_params_mbssid()
506 elem_offset = os_zalloc(elem_count * sizeof(u8 *)); in ieee802_11_build_ap_params_mbssid()
515 rnr_elem_offset = os_calloc(elem_count + 1, sizeof(u8 *)); in ieee802_11_build_ap_params_mbssid()
521 elem_count, elem_offset, NULL, 0, rnr_elem, in ieee802_11_build_ap_params_mbssid()
528 params->mbssid_elem_count = elem_count; in ieee802_11_build_ap_params_mbssid()
H A Dwpa_auth_ft.c2564 u8 *fte_mic, *elem_count; in wpa_sm_write_assoc_resp_ies() local
2789 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies()
2797 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies()
2802 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies()
2805 *elem_count = 3; /* Information element count */ in wpa_sm_write_assoc_resp_ies()
2813 *elem_count += in wpa_sm_write_assoc_resp_ies()
2841 *elem_count += 1; in wpa_sm_write_assoc_resp_ies()
H A Dieee802_11.c8035 u8 *elem_count, const u8 *known_bss, in hostapd_eid_mbssid_len() argument
8051 if (!elem_count) { in hostapd_eid_mbssid_len()
8056 *elem_count = 0; in hostapd_eid_mbssid_len()
8067 *elem_count += 1; in hostapd_eid_mbssid_len()
8089 size_t *bss_index, u8 elem_count, in hostapd_eid_mbssid_elem() argument
8133 (conf->dtim_period % elem_count)) in hostapd_eid_mbssid_elem()
8134 conf->dtim_period = elem_count; in hostapd_eid_mbssid_elem()
8203 unsigned int frame_stype, u8 elem_count, in hostapd_eid_mbssid() argument
8235 if (elem_index == elem_count) { in hostapd_eid_mbssid()
8246 &bss_index, elem_count, in hostapd_eid_mbssid()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp445 if (m_varobj_options.elem_count > 0) { in EvaluateExpression()