| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionGroupValueObjectDisplay.cpp | 113 if (option_arg.getAsInteger(0, elem_count)) { in SetOptionValue() 114 elem_count = UINT32_MAX; in SetOptionValue() 170 elem_count = 0; in OptionParsingStarting() 219 options.SetElementCount(elem_count); in GetAsDumpOptions()
|
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_value_fmts.c | 863 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 D | DumpValueObjectOptions.h | 43 PointerAsArraySettings(size_t elem_count, size_t base_elem = 0, 45 : m_element_count(elem_count), m_base_element(base_elem), in m_element_count()
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_nvm.h | 150 u16 buf_size, u16 *elem_count, struct ice_sq_cd *cd); 153 u16 elem_count, struct ice_sq_cd *cd);
|
| H A D | ice_nvm.c | 237 * @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 D | OptionGroupValueObjectDisplay.h | 52 uint32_t elem_count; variable
|
| /freebsd/contrib/wpa/src/rsn_supp/ |
| H A D | wpa_ft.c | 214 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/sys/dev/ixgbe/ |
| H A D | ixgbe_e610.h | 122 u16 *elem_count); 124 void *data, u16 buf_size, u16 elem_count);
|
| H A D | ixgbe_e610.c | 2254 u16 *elem_count) in ixgbe_aci_read_nvm_cfg() argument 2268 if (!status && elem_count) in ixgbe_aci_read_nvm_cfg() 2269 *elem_count = IXGBE_LE16_TO_CPU(cmd->count); in ixgbe_aci_read_nvm_cfg() 2288 void *data, u16 buf_size, u16 elem_count) in ixgbe_aci_write_nvm_cfg() argument 2298 cmd->count = IXGBE_CPU_TO_LE16(elem_count); in ixgbe_aci_write_nvm_cfg()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | ieee802_11.h | 286 u8 *elem_count, const u8 *known_bss, 289 unsigned int frame_stype, u8 elem_count,
|
| H A D | beacon.c | 599 u8 elem_count = 0, *elem = NULL, **elem_offset = NULL, *end; in ieee802_11_build_ap_params_mbssid() local 609 len = hostapd_eid_mbssid_len(tx_bss, WLAN_FC_STYPE_BEACON, &elem_count, in ieee802_11_build_ap_params_mbssid() 612 elem_count > iface->ema_max_periodicity)) in ieee802_11_build_ap_params_mbssid() 619 elem_offset = os_zalloc(elem_count * sizeof(u8 *)); in ieee802_11_build_ap_params_mbssid() 628 rnr_elem_offset = os_calloc(elem_count + 1, sizeof(u8 *)); in ieee802_11_build_ap_params_mbssid() 634 elem_count, elem_offset, NULL, 0, rnr_elem, in ieee802_11_build_ap_params_mbssid() 641 params->mbssid.mbssid_elem_count = elem_count; in ieee802_11_build_ap_params_mbssid()
|
| H A D | ieee802_11.c | 10428 u8 *elem_count, const u8 *known_bss, in hostapd_eid_mbssid_len() argument 10445 if (!elem_count) { in hostapd_eid_mbssid_len() 10450 *elem_count = 1; in hostapd_eid_mbssid_len() 10456 if (!elem_count) { in hostapd_eid_mbssid_len() 10461 *elem_count = 0; in hostapd_eid_mbssid_len() 10472 *elem_count += 1; in hostapd_eid_mbssid_len() 10498 size_t *bss_index, u8 elem_count, in hostapd_eid_mbssid_elem() argument 10551 (conf->dtim_period % elem_count)) in hostapd_eid_mbssid_elem() 10552 conf->dtim_period = elem_count; in hostapd_eid_mbssid_elem() 10630 unsigned int frame_stype, u8 elem_count, in hostapd_eid_mbssid() argument [all …]
|
| H A D | wpa_auth_ft.c | 2526 u8 *fte_mic, *elem_count; in wpa_sm_write_assoc_resp_ies() local 2752 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2760 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2765 elem_count = &_ftie->mic_control[1]; in wpa_sm_write_assoc_resp_ies() 2768 *elem_count = 3; /* Information element count */ in wpa_sm_write_assoc_resp_ies() 2776 *elem_count += in wpa_sm_write_assoc_resp_ies() 2804 *elem_count += 1; in wpa_sm_write_assoc_resp_ies()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectExpression.cpp | 448 if (m_varobj_options.elem_count > 0) { in EvaluateExpression()
|