Home
last modified time | relevance | path

Searched defs:entry (Results 151 – 175 of 2429) sorted by relevance

12345678910>>...98

/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_config_test.cpp52 for (auto& entry : entries) in findJsonEntry() local
122 for (auto entry : BIOSTableIter<PLDM_BIOS_STRING_TABLE>( in TEST_F() local
133 for (auto entry : BIOSTableIter<PLDM_BIOS_ATTR_TABLE>(attrTable->data(), in TEST_F() local
206 for (auto entry : BIOSTableIter<PLDM_BIOS_ATTR_VAL_TABLE>( in TEST_F() local
338 for (auto entry : BIOSTableIter<PLDM_BIOS_ATTR_TABLE>(attrTable->data(), in TEST_F() local
374 for (auto entry : BIOSTableIter<PLDM_BIOS_ATTR_VAL_TABLE>( in TEST_F() local
384 auto entry = findEntry(attrHandle); in TEST_F() local
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c413 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str()
426 static int sysfs__read_ull_base(const char *entry, in sysfs__read_ull_base()
440 int sysfs__read_xll(const char *entry, unsigned long long *value) in sysfs__read_xll()
445 int sysfs__read_ull(const char *entry, unsigned long long *value) in sysfs__read_ull()
450 int sysfs__read_int(const char *entry, int *value) in sysfs__read_int()
463 int sysfs__read_str(const char *entry, char **buf, size_t *sizep) in sysfs__read_str()
476 int sysfs__read_bool(const char *entry, bool *value) in sysfs__read_bool()
518 int sysfs__write_int(const char *entry, int value) in sysfs__write_int()
/openbmc/linux/drivers/acpi/
H A Dpower.c97 struct acpi_power_resource_entry *entry; in acpi_power_resources_list_add() local
122 struct acpi_power_resource_entry *entry, *e; in acpi_power_resources_list_free() local
222 struct acpi_power_resource_entry *entry; in acpi_power_get_list_state() local
316 struct acpi_power_resource_entry *entry; in acpi_device_power_add_dependent() local
351 struct acpi_power_resource_entry *entry; in acpi_device_power_remove_dependent() local
472 struct acpi_power_resource_entry *entry; in acpi_power_off_list() local
491 struct acpi_power_resource_entry *entry; in acpi_power_on_list() local
540 struct acpi_power_resource_entry *entry; in acpi_power_hide_list() local
559 struct acpi_power_resource_entry *entry; in acpi_power_expose_list() local
613 struct acpi_power_resource_entry *entry; in acpi_power_wakeup_list_init() local
[all …]
/openbmc/linux/include/linux/
H A Dswap.h339 swp_entry_t entry = folio->swap; in page_swap_entry() local
506 static inline struct swap_info_struct *swp_swap_info(swp_entry_t entry) in swp_swap_info()
511 static inline struct swap_info_struct *get_swap_device(swp_entry_t entry) in get_swap_device()
568 static inline int __swap_count(swp_entry_t entry) in __swap_count()
578 static inline int swp_swapcount(swp_entry_t entry) in swp_swapcount()
585 swp_entry_t entry; in folio_alloc_swap() local
606 static inline int split_swap_cluster(swp_entry_t entry) in split_swap_cluster()
650 swp_entry_t entry) in mem_cgroup_try_charge_swap()
668 static inline void mem_cgroup_swapout(struct folio *folio, swp_entry_t entry) in mem_cgroup_swapout()
673 swp_entry_t entry) in mem_cgroup_try_charge_swap()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_dpipe.c124 static int mlxsw_sp_erif_entry_prepare(struct devlink_dpipe_entry *entry, in mlxsw_sp_erif_entry_prepare()
155 struct devlink_dpipe_entry *entry, in mlxsw_sp_erif_entry_get()
198 struct devlink_dpipe_entry entry = {0}; in mlxsw_sp_dpipe_table_erif_entries_dump() local
483 mlxsw_sp_dpipe_table_host4_entry_fill(struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host4_entry_fill()
496 mlxsw_sp_dpipe_table_host6_entry_fill(struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host6_entry_fill()
511 struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host_entry_fill()
538 struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_host_entries_get()
625 struct devlink_dpipe_entry entry = {0}; in mlxsw_sp_dpipe_table_host_entries_dump() local
1066 struct devlink_dpipe_entry *entry) in mlxsw_sp_dpipe_table_adj_entry_fill()
1085 struct devlink_dpipe_entry *entry, in mlxsw_sp_dpipe_table_adj_entries_get()
[all …]
/openbmc/linux/sound/pci/ctxfi/
H A Dctimap.c18 int input_mapper_add(struct list_head *mappers, struct imapper *entry, in input_mapper_add()
64 int input_mapper_delete(struct list_head *mappers, struct imapper *entry, in input_mapper_delete()
98 struct imapper *entry; in free_input_mapper_list() local
H A Dctdaio.c158 struct imapper *entry; in dao_set_left_input() local
187 struct imapper *entry; in dao_set_right_input() local
216 struct imapper *entry; in dao_clear_left_input() local
240 struct imapper *entry; in dao_clear_right_input() local
632 static int daio_map_op(void *data, struct imapper *entry) in daio_map_op()
645 static int daio_imap_add(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_add()
662 static int daio_imap_delete(struct daio_mgr *mgr, struct imapper *entry) in daio_imap_delete()
691 struct imapper *entry; in daio_mgr_create() local
/openbmc/linux/kernel/
H A Dkexec.c22 static int kimage_alloc_init(struct kimage **rimage, unsigned long entry, in kimage_alloc_init()
87 static int do_kexec_load(unsigned long entry, unsigned long nr_segments, in do_kexec_load()
235 SYSCALL_DEFINE4(kexec_load, unsigned long, entry, unsigned long, nr_segments, in SYSCALL_DEFINE4() argument
261 COMPAT_SYSCALL_DEFINE4(kexec_load, compat_ulong_t, entry, in COMPAT_SYSCALL_DEFINE4() argument
/openbmc/linux/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c240 struct sja1105_vl_lookup_entry *entry = entry_ptr; in sja1105et_vl_lookup_entry_packing() local
388 struct sja1105_l2_lookup_entry *entry = entry_ptr; in sja1105pqrs_dyn_l2_lookup_entry_packing() local
452 struct sja1105_mgmt_entry *entry = entry_ptr; in sja1105et_mgmt_route_entry_packing() local
485 struct sja1105_mgmt_entry *entry = entry_ptr; in sja1105pqrs_mgmt_route_entry_packing() local
790 struct sja1105_cbs_entry *entry = entry_ptr; in sja1105et_cbs_entry_packing() local
831 struct sja1105_cbs_entry *entry = entry_ptr; in sja1105pqrs_cbs_entry_packing() local
846 struct sja1105_cbs_entry *entry = entry_ptr; in sja1110_cbs_entry_packing() local
1179 void *entry, bool check_valident, in sja1105_dynamic_config_poll_valid()
1223 void *entry, bool check_valident, in sja1105_dynamic_config_wait_complete()
1257 int index, void *entry) in sja1105_dynamic_config_read()
[all …]
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c82 struct drm_debugfs_entry *entry = m->private; in v3d_v3d_debugfs_regs() local
129 struct drm_debugfs_entry *entry = m->private; in v3d_v3d_debugfs_ident() local
191 struct drm_debugfs_entry *entry = m->private; in v3d_debugfs_bo_stats() local
207 struct drm_debugfs_entry *entry = m->private; in v3d_measure_clock() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_scatter.c46 static void drm_sg_cleanup(struct drm_sg_mem * entry) in drm_sg_cleanup()
82 struct drm_sg_mem *entry; in drm_legacy_sg_alloc() local
201 struct drm_sg_mem *entry; in drm_legacy_sg_free() local
H A Ddrm_hashtab.c64 struct drm_hash_item *entry; in drm_ht_verbose_list() local
79 struct drm_hash_item *entry; in drm_ht_find_key() local
97 struct drm_hash_item *entry; in drm_ht_find_key_rcu() local
114 struct drm_hash_item *entry; in drm_ht_insert_item() local
/openbmc/linux/sound/isa/gus/
H A Dgus_mem_proc.c19 static ssize_t snd_gf1_mem_proc_dump(struct snd_info_entry *entry, in snd_gf1_mem_proc_dump()
34 static void snd_gf1_mem_proc_free(struct snd_info_entry *entry) in snd_gf1_mem_proc_free()
49 struct snd_info_entry *entry; in snd_gf1_mem_proc_init() local
/openbmc/linux/drivers/tee/optee/
H A Dnotif.c23 struct notif_entry *entry; in have_key() local
35 struct notif_entry *entry; in optee_notif_wait() local
88 struct notif_entry *entry; in optee_notif_send() local
/openbmc/qemu/hw/i386/
H A Dacpi-common.c36 GArray *entry, bool force_enabled) in pc_madt_cpu_entry()
67 static void build_ioapic(GArray *entry, uint8_t id, uint32_t addr, uint32_t irq) in build_ioapic()
79 build_xrupt_override(GArray *entry, uint8_t src, uint32_t gsi, uint16_t flags) in build_xrupt_override()
/openbmc/u-boot/drivers/core/
H A Dlists.c25 struct driver *entry; in lists_driver_lookup_name() local
41 struct uclass_driver *entry; in lists_uclass_lookup() local
56 struct driver_info *entry; in lists_bind_drivers() local
131 struct driver *entry; in lists_bind_fdt() local
/openbmc/linux/security/selinux/ss/
H A Dsidtab.h64 struct sidtab_entry entry; member
112 struct sidtab_entry *entry = sidtab_search_entry(s, sid); in sidtab_search() local
119 struct sidtab_entry *entry = sidtab_search_entry_force(s, sid); in sidtab_search_force() local
144 struct sidtab_entry *entry, in sidtab_sid2str_put()
149 struct sidtab_entry *entry, in sidtab_sid2str_get()
/openbmc/linux/sound/pci/lola/
H A Dlola_proc.c97 static void lola_proc_codec_read(struct snd_info_entry *entry, in lola_proc_codec_read()
134 static void lola_proc_codec_rw_write(struct snd_info_entry *entry, in lola_proc_codec_rw_write()
149 static void lola_proc_codec_rw_read(struct snd_info_entry *entry, in lola_proc_codec_rw_read()
159 static void lola_proc_regs_read(struct snd_info_entry *entry, in lola_proc_regs_read()
/openbmc/linux/tools/bpf/bpftool/
H A Dpids.c33 struct hashmap_entry *entry; in add_ref() local
179 struct hashmap_entry *entry; in delete_obj_refs_table() local
198 struct hashmap_entry *entry; in emit_obj_refs_json() local
230 struct hashmap_entry *entry; in emit_obj_refs_plain() local
/openbmc/qemu/tests/tcg/plugins/
H A Dsyscall.c30 SyscallStats *entry = in get_or_create_entry() local
48 SyscallStats *entry; in vcpu_syscall() local
63 SyscallStats *entry; in vcpu_syscall_ret() local
81 SyscallStats *entry = (SyscallStats *) val; in print_entry() local
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c93 struct hlist_node entry; member
103 struct hlist_node entry; member
129 struct hlist_node entry; member
141 struct hlist_node entry; member
148 struct hlist_node entry; member
839 struct ofdpa_flow_tbl_entry *entry; in ofdpa_flow_tbl_ig_port() local
861 struct ofdpa_flow_tbl_entry *entry; in ofdpa_flow_tbl_vlan() local
887 struct ofdpa_flow_tbl_entry *entry; in ofdpa_flow_tbl_term_mac() local
923 struct ofdpa_flow_tbl_entry *entry; in ofdpa_flow_tbl_bridge() local
977 struct ofdpa_flow_tbl_entry *entry; in ofdpa_flow_tbl_ucast4_routing() local
[all …]
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c115 struct dpaa2_switch_acl_entry *entry) in dpaa2_switch_acl_entry_add()
158 struct dpaa2_switch_acl_entry *entry) in dpaa2_switch_acl_entry_remove()
200 struct dpaa2_switch_acl_entry *entry) in dpaa2_switch_acl_entry_add_to_list()
239 struct dpaa2_switch_acl_entry *entry, in dpaa2_switch_acl_entry_set_precedence()
254 struct dpaa2_switch_acl_entry *entry) in dpaa2_switch_acl_tbl_add_entry()
300 struct dpaa2_switch_acl_entry *entry) in dpaa2_switch_acl_entry_get_index()
328 struct dpaa2_switch_acl_entry *entry) in dpaa2_switch_acl_tbl_remove_entry()
399 struct dpaa2_switch_mirror_entry *entry, in dpaa2_switch_block_add_mirror()
464 struct dpaa2_switch_mirror_entry *entry) in dpaa2_switch_block_remove_mirror()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_vio.c444 struct iommu_table *tbl, unsigned long entry) in kvmppc_clear_tce()
459 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_mapped_dec()
480 struct iommu_table *tbl, unsigned long entry) in kvmppc_tce_iommu_do_unmap()
502 unsigned long entry) in kvmppc_tce_iommu_unmap()
520 unsigned long entry, unsigned long ua, in kvmppc_tce_iommu_do_map()
559 unsigned long entry, unsigned long ua, in kvmppc_tce_iommu_map()
586 unsigned long entry, ua = 0; in kvmppc_h_put_tce() local
645 unsigned long entry, ua = 0; in kvmppc_h_put_tce_indirect() local
753 unsigned long entry = ioba >> stt->page_shift; in kvmppc_h_stuff_tce() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_pt.c36 struct amdgpu_vm_bo_base *entry; member
325 struct amdgpu_vm_bo_base *entry) in amdgpu_vm_pt_continue_dfs()
356 #define for_each_amdgpu_vm_pt_dfs_safe(adev, vm, start, cursor, entry) \ argument
601 struct amdgpu_vm_bo_base *entry = cursor->entry; in amdgpu_vm_pt_alloc() local
639 static void amdgpu_vm_pt_free(struct amdgpu_vm_bo_base *entry) in amdgpu_vm_pt_free()
662 struct amdgpu_vm_bo_base *entry, *next; in amdgpu_vm_pt_free_work() local
697 struct amdgpu_vm_bo_base *entry; in amdgpu_vm_pt_free_dfs() local
766 struct amdgpu_vm_bo_base *entry) in amdgpu_vm_pde_update()
1096 struct amdgpu_vm_bo_base *entry; in amdgpu_vm_pt_map_tables() local
/openbmc/linux/net/dccp/
H A Dfeat.c431 struct dccp_feat_entry *entry; in dccp_feat_list_lookup() local
453 struct dccp_feat_entry *entry; in dccp_feat_entry_new() local
535 static inline void dccp_feat_list_pop(struct dccp_feat_entry *entry) in dccp_feat_list_pop()
543 struct dccp_feat_entry *entry, *next; in dccp_feat_list_purge() local
554 struct dccp_feat_entry *entry, *new; in dccp_feat_clone_list() local
779 struct dccp_feat_entry *entry; in dccp_feat_nn_get() local
809 struct dccp_feat_entry *entry; in dccp_feat_signal_nn_change() local
975 struct dccp_feat_entry *entry; in dccp_feat_finalise_settings() local
1007 struct dccp_feat_entry *entry; in dccp_feat_server_ccid_dependencies() local
1112 struct dccp_feat_entry *entry; in dccp_feat_change_recv() local
[all …]

12345678910>>...98