Home
last modified time | relevance | path

Searched full:procedure (Results 1 – 25 of 823) sorted by relevance

12345678910>>...33

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dfru_identity.hpp17 * @brief Specifies if the incoming maintenance procedure or
34 * procedure name may be used instead of the part number,
101 * Creates the object with a maintenance procedure callout.
103 * @param[in] procedureFromRegistry - The maintenance procedure name
113 * Creates the object with a maintenance procedure callout.
115 * @param[in] procedure - The maintenance procedure name.
116 * @param[in] type - If the procedure is the raw name or the registry name.
118 FRUIdentity(const std::string& procedure, CalloutValueType type);
190 * @brief Returns the maintenance procedure, if supplied
219 * It takes the place of the maintenance procedure ID.
[all …]
H A Dfru_identity.cpp109 FRUIdentity::FRUIdentity(const std::string& procedure, CalloutValueType type) in FRUIdentity() argument
114 setMaintenanceProcedure(procedure, type); in FRUIdentity()
241 void FRUIdentity::setMaintenanceProcedure(const std::string& procedure, in setMaintenanceProcedure() argument
249 if (pel_values::maintenanceProcedures.count(procedure)) in setMaintenanceProcedure()
251 fillArray(pel_values::maintenanceProcedures.at(procedure), in setMaintenanceProcedure()
256 lg2::error("Invalid maintenance procedure {PROCEDURE}", "PROCEDURE", in setMaintenanceProcedure()
257 procedure); in setMaintenanceProcedure()
264 fillArray(procedure, _pnOrProcedureID); in setMaintenanceProcedure()
H A Dcallout.hpp106 * out a maintenance procedure.
109 * @param[in] procedure - The maintenance procedure name
110 * @param[in] type - If the procedure is the raw name or the registry name
112 Callout(CalloutPriority priority, const std::string& procedure,
119 * out a maintenance procedure.
122 * @param[in] procedureFromRegistry - The maintenance procedure name
269 * Checks if the location codes then maintenance procedure
/openbmc/openpower-hw-diags/analyzer/
H A Dcallout.hpp100 /** @brief Container class for procedure callout service actions. */
101 class Procedure class
105 static const Procedure NEXTLVL;
109 static const Procedure SUE_SEEN;
114 * @param i_string The string representation of the procedure used for
117 Procedure(const std::string& i_string, const SrcSubsystem i_subsystem) : in Procedure() function in analyzer::callout::Procedure
122 /** The string representation of the procedure used for callouts. */
125 /** The associated SRC subsystem of the procedure. */
142 inline const Procedure Procedure::NEXTLVL{"next_level_support",
144 inline const Procedure Procedure::SUE_SEEN{"find_sue_root_cause",
[all …]
/openbmc/phosphor-logging/test/openpower-pels/
H A Dregistry_test.cpp496 "Procedure": "BMC0001" in TEST_F()
515 EXPECT_EQ(callouts[0].procedure, ""); in TEST_F()
520 EXPECT_EQ(callouts[1].procedure, ""); in TEST_F()
525 EXPECT_EQ(callouts[2].procedure, ""); in TEST_F()
530 EXPECT_EQ(callouts[3].procedure, ""); in TEST_F()
541 EXPECT_EQ(callouts[0].procedure, "BMC0001"); in TEST_F()
545 EXPECT_EQ(callouts[1].procedure, ""); in TEST_F()
601 EXPECT_EQ(callouts[0].procedure, ""); in TEST_F()
606 EXPECT_EQ(callouts[1].procedure, ""); in TEST_F()
615 EXPECT_EQ(callouts[0].procedure, ""); in TEST_F()
[all …]
/openbmc/docs/designs/
H A Derror-log-handling-for-phal.md35 3. libekb for hardware procedure execution
58 HWP: Hardware procedure. A "black box" code module supplied by the hardware team
68 platform and corresponding error XML files for each hardware procedure.
77 corresponding error xml files for each hardware procedure. Error XML specifies
80 generate a c++ header file which is used by the hardware procedure in capturing
84 parse the failure data returned by the hardware procedure methods and return
90 calls hardware procedures (HWP) of EKB library. Hardware procedure execution
92 hardware procedure execution failure.
106 ### Hardware procedure failure
109 parse the failure data returned by the hardware procedure methods and return
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/
H A Dbranch.json48 …"PublicDescription": "Procedure return with predicted address executed. This event counts when any…
51 …"BriefDescription": "Procedure return with predicted address executed. This event counts when any
54 …"PublicDescription": "Procedure return mispredicted due to address miscompare. This event counts w…
57 …"BriefDescription": "Procedure return mispredicted due to address miscompare. This event counts wh…
/openbmc/openbmc-test-automation/lib/
H A Dcmd.tcl24 …# Note: Because of the way this procedure processes parms, the user can specify blank values as a …
31 …t Indicates whether this procedure should run the print_issuing() proced…
33 …# test_mode If test_mode is set, this procedure will not actually run the co…
36 …# print_output If this is set, this procedure will print the stdout/stderr gene…
38 …# show_err If show_err is set, this procedure will print a standardized err…
40 …# ignore_err If ignore_err is set, this procedure will not fail if the shell …
41 …# fails. However, if ignore_err is not set, this procedure will e…
H A Descape.tcl17 # So, if you pass the following string to this procedure:
19 # This procedure will return the following:
35 # This procedure can help in converting bash expressions, which are quoted with single quotes, to
36 …# equivalent TCL expressions which are quoted with curly braces. This procedure will recognize and
97 …# This procedure can help in converting TCL expressions, which are quoted with curly braces, to eq…
98 …# bash expressions which are quoted with single quotes. This procedure will first convert single …
H A Dprint.tcl7 # Need "Expect" package for trap procedure.
27 …# NOTE: This procedure is designed expressly to work with this file's print procedures scheme (i.e.
28 …# print_x is a wrapper for sprint_x, etc.). In other words, this procedure may not be well-suited…
80 …# registered, this procedure will simply ignore it, i.e. there wil…
107 # Note: If environment variable GEN_PRINT_DEBUG is set, this procedure will do nothing.
182 …# This procedure is used by the qprint and dprint functions defined dynamically below, i.e. it wou…
196 …# This procedure is used by the qprintn and dprintn functions defined dynamically below, i.e. it w…
241 … the amount of time that has elapsed since the last time this procedure
330 # This procedure will visually align the output to look good next to print_time output.
362 # Note: This procedure relies on global var _gtp_default_print_var_width_
[all …]
H A Dhost.tcl11 …# If this procedure is unable to get the requested information, it will print an error message to …
50 # If this procedure is unable to get the requested information, it will
75 # If this procedure is unable to get the requested information, it will
103 # If this procedure is unable to get the requested information, it will
132 # If this procedure is unable to get the requested information, it will
157 # If this procedure is unable to get the requested information, it will
182 # If this procedure is unable to get the requested information, it will
H A Dtools.exp84 …# timeout. If set to 1, this procedure will print an error message…
211 …t Indicates whether this procedure should run the print_issuing() proced…
213 …# test_mode If test_mode is set, this procedure will not actually run the co…
216 …# show_err If show_err is set, this procedure will print a standardized err…
218 …# ignore_err If ignore_err is set, this procedure will not fail if the shell …
219 …# fails. However, if ignore_err is not set, this procedure will e…
H A Dsource.tcl3 # - Its my_source procedure provides several benefits (see my_source prolog below).
20 # This procedure runs much faster than [exec bash -c "which $file_name"].
45 # This procedure provides the following benefits verses just using the source command directly.
49 # - If "filex" is not found, this procedure will try to find "filex.tcl".
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
H A Dbranch.json48 …"PublicDescription": "Procedure return with predicted address executed.This event counts when any
51 …"BriefDescription": "Procedure return with predicted address executed.This event counts when any p…
54 …"PublicDescription": "Procedure return mis-predicted due to address mis-compare.This event counts …
57 …"BriefDescription": "Procedure return mis-predicted due to address mis-compare.This event counts w…
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp15 struct Procedure;
102 struct PROCEDURE struct
109 static constexpr auto str_short = "PROCEDURE"; argument
110 using type = std::tuple<std::decay_t<decltype("PROCEDURE=%u")>, uint32_t>; argument
111 explicit constexpr PROCEDURE(uint32_t a) : in PROCEDURE() function
112 _entry(entry("PROCEDURE=%u", a)) {}; in PROCEDURE()
117 struct Procedure struct
120 using PROCEDURE = _Procedure::PROCEDURE; typedef
121 using metadata_types = std::tuple<PROCEDURE>;
129 using Procedure = typedef
[all …]
/openbmc/openpower-proc-control/
H A Dregistration.hpp18 * This macro can be used in each procedure cpp file to make it
28 * Used to register procedures. Each procedure function can then
35 * Adds the procedure name and function to the internal
36 * procedure map.
38 * @param[in] name - the procedure name
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dkernel-dev.json13 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
35 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
57 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
79 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
101 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
123 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
145 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
167 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
189 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A Dmessage_registry.json240 { "Priority": "high", "Procedure": "BMC0001" } string
270 "Procedure": "BMC0002" string
294 { "Priority": "high", "Procedure": "BMC0001" } string
318 { "Priority": "high", "Procedure": "BMC0001" } string
342 { "Priority": "high", "Procedure": "BMC0001" } string
415 { "Priority": "high", "Procedure": "BMC0001" } string
457 { "Priority": "high", "Procedure": "BMC0001" }, string
481 { "Priority": "high", "Procedure": "BMC0001" } string
741 { "Priority": "high", "Procedure": "BMC0001" } string
839 { "Priority": "high", "Procedure": "BMC0001" } string
[all …]
/openbmc/linux/include/linux/sunrpc/
H A Dmetrics.h10 * information about each type of RPC procedure in a given RPC program.
22 * by procedure number. There is no need to maintain separate counter
41 * particular procedure. Some procedures may require more
52 * given RPC procedure type. This indicates how much load a
53 * particular procedure is putting on the network. These
H A Dclnt.h52 const struct rpc_procinfo *cl_procinfo; /* procedure info */
55 cl_maxproc; /* max procedure number */
114 const struct rpc_procinfo *procs; /* procedure array */
119 * Procedure information
122 u32 p_proc; /* RPC procedure number */
128 u32 p_statidx; /* Which procedure to account */
129 const char * p_name; /* name of procedure */
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dschema.json537 "procedure": { object
538 …"description": "The maintenance procedure callout. List of available procedures is at https://gith…
548 … is specified, it is a normal hardware FRU callout. If Procedure is specified, it is a procedure
559 "Procedure": { "$ref": "#/definitions/procedure" }, object
573 { "not": { "required": ["Procedure"] } },
581 { "not": { "required": ["Procedure"] } },
590 { "not": { "required": ["Procedure"] } },
604 { "not": { "required": ["Procedure"] } },
611 { "required": ["Procedure"] },
635 "Procedure": "SVCDOCS" string
[all …]
/openbmc/openbmc-test-automation/docs/
H A Dgui_setup_reference.md36 - Python Installation: Please follow the documented procedure available.
38 - Firefox Installation: Please follow the documented procedure available.
40 - geckodriver installation: Please follow the documented procedure available.
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_hsi.h332 FCOE_TASK_TX_STATE_ABTS /* Updated by TX path during abort procedure */,
333 /* Updated by TX path during exchange cleanup procedure */
337 * procedure
340 /* Updated by TX path during exchange cleanup first xfer procedure */
344 /* Updated by TX path during target exchange cleanup procedure */
346 /* Updated by TX path during sequence recovery procedure */
/openbmc/linux/drivers/acpi/acpica/
H A Dutdebug.c77 * PARAMETERS: function_name - Ascii string containing a procedure name
115 * function_name - Caller's procedure name
164 * current procedure nesting level, and the current procedure name in acpi_debug_print()
208 * function_name - Caller's procedure name in ACPI_EXPORT_SYMBOL()
247 * function_name - Caller's procedure name in ACPI_EXPORT_SYMBOL()
283 * function_name - Caller's procedure name in ACPI_EXPORT_SYMBOL()
319 * function_name - Caller's procedure name
355 * function_name - Caller's procedure name
391 * function_name - Caller's procedure name
429 * function_name - Caller's procedure name in ACPI_EXPORT_SYMBOL()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dmmc-pwrseq-emmc.yaml14 procedure, as described by Jedec 4.4 specification. This procedure is
32 reset procedure as described in Jedec 4.4 specification, the

12345678910>>...33