/openbmc/qemu/tests/qapi-schema/ |
H A D | qapi-schema-test.out | 13 member integer: int optional=False 14 member boolean: bool optional=False 15 member string: str optional=False 17 member enum1: EnumOne optional=False 18 member enum2: EnumOne optional=True 19 member enum3: EnumOne optional=False 20 member enum4: EnumOne optional=True 26 member type: EnumOne optional=False 42 member string: str optional=False 43 member enum1: EnumOne optional=True [all …]
|
/openbmc/linux/tools/perf/tests/attr/ |
D | test-stat-detailed-2 |
|
D | test-stat-detailed-3 |
|
D | test-stat-detailed-1 |
|
D | test-stat-default |
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | event_logger.hpp | 7 #include <optional> 70 * inventory path and priority as input [optional]. 75 * @param[in] i_userData1 - Additional user data [optional]. 76 * @param[in] i_userData2 - Additional user data [optional]. 77 * @param[in] i_symFru - Symblolic FRU callout data [optional]. 78 * @param[in] i_procedure - Procedure callout data [optional]. 88 const std::optional<std::string> i_userData1, 89 const std::optional<std::string> i_userData2, 90 const std::optional<std::string> i_symFru, 91 const std::optional<std::string> i_procedure); [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-9p-client.h | 90 /* user supplied tag number being returned with response (optional) */ 92 /* file ID of directory from where walk should start (optional) */ 94 /* file ID for target directory being walked to (optional) */ 96 /* low level variant of path to walk to (optional) */ 99 /* high level variant of path to walk to (optional) */ 101 /* data being received from 9p server as 'Rwalk' response (optional) */ 106 /* only send Twalk request but not wait for a reply? (optional) */ 108 /* do we expect an Rlerror response, if yes which error code? (optional) */ 124 /* user supplied tag number being returned with response (optional) */ 126 /* maximum message size that can be handled by client (optional) */ [all …]
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | rail_tests.cpp | 23 #include <optional> 54 // Test where succeeds: No optional parameters have values in TEST() 57 std::optional<std::string> presence{}; in TEST() 58 std::optional<uint8_t> page{}; in TEST() 62 std::optional<GPIO> gpio{}; in TEST() 80 // Test where succeeds: All optional parameters have values in TEST() 83 std::optional<std::string> presence{ in TEST() 85 std::optional<uint8_t> page{11}; in TEST() 89 std::optional<GPIO> gpio{GPIO(60, true)}; in TEST() 116 std::optional<std::string> presence{}; in TEST() [all …]
|
/openbmc/phosphor-networkd/src/ |
H A D | types.hpp | 8 #include <optional> 32 std::optional<std::string> name = std::nullopt; 33 std::optional<stdplus::EtherAddr> mac = std::nullopt; 34 std::optional<unsigned> mtu = std::nullopt; 35 std::optional<unsigned> parent_idx = std::nullopt; 36 std::optional<std::string> kind = std::nullopt; 37 std::optional<uint16_t> vlan_id = std::nullopt; 72 std::optional<stdplus::InAnyAddr> addr; 73 std::optional<stdplus::EtherAddr> mac; 88 std::optional<std::string> gateway; [all …]
|
/openbmc/linux/include/linux/gpio/ |
D | regmap.h |
|
/openbmc/qemu/scripts/qapi/ |
H A D | schema.py | 29 Optional, 52 ifcond: Optional[Union[str, Dict[str, object]]] = None, 79 def __init__(self, info: Optional[QAPISourceInfo]): 80 self._module: Optional[QAPISchemaModule] = None 96 def connect_doc(self, doc: Optional[QAPIDoc] = None) -> None: 100 self, schema: QAPISchema, info: Optional[QAPISourceInfo] 121 info: Optional[QAPISourceInfo], 122 doc: Optional[QAPIDoc], 123 ifcond: Optional[QAPISchemaIfCond] = None, 124 features: Optional[List[QAPISchemaFeature]] = None, [all …]
|
/openbmc/linux/fs/smb/client/ |
D | cifs_spnego_negtokeninit.asn1 |
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | registry.hpp | 7 #include <optional> 43 * If a field is wrapped by std::optional, it means the field is 44 * optional in the JSON and higher level code knows how to handle it. 59 * @brief An optional vector of SRC word 6-9 to use as the source of the 63 std::optional<std::vector<std::string>> messageArgSources; 71 * If a field is wrapped by std::optional, it means the field is 72 * optional in the JSON and higher level code knows how to handle it. 87 * @brief An optional vector of SRC hexword numbers that should be used 92 std::optional<std::vector<WordNum>> symptomID; 106 std::optional<std::map<WordNum, AdditionalDataField>> hexwordADFields; [all …]
|
/openbmc/linux/net/sctp/ |
D | Kconfig |
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | subscription.hpp | 21 #include <optional> 34 std::optional<int64_t> eventGroupId; 35 std::optional<std::string> eventTimestamp; 36 std::optional<std::string> message; 37 std::optional<std::vector<std::string>> messageArgs; 38 std::optional<std::string> messageId; 39 std::optional<std::string> originOfCondition; 40 std::optional<std::string> resolution; 41 std::optional<std::string> severity; 96 std::optional<crow::HttpClient> client; [all …]
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 36 Optional, 76 def __init__(self, exitcode: Optional[int], 77 command: str, output: Optional[str]): 127 name: Optional[str] = None, 129 monitor_address: Optional[SocketAddrT] = None, 131 console_log: Optional[str] = None, 132 log_dir: Optional[str] = None, 133 qmp_timer: Optional[float] = 30): 143 @param drain_console: (optional) True to drain console socket to buffer 144 @param console_log: (optional) path to console log file [all …]
|
/openbmc/linux/include/drm/ |
D | drm_simple_kms_helper.h |
|
/openbmc/linux/Documentation/ABI/testing/ |
D | sysfs-class-thermal |
|
/openbmc/u-boot/doc/device-tree-bindings/clock/ |
H A D | rockchip,rk3288-cru.txt | 15 Optional Properties: 32 - "xin32k" - rtc clock - optional, 33 - "ext_i2s" - external I2S clock - optional, 34 - "ext_hsadc" - external HSADC clock - optional, 35 - "ext_edp_24m" - external display port clock - optional, 36 - "ext_vip" - external VIP clock - optional, 37 - "ext_isp" - external ISP clock - optional, 38 - "ext_jtag" - external JTAG clock - optional
|
/openbmc/u-boot/doc/device-tree-bindings/gpio/ |
H A D | intel,x86-pinctrl.txt | 15 - mode-gpio - (optional) standalone property to force the pin into GPIO mode 16 - mode-func - (optional) function number to assign to the pin. If 19 - output-value - (optional) this set the default output value of the GPIO 20 - direction - (optional) this set the direction of the gpio 21 - pull-strength - (optional) this set the pull strength of the pin 22 - pull-assign - (optional) this set the pull assignement (up/down) of the pin 23 - invert - (optional) this input pin is inverted
|
/openbmc/linux/include/linux/ |
D | reset.h |
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | submit_test_event_test.cpp | 12 using ::testing::Optional; 60 EXPECT_THAT(testEvent.eventGroupId, Optional(1)); in TEST() 61 EXPECT_THAT(testEvent.eventTimestamp, Optional(StrEq("2021-01"))); in TEST() 62 EXPECT_THAT(testEvent.message, Optional(StrEq("Test Message"))); in TEST() 63 EXPECT_THAT(testEvent.messageId, Optional(StrEq("Dummy message ID"))); in TEST() 65 Optional(StrEq("/redfish/v1/Chassis/GPU_SXM_1"))); in TEST() 66 EXPECT_THAT(testEvent.resolution, Optional(StrEq("custom resolution"))); in TEST() 67 EXPECT_THAT(testEvent.severity, Optional(StrEq("whatever"))); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | pmbus_write_vout_command_action.hpp | 24 #include <optional> 82 * @param volts Optional volts value to write to VOUT_COMMAND. 85 * @param exponent Optional exponent to use to convert the volts value to 91 std::optional<double> volts, pmbus_utils::VoutDataFormat format, in PMBusWriteVoutCommandAction() 92 std::optional<int8_t> exponent, bool isVerified) : in PMBusWriteVoutCommandAction() 132 * Returns the optional exponent value used to convert the volts value to 135 * @return optional exponent value 137 std::optional<int8_t> getExponent() const in getExponent() 153 * Returns the optional volts value to write to VOUT_COMMAND. 155 * @return optional volts value [all …]
|
/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | pmbus_write_vout_command_action_tests.cpp | 30 #include <optional> 51 std::optional<double> volts{1.3}; in TEST() 53 std::optional<int8_t> exponent{-8}; in TEST() 71 std::optional<double> volts{}; in TEST() 73 std::optional<int8_t> exponent{}; in TEST() 89 std::optional<double> volts{}; in TEST() 91 std::optional<int8_t> exponent{}; in TEST() 139 std::optional<double> volts{1.3}; in TEST() 141 std::optional<int8_t> exponent{-8}; in TEST() 184 std::optional<double> volts{}; in TEST() [all …]
|
/openbmc/phosphor-bmc-code-mgmt/test/create_package/ |
H A D | firmware_device_id_area.hpp | 6 #include <optional> 10 uint8_t* b, ssize_t i, const std::optional<uint32_t>& optVendorIANA, 11 const std::optional<std::string>& optCompatible, 15 uint8_t* b, ssize_t i, const std::optional<uint32_t>& optVendorIANA, 16 const std::optional<std::string>& optCompatible,
|