Home
last modified time | relevance | path

Searched refs:Argument (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/openpower-vpd-parser/vpd-manager/
H A Dreader_impl.cpp35 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
60 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LOCATIONCODE"), in getExpandedLocationCode()
70 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LOCATIONCODE"), in getExpandedLocationCode()
95 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LOCATIONCODE"), in getFrusAtLocation()
107 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LOCATIONCODE"), in getFrusAtLocation()
156 Argument::ARGUMENT_NAME("LOCATIONCODE"), in getCollapsedLocationCode()
157 Argument::ARGUMENT_VALUE(locationCode.c_str())); in getCollapsedLocationCode()
166 Argument::ARGUMENT_NAME("LOCATIONCODE"), in getCollapsedLocationCode()
167 Argument::ARGUMENT_VALUE(locationCode.c_str())); in getCollapsedLocationCode()
208 Argument::ARGUMENT_NAME("LOCATIONCODE"), in getCollapsedLocationCode()
[all …]
H A Dmanager.cpp664 using Argument = xyz::openbmc_project::Common::InvalidArgument; in collectFRUVPD() typedef
677 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Object Path"), in collectFRUVPD()
678 Argument::ARGUMENT_VALUE(objPath.c_str())); in collectFRUVPD()
756 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Object Path"), in collectFRUVPD()
757 Argument::ARGUMENT_VALUE(objPath.c_str())); in collectFRUVPD()
831 using Argument = xyz::openbmc_project::Common::InvalidArgument; in deleteFRUVPD() typedef
844 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Object Path"), in deleteFRUVPD()
845 Argument::ARGUMENT_VALUE(objPath.c_str())); in deleteFRUVPD()
857 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FRU not preset"), in deleteFRUVPD()
858 Argument::ARGUMENT_VALUE(objPath.c_str())); in deleteFRUVPD()
/openbmc/phosphor-debug-collector/
H A Ddump_utils.hpp237 using Argument = xyz::openbmc_project::Common::InvalidArgument; in extractOriginatorProperties() typedef
260 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ORIGINATOR_ID"), in extractOriginatorProperties()
261 Argument::ARGUMENT_VALUE("INVALID INPUT")); in extractOriginatorProperties()
287 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ORIGINATOR_TYPE"), in extractOriginatorProperties()
288 Argument::ARGUMENT_VALUE("INVALID INPUT")); in extractOriginatorProperties()
319 using Argument = xyz::openbmc_project::Common::InvalidArgument; in extractParameter() typedef
332 elog<InvalidArgument>(Argument::ARGUMENT_NAME(key.c_str()), in extractParameter()
333 Argument::ARGUMENT_VALUE("INVALID INPUT")); in extractParameter()
357 using Argument = xyz::openbmc_project::Common::InvalidArgument; in getErrorDumpType() typedef
366 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ERROR_TYPE"), in getErrorDumpType()
[all …]
H A Ddump_types.mako.cpp83 using Argument = xyz::openbmc_project::Common::InvalidArgument; in validateDumpType() typedef
104 elog<InvalidArgument>(Argument::ARGUMENT_NAME("BMC_DUMP_TYPE"), in validateDumpType()
105 Argument::ARGUMENT_VALUE(type.c_str())); in validateDumpType()
/openbmc/phosphor-certificate-manager/bmc-vmi-ca/
H A Dca_certs_manager.cpp19 using Argument = typedef
32 elog<InvalidArgument>(Argument::ARGUMENT_NAME("CSR"), in signCSR()
33 Argument::ARGUMENT_VALUE(csr.c_str())); in signCSR()
49 elog<InvalidArgument>(Argument::ARGUMENT_NAME("csr"), in signCSR()
50 Argument::ARGUMENT_VALUE(csr.c_str())); in signCSR()
/openbmc/phosphor-snmp/
H A Dsnmp_conf_manager.cpp25 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
47 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Address"), in client()
48 Argument::ARGUMENT_VALUE(address.c_str())); in client()
73 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ADDRESS"), in checkClientConfigured()
74 Argument::ARGUMENT_VALUE(address.c_str())); in checkClientConfigured()
86 Argument::ARGUMENT_NAME("ADDRESS"), in checkClientConfigured()
87 Argument::ARGUMENT_VALUE("Client already exist.")); in checkClientConfigured()
/openbmc/phosphor-bmc-code-mgmt/
H A Ddownload_manager.cpp34 using Argument = xyz::openbmc_project::common::InvalidArgument; in downloadViaTFTP() typedef
47 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FileName"), in downloadViaTFTP()
48 Argument::ARGUMENT_VALUE(fileName.c_str())); in downloadViaTFTP()
55 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ServerAddress"), in downloadViaTFTP()
56 Argument::ARGUMENT_VALUE(serverAddress.c_str())); in downloadViaTFTP()
H A Dversion.cpp27 using Argument = xyz::openbmc_project::common::InvalidArgument; typedef
57 Argument::ARGUMENT_NAME("manifestFilePath"), in getRepeatedValues()
58 Argument::ARGUMENT_VALUE(manifestFilePath.c_str())); in getRepeatedValues()
110 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Version"), in getId()
111 Argument::ARGUMENT_VALUE(version.c_str())); in getId()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp32 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
104 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapServerURI"), in createConfig()
105 Argument::ARGUMENT_VALUE(ldapServerURI.c_str())); in createConfig()
119 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LDAPBindDN"), in createConfig()
120 Argument::ARGUMENT_VALUE(ldapBindDN.c_str())); in createConfig()
127 elog<InvalidArgument>(Argument::ARGUMENT_NAME("LDAPBaseDN"), in createConfig()
128 Argument::ARGUMENT_VALUE(ldapBaseDN.c_str())); in createConfig()
H A Dldap_config.cpp43 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
377 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapServerURI"), in ldapServerURI()
378 Argument::ARGUMENT_VALUE(value.c_str())); in ldapServerURI()
430 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapBindDN"), in ldapBindDN()
431 Argument::ARGUMENT_VALUE(value.c_str())); in ldapBindDN()
473 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ldapBaseDN"), in ldapBaseDN()
789 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group name"), in checkPrivilegeMapper()
790 Argument::ARGUMENT_VALUE("Null")); in checkPrivilegeMapper()
809 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Privilege level"), in checkPrivilegeLevel()
810 Argument::ARGUMENT_VALUE("Null")); in checkPrivilegeLevel()
[all …]
/openbmc/phosphor-net-ipmid/command/
H A Dguid.cpp29 using Argument = xyz::openbmc_project::Common::InvalidArgument; in rfcToGuid() typedef
44 elog<InvalidArgument>(Argument::ARGUMENT_NAME("rfc4122"), in rfcToGuid()
45 Argument::ARGUMENT_VALUE(rfc4122.c_str())); in rfcToGuid()
56 elog<InvalidArgument>(Argument::ARGUMENT_NAME("rfc4122"), in rfcToGuid()
57 Argument::ARGUMENT_VALUE(rfc4122.c_str())); in rfcToGuid()
/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp54 using Argument = x3::variant<int64_t, double, UnquotedString, QuotedString>; typedef
58 Argument left;
60 Argument right;
/openbmc/phosphor-networkd/src/
H A Dethernet_interface.cpp39 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
270 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipaddress"), in ip()
287 Argument::ARGUMENT_NAME("prefixLength"), in ip()
326 elog<InvalidArgument>(Argument::ARGUMENT_NAME("ipAddress"), in neighbor()
339 elog<InvalidArgument>(Argument::ARGUMENT_NAME("macAddress"), in neighbor()
602 elog<InvalidArgument>(Argument::ARGUMENT_NAME("VLANId"), in createVLAN()
603 Argument::ARGUMENT_VALUE(idStr.c_str())); in createVLAN()
838 elog<InvalidArgument>(Argument::ARGUMENT_NAME("MACAddress"), in macAddress()
844 elog<InvalidArgument>(Argument::ARGUMENT_NAME("MACAddress"), in macAddress()
929 elog<InvalidArgument>(Argument::ARGUMENT_NAME("GATEWAY"), in normalizeGateway()
[all …]
H A Dsystem_configuration.cpp19 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
94 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Hostname"), in hostName()
95 Argument::ARGUMENT_VALUE(name.c_str())); in hostName()
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/
H A Ddump_manager_resource.cpp126 using Argument = xyz::openbmc_project::Common::InvalidArgument; in createDump() typedef
161 elog<InvalidArgument>(Argument::ARGUMENT_NAME("VSP_STRING"), in createDump()
162 Argument::ARGUMENT_VALUE("INVALID INPUT")); in createDump()
186 elog<InvalidArgument>(Argument::ARGUMENT_NAME("PASSWORD"), in createDump()
187 Argument::ARGUMENT_VALUE("INVALID INPUT")); in createDump()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dversion.cpp24 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
33 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FilePath"), in getValues()
34 Argument::ARGUMENT_VALUE(filePath.c_str())); in getValues()
/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp102 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
142 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group Name"), in checkAndThrowsForGroupChangeAllowed()
187 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in isUserExist()
188 Argument::ARGUMENT_VALUE("Null")); in isUserExist()
214 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Group Name"), in checkAndThrowForDisallowedGroupCreation()
252 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in throwForUserNameConstraints()
259 elog<InvalidArgument>(Argument::ARGUMENT_NAME("User name"), in throwForUserNameConstraints()
298 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Privilege"), in throwForInvalidPrivilege()
299 Argument::ARGUMENT_VALUE(priv.c_str())); in throwForInvalidPrivilege()
579 Argument::ARGUMENT_NAME("minPasswordLength"), in minPasswordLength()
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dversion.cpp26 using Argument = xyz::openbmc_project::Common::InvalidArgument; typedef
62 elog<InvalidArgument>(Argument::ARGUMENT_NAME("FilePath"), in getValue()
63 Argument::ARGUMENT_VALUE(filePath.c_str())); in getValue()
/openbmc/phosphor-logging/phosphor-rsyslog-config/
H A Dserver-conf.cpp126 using Argument = xyz::openbmc_project::common::InvalidArgument; in address() typedef
139 elog<InvalidArgument>(Argument::ARGUMENT_NAME("Address"), in address()
140 Argument::ARGUMENT_VALUE(value.c_str())); in address()
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A Dtmpfiles.suricata1 #Type Path Mode UID GID Age Argument
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dtmpfiles.clamav1 #Type Path Mode UID GID Age Argument
/openbmc/phosphor-inventory-manager/
H A Dpimgen.py157 class Argument(NamedElement, Renderer): class
162 super(Argument, self).__init__(**kw)
168 class TrivialArgument(Argument):
189 class InitializerList(Argument):
202 class DbusSignature(Argument):
216 class MethodCall(Argument):
/openbmc/qemu/target/riscv/
H A DXVentanaCondOps.decode17 # Argument sets
/openbmc/openbmc-test-automation/lib/
H A Ddump_utils.robot17 # Description of Argument(s):
44 # Description of Argument(s):
72 # Description of Argument(s):
110 # Description of Argument(s):
126 # Description of Argument(s):
162 # Description of Argument(s):
296 # Description of Argument(s):
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-configure-add-option-for-ps.patch49 + AC_DEFINE_UNQUOTED([PSARG], _("ax"), [Argument for ps])
86 -AC_DEFINE_UNQUOTED([PSARG], _("$PSARG"), [Argument for ps])

1234