/openbmc/phosphor-state-manager/ |
H A D | bmc_state_manager.hpp | 41 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 D | visit.py | 177 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 D | types.py | 132 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 D | introspect.py | 235 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 D | schema.py | 206 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 D | qos.c | 35 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 D | test-qapi.py | 44 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 D | manager.hpp | 128 using SigArg = SigArgs::value_type::element_type;
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.hpp | 211 static constexpr auto tname = T::element_type::name; in checkThresholds()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | qos.c | 348 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.hpp | 212 using element_type = _Ty; typedef in stdexec::__ptr::__intrusive_ptr
|
H A D | __shared.hpp | 177 using __sh_state_t = typename __sh_state_ptr_t::element_type;
|
/openbmc/boost-dbus/include/dbus/ |
H A D | properties.hpp | 51 element_type; typedef 52 auto constexpr sig = element_signature<element_type>::code;
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_config.c | 2699 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 D | mpt3sas_scsih.c | 9265 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 D | rest_dbus.py | 132 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 D | data_interface.cpp | 1128 std::make_unique<decltype(this->_systemdMatch)::element_type>( in subscribeToSystemdSignals()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 580 u8 element_type; member
|
H A D | i40e_main.c | 15000 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 D | mlx5_ifc.h | 3855 u8 element_type[0x8]; member
|