Home
last modified time | relevance | path

Searched defs:it (Results 126 – 150 of 403) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/comedi/drivers/
H A Dssv_dnp.c124 static int dnp_attach(struct comedi_device *dev, struct comedi_devconfig *it) in dnp_attach()
H A Dpcmad.c103 static int pcmad_attach(struct comedi_device *dev, struct comedi_devconfig *it) in pcmad_attach()
/openbmc/linux/sound/firewire/motu/
H A Dmotu.c31 struct fw_csr_iterator it; in name_card() local
/openbmc/bmcweb/include/
H A Dlogin_routes.hpp122 boost::beast::http::fields::const_iterator it = in handleLogin() local
/openbmc/linux/arch/arm64/kernel/
H A Dtraps.c313 u32 it, pstate = regs->pstate; in compat_get_it_state() local
321 static void compat_set_it_state(struct pt_regs *regs, u32 it) in compat_set_it_state()
334 u32 it; in advance_itstate() local
738 u32 it; in cp15_cond_valid() local
/openbmc/linux/fs/smb/client/
H A Ddfs_cache.c795 struct dfs_cache_tgt_iterator *it, *nit; in get_targets() local
946 void dfs_cache_noreq_update_tgthint(const char *path, const struct dfs_cache_tgt_iterator *it) in dfs_cache_noreq_update_tgthint()
990 int dfs_cache_get_tgt_referral(const char *path, const struct dfs_cache_tgt_iterator *it, in dfs_cache_get_tgt_referral()
1052 int dfs_cache_get_tgt_share(char *path, const struct dfs_cache_tgt_iterator *it, char **share, in dfs_cache_get_tgt_share()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp204 const auto it = serviceToIdMap.find(name); in initSensorMatches() local
432 const auto it = ipmi::sensor::sensors.find(sensorNumber); in ipmiGetSensorType() local
809 auto it = sensorThresholdMap.find(sensorNum); in ipmiSensorGetSensorThresholds() local
1326 auto it = sdrCacheMap.find(sensor_id); in ipmi_sen_get_sdr() local
H A Dtransporthandler.hpp184 iterator(ObjectTree::const_iterator it, ObjectLookupCache& container) : in iterator()
228 auto it = cache.find(path); in get() local
/openbmc/linux/kernel/cgroup/
H A Dfreezer.c179 struct css_task_iter it; in cgroup_do_freeze() local
/openbmc/linux/kernel/bpf/
H A Dbpf_iter.c789 __bpf_kfunc int bpf_iter_num_new(struct bpf_iter_num *it, int start, int end) in bpf_iter_num_new()
822 __bpf_kfunc int *bpf_iter_num_next(struct bpf_iter_num* it) in bpf_iter_num_next()
841 __bpf_kfunc void bpf_iter_num_destroy(struct bpf_iter_num *it) in bpf_iter_num_destroy()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_migrate.c363 struct sgt_dma *it, in emit_pte()
657 static void get_ccs_sg_sgt(struct sgt_dma *it, u64 bytes_to_cpy) in get_ccs_sg_sgt()
993 struct sgt_dma it = sg_sgt(sg); in intel_context_migrate_clear() local
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp506 auto it = ref.begin(); in insertFilteredObjects() local
833 auto it = _parameterTriggers.find(name); in addParameterTrigger() local
854 auto it = _parameterTriggers.find(name); in runParameterActions() local
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-psci-domain.c106 struct psci_pd_provider *pd_provider, *it; in psci_pd_remove() local
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dalarm_timestamps.hpp145 auto it = timestamps.begin(); in prune() local
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dtarget_from_group_max.cpp68 for (auto it = _valueToSpeedMap.begin(); in run() local
/openbmc/phosphor-fan-presence/control/
H A Dactions.cpp21 auto it = zone.getTimerEvents().find(__func__); in call_actions_based_on_timer() local
/openbmc/linux/drivers/of/
H A Dbase.c1106 int of_phandle_iterator_init(struct of_phandle_iterator *it, in of_phandle_iterator_init()
1139 int of_phandle_iterator_next(struct of_phandle_iterator *it) in of_phandle_iterator_next()
1224 int of_phandle_iterator_args(struct of_phandle_iterator *it, in of_phandle_iterator_args()
1247 struct of_phandle_iterator it; in __of_parse_phandle_with_args() local
1500 struct of_phandle_iterator it; in of_count_phandle_with_args() local
/openbmc/phosphor-fan-presence/presence/
H A Dtach.cpp126 auto it = props.find(tachProperty); in propertiesChanged() local
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handler.cpp143 auto it = sessionInfoMap.find(session); in close() local
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handler.cpp184 auto it = sessionInfoMap.find(session); in close() local
/openbmc/phosphor-led-manager/manager/
H A Djson-config.hpp72 auto it = in filePathExists() local
/openbmc/entity-manager/src/
H A Dperform_probe.cpp37 auto it = interfaces.find(interfaceName); in probeDbus() local
/openbmc/telemetry/tests/src/
H A Ddbus_environment.cpp90 auto it = data.begin(); in getFuture() local
/openbmc/linux/net/ipv4/
H A Dipmr_base.c148 struct mr_mfc_iter *it, loff_t pos) in mr_mfc_seq_idx()
175 struct mr_mfc_iter *it = seq->private; in mr_mfc_seq_next() local
/openbmc/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c114 __bpf_kfunc int bpf_iter_testmod_seq_new(struct bpf_iter_testmod_seq *it, s64 value, int cnt) in bpf_iter_testmod_seq_new()
127 __bpf_kfunc s64 *bpf_iter_testmod_seq_next(struct bpf_iter_testmod_seq* it) in bpf_iter_testmod_seq_next()
137 __bpf_kfunc void bpf_iter_testmod_seq_destroy(struct bpf_iter_testmod_seq *it) in bpf_iter_testmod_seq_destroy()

12345678910>>...17