Home
last modified time | relevance | path

Searched defs:itr (Results 1 – 25 of 100) sorted by relevance

1234

/openbmc/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c38 struct auxtrace_record itr; member
72 static int cs_etm_validate_context_id(struct auxtrace_record *itr, in cs_etm_validate_context_id()
143 static int cs_etm_validate_timestamp(struct auxtrace_record *itr, in cs_etm_validate_timestamp()
197 static int cs_etm_validate_config(struct auxtrace_record *itr, in cs_etm_validate_config()
226 static int cs_etm_parse_snapshot_options(struct auxtrace_record *itr, in cs_etm_parse_snapshot_options()
291 static int cs_etm_recording_options(struct auxtrace_record *itr, in cs_etm_recording_options()
454 static u64 cs_etm_get_config(struct auxtrace_record *itr) in cs_etm_get_config()
485 static u64 cs_etmv4_get_config(struct auxtrace_record *itr) in cs_etmv4_get_config()
564 static bool cs_etm_is_etmv4(struct auxtrace_record *itr, int cpu) in cs_etm_is_etmv4()
636 static bool cs_etm_is_ete(struct auxtrace_record *itr, int cpu) in cs_etm_is_ete()
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_dev_mgr.c36 struct list_head *itr; in adf_find_vf() local
50 struct list_head *itr; in adf_get_vf_real_id() local
100 struct list_head *itr; in adf_devmgr_update_class_index() local
142 struct list_head *itr; in adf_devmgr_add_dev() local
300 struct list_head *itr; in adf_devmgr_pci_to_accel_dev() local
319 struct list_head *itr; in adf_devmgr_get_dev_by_id() local
355 struct list_head *itr; in adf_get_num_dettached_vfs() local
/openbmc/linux/tools/perf/arch/x86/util/
H A Dintel-bts.c40 struct auxtrace_record itr; member
62 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill()
105 static int intel_bts_recording_options(struct auxtrace_record *itr, in intel_bts_recording_options()
251 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, in intel_bts_parse_snapshot_options()
313 static void intel_bts_recording_free(struct auxtrace_record *itr) in intel_bts_recording_free()
322 static int intel_bts_snapshot_start(struct auxtrace_record *itr) in intel_bts_snapshot_start()
335 static int intel_bts_snapshot_finish(struct auxtrace_record *itr) in intel_bts_snapshot_finish()
365 static int intel_bts_find_snapshot(struct auxtrace_record *itr, int idx, in intel_bts_find_snapshot()
H A Dintel-pt.c51 struct auxtrace_record itr; member
242 static int intel_pt_parse_snapshot_options(struct auxtrace_record *itr, in intel_pt_parse_snapshot_options()
302 intel_pt_info_priv_size(struct auxtrace_record *itr, struct evlist *evlist) in intel_pt_info_priv_size()
324 static int intel_pt_info_fill(struct auxtrace_record *itr, in intel_pt_info_fill()
617 static int intel_pt_recording_options(struct auxtrace_record *itr, in intel_pt_recording_options()
902 static int intel_pt_snapshot_start(struct auxtrace_record *itr) in intel_pt_snapshot_start()
915 static int intel_pt_snapshot_finish(struct auxtrace_record *itr) in intel_pt_snapshot_finish()
961 static void intel_pt_recording_free(struct auxtrace_record *itr) in intel_pt_recording_free()
1118 static int intel_pt_find_snapshot(struct auxtrace_record *itr, int idx, in intel_pt_find_snapshot()
/openbmc/linux/tools/perf/arch/arm64/util/
H A Darm-spe.c32 struct auxtrace_record itr; member
46 static int arm_spe_info_fill(struct auxtrace_record *itr, in arm_spe_info_fill()
116 static int arm_spe_recording_options(struct auxtrace_record *itr, in arm_spe_recording_options()
280 static int arm_spe_snapshot_start(struct auxtrace_record *itr) in arm_spe_snapshot_start()
293 static int arm_spe_snapshot_finish(struct auxtrace_record *itr) in arm_spe_snapshot_finish()
392 static int arm_spe_find_snapshot(struct auxtrace_record *itr, int idx, in arm_spe_find_snapshot()
455 static void arm_spe_recording_free(struct auxtrace_record *itr) in arm_spe_recording_free()
H A Dhisi-ptt.c31 struct auxtrace_record itr; member
43 static int hisi_ptt_info_fill(struct auxtrace_record *itr, in hisi_ptt_info_fill()
96 static int hisi_ptt_recording_options(struct auxtrace_record *itr, in hisi_ptt_recording_options()
152 static void hisi_ptt_recording_free(struct auxtrace_record *itr) in hisi_ptt_recording_free()
/openbmc/u-boot/fs/fat/
H A Dfat.c679 static int fat_itr_root(fat_itr *itr, fsdata *fsdata) in fat_itr_root()
713 static void fat_itr_child(fat_itr *itr, fat_itr *parent) in fat_itr_child()
736 static void *next_cluster(fat_itr *itr) in next_cluster()
787 static dir_entry *next_dent(fat_itr *itr) in next_dent()
815 static dir_entry *extract_vfat_name(fat_itr *itr) in extract_vfat_name()
864 static int fat_itr_next(fat_itr *itr) in fat_itr_next()
909 static int fat_itr_isdir(fat_itr *itr) in fat_itr_isdir()
937 static int fat_itr_resolve(fat_itr *itr, const char *path, unsigned type) in fat_itr_resolve()
1079 fat_itr *itr; in fat_exists() local
1099 fat_itr *itr; in fat_size() local
[all …]
H A Dfat_write.c219 fill_dir_slot(fat_itr *itr, const char *l_name) in fill_dir_slot()
595 static int flush_dir_table(fat_itr *itr) in flush_dir_table()
938 static dir_entry *find_directory_entry(fat_itr *itr, char *filename) in find_directory_entry()
1056 fat_itr *itr = NULL; in file_fat_write_at() local
1194 static int fat_dir_entries(fat_itr *itr) in fat_dir_entries()
1231 static int delete_dentry(fat_itr *itr) in delete_dentry()
1264 fat_itr *itr = NULL; in fat_unlink() local
1337 fat_itr *itr = NULL; in fat_mkdir() local
/openbmc/phosphor-networkd/test/ibm/hypervisor-network-mgr-test/
H A Dtest_hyp_network_manager.cpp39 auto itr = biosAttrs.find("vmi_if0_ipv4_method"); in TEST_F() local
53 auto itr = biosAttrs.find("vmi_hostname"); in TEST_F() local
H A Dtest_hyp_sys_config.cpp39 auto itr = biosAttrs.find("vmi_hostname"); in TEST_F() local
/openbmc/linux/net/dcb/
H A Ddcbnl.c1143 struct dcb_app_type *itr; in dcbnl_ieee_fill() local
1366 struct dcb_app_type *itr; in dcbnl_cee_fill() local
1973 struct dcb_app_type *itr; in dcb_rewr_lookup() local
1989 struct dcb_app_type *itr; in dcb_app_lookup() local
2029 struct dcb_app_type *itr; in dcb_getapp() local
2053 struct dcb_app_type *itr; in dcb_setapp() local
2096 struct dcb_app_type *itr; in dcb_ieee_getapp_mask() local
2112 struct dcb_app_type *itr; in dcb_getrewr() local
2148 struct dcb_app_type *itr; in dcb_delrewr() local
2211 struct dcb_app_type *itr; in dcb_ieee_delapp() local
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_sdlb.c115 u32 itr, next; in sparx5_sdlb_group_get_last() local
141 u32 itr; in sparx5_sdlb_group_get_adjacent() local
164 u32 itr, next; in sparx5_sdlb_group_get_count() local
208 u32 itr, next; in sparx5_sdlb_group_get_by_index() local
H A Dsparx5_qos.c114 u32 itr, next; in sparx5_lg_get_last() local
167 u32 itr, next; in sparx5_lg_get_group_by_index() local
213 u32 itr; in sparx5_lg_get_adjacent() local
/openbmc/openpower-vpd-parser/vpd-parser/
H A Disdimm_vpd_parser.cpp193 auto itr = pnFreqFnMap.find(tup_key); in getDDR4FruNumber() local
214 auto itr = pnCCINMap.find(fruNumber); in getDDR4CCIN() local
278 auto itr = pnFruMap.find(partNumber); in getDDR5FruNumber() local
297 auto itr = pnCCINMap.find(partNumber); in getDDR5CCIN() local
/openbmc/openpower-hw-diags/analyzer/
H A Dfilter-root-cause.cpp21 auto itr = std::find_if(i_list.begin(), i_list.end(), [&](const auto& t) { in __findRcsOscError() local
419 auto itr = std::find_if(i_list.begin(), i_list.end(), [&](const auto& t) { in __findIueTh() local
493 auto itr = std::find_if(list.begin(), list.end(), [&](const auto& t) { in rootCauseSpecialCases() local
H A Dinitialize_isolator.cpp133 auto itr = files.find(chipType); in initializeIsolator() local
/openbmc/linux/tools/perf/util/
H A Dauxtrace.c555 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, in auxtrace_record__info_priv_size()
569 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill()
579 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free()
585 int auxtrace_record__snapshot_start(struct auxtrace_record *itr) in auxtrace_record__snapshot_start()
592 int auxtrace_record__snapshot_finish(struct auxtrace_record *itr, bool on_exit) in auxtrace_record__snapshot_finish()
599 int auxtrace_record__find_snapshot(struct auxtrace_record *itr, int idx, in auxtrace_record__find_snapshot()
608 int auxtrace_record__options(struct auxtrace_record *itr, in auxtrace_record__options()
619 u64 auxtrace_record__reference(struct auxtrace_record *itr) in auxtrace_record__reference()
626 int auxtrace_parse_snapshot_options(struct auxtrace_record *itr, in auxtrace_parse_snapshot_options()
665 int auxtrace_record__read_finish(struct auxtrace_record *itr, int idx) in auxtrace_record__read_finish()
[all …]
/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp193 auto itr = propertyList.find("RestrictionMode"); in handleRestrictedModeChange() local
240 auto itr = propertyList.find("OperatingSystemState"); in handlePostCompleteChange() local
316 auto itr = propertyList.find("CoreBiosDone"); in handleCoreBiosDoneChange() local
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.cpp84 if (auto itr = map.find(name); itr != map.end()) in getNumberFromConfig() local
124 if (auto itr = propertyMap.find("Severity"); itr != propertyMap.end()) in getSeverityField() local
162 if (auto itr = propertyMap.find("Direction"); itr != propertyMap.end()) in parseThresholds() local
188 if (auto itr = propertyMap.find("Sensors"); itr != propertyMap.end()) in parseConfigInterface() local
/openbmc/linux/drivers/platform/x86/intel/int1092/
H A Dintel_sar.c45 int itr = 0; in update_sar_data() local
80 int value, itr, reg; in parse_package() local
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.hpp75 const auto itr = props.find("CurrentHostState"); in Handler() local
111 const auto itr = props.find("CurrentPowerState"); in Handler() local
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dody-plugins.cpp38 auto itr = std::copy_if( in pll_unlock() local
/openbmc/linux/drivers/bus/mhi/host/
H A Dpm.c765 struct state_transition *itr, *tmp; in mhi_pm_st_worker() local
829 struct mhi_chan *itr, *tmp; in mhi_pm_suspend() local
917 struct mhi_chan *itr, *tmp; in __mhi_pm_resume() local
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dmanager.cpp265 const auto itr = propMap.find("CurrentHostState"); in hostStateCallBack() local
307 const auto itr = propMap.find("AssetTag"); in assetTagCallback() local
408 const auto& itr = svpdKwdMap.find(recordName); in updateSystemVPDBackUpFRU() local
/openbmc/ipmitool/lib/
H A Dipmi_sdradd.c242 sdrr_get_records(struct ipmi_intf *intf, struct ipmi_sdr_iterator *itr, in sdrr_get_records()
283 struct ipmi_sdr_iterator *itr; in sdr_copy_to_sdrr() local

1234