Home
last modified time | relevance | path

Searched refs:element_type (Results 1 – 20 of 20) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.hpp41 stateSignal(std::make_unique<decltype(stateSignal)::element_type>( in BMC()
48 timeSyncSignal(std::make_unique<decltype(timeSyncSignal)::element_type>(
/openbmc/qemu/scripts/qapi/
H A Dvisit.py177 def gen_visit_list(name: str, element_type: QAPISchemaType) -> str:
208 c_name=c_name(name), c_elt_type=element_type.c_name())
387 element_type: QAPISchemaType) -> None:
390 self._genc.add(gen_visit_list(name, element_type))
H A Dtypes.py132 def gen_array(name: str, element_type: QAPISchemaType) -> str:
140 c_name=c_name(name), c_type=element_type.c_type())
340 element_type: QAPISchemaType) -> None:
343 self._genh.add(gen_array(name, element_type))
H A Dintrospect.py235 typ.element_type.json_type() == 'int'):
248 return '[' + self._use_type(typ.element_type) + ']'
330 element_type: QAPISchemaType) -> None:
331 element = self._use_type(element_type)
H A Dschema.py206 element_type: QAPISchemaType,
470 self._element_type_name = element_type
471 self.element_type: QAPISchemaType
480 self.element_type = schema.resolve_type(
486 self._set_module(schema, self.element_type.info)
491 return self.element_type.ifcond
503 elt_doc_type = self.element_type.doc_type()
511 self.element_type)
1048 typ = typ.element_type
1284 self, element_type: str, info: Optional[QAPISourceInfo]
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dqos.c35 MLX5_SET(scheduling_context, sched_ctx, element_type, in mlx5_qos_create_leaf_node()
55 MLX5_SET(scheduling_context, sched_ctx, element_type, in mlx5_qos_create_inner_node()
/openbmc/qemu/tests/qapi-schema/
H A Dtest-qapi.py44 def visit_array_type(self, name, info, ifcond, element_type): argument
47 print('array %s %s' % (name, element_type.name))
/openbmc/phosphor-inventory-manager/
H A Dmanager.hpp128 using SigArg = SigArgs::value_type::element_type;
/openbmc/phosphor-virtual-sensor/
H A DvirtualSensor.hpp211 static constexpr auto tname = T::element_type::name; in checkThresholds()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dqos.c348 MLX5_SET(scheduling_context, sched_ctx, element_type, in esw_qos_vport_create_sched_element()
453 MLX5_SET(scheduling_context, tsar_ctx, element_type, in __esw_qos_create_rate_group()
571 MLX5_SET(scheduling_context, tsar_ctx, element_type, in esw_qos_create()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_ptr.hpp212 using element_type = _Ty; typedef in stdexec::__ptr::__intrusive_ptr
H A D__shared.hpp177 using __sh_state_t = typename __sh_state_ptr_t::element_type;
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp51 element_type; typedef
52 auto constexpr sig = element_signature<element_type>::code;
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c2699 u16 element_type; in mpt3sas_config_get_volume_handle() local
2739 element_type = le16_to_cpu(config_page-> in mpt3sas_config_get_volume_handle()
2742 if (element_type == in mpt3sas_config_get_volume_handle()
2744 element_type == in mpt3sas_config_get_volume_handle()
2756 } else if (element_type == in mpt3sas_config_get_volume_handle()
H A Dmpt3sas_scsih.c9265 u8 element_type; in _scsih_sas_ir_config_change_event_debug() local
9308 element_type = le16_to_cpu(element->ElementFlags) & in _scsih_sas_ir_config_change_event_debug()
9310 switch (element_type) { in _scsih_sas_ir_config_change_event_debug()
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py132 element_type = array_matches.group(1)
139 converted_element = convert_type(element_type, i)
143 converted_element = convert_type(element_type, value)
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp1128 std::make_unique<decltype(this->_systemdMatch)::element_type>( in subscribeToSystemdSignals()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h580 u8 element_type; member
H A Di40e_main.c15000 u8 element_type = ele->element_type; in i40e_setup_pf_switch_element() local
15006 element_type, seid, uplink_seid, downlink_seid); in i40e_setup_pf_switch_element()
15008 switch (element_type) { in i40e_setup_pf_switch_element()
15065 element_type, seid); in i40e_setup_pf_switch_element()
/openbmc/linux/include/linux/mlx5/
H A Dmlx5_ifc.h3855 u8 element_type[0x8]; member