Home
last modified time | relevance | path

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

12345678910>>...33

/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/extensions/openpower-pels/
H A Dfru_identity.hpp16 * @brief Specifies if the incoming maintenance procedure or
33 * procedure name may be used instead of the part number,
100 * Creates the object with a maintenance procedure callout.
102 * @param[in] procedureFromRegistry - The maintenance procedure name
112 * Creates the object with a maintenance procedure callout.
114 * @param[in] procedure - The maintenance procedure name.
115 * @param[in] type - If the procedure is the raw name or the registry name.
117 FRUIdentity(const std::string& procedure, CalloutValueType type);
189 * @brief Returns the maintenance procedure, if supplied
218 * It takes the place of the maintenance procedure ID.
[all …]
H A Dfru_identity.cpp107 FRUIdentity::FRUIdentity(const std::string& procedure, CalloutValueType type) in FRUIdentity() argument
112 setMaintenanceProcedure(procedure, type); in FRUIdentity()
239 void FRUIdentity::setMaintenanceProcedure(const std::string& procedure, in setMaintenanceProcedure() argument
247 if (pel_values::maintenanceProcedures.count(procedure)) in setMaintenanceProcedure()
249 fillArray(pel_values::maintenanceProcedures.at(procedure), in setMaintenanceProcedure()
254 lg2::error("Invalid maintenance procedure {PROCEDURE}", "PROCEDURE", in setMaintenanceProcedure()
255 procedure); in setMaintenanceProcedure()
262 fillArray(procedure, _pnOrProcedureID); in setMaintenanceProcedure()
H A Dcallout.hpp108 * out a maintenance procedure.
111 * @param[in] procedure - The maintenance procedure name
112 * @param[in] type - If the procedure is the raw name or the registry name
114 Callout(CalloutPriority priority, const std::string& procedure,
121 * out a maintenance procedure.
124 * @param[in] procedureFromRegistry - The maintenance procedure name
271 * Checks if the location codes then maintenance procedure
/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".
H A Dopt.tcl13 …# Note: This procedure assumes that global list longoptions has been initialized via a call to the
14 # longoptions procedure.
51 …# Note: Because this procedure manipulates global variables, we use the "_opt_<varname>_" format to
101 …# Note: Because this procedure manipulates global variables, we use the "_opt_<varname>_" format to
136 …# Note: This procedure assumes that global list longoptions has been initialized via a call to the
137 # longoptions procedure and that global pos_parms has been initialized via a call to the pos_parms
138 …# procedure. These data structures indicates what options and arguments are supported by the call…
154 …# Note: Because this procedure manipulates global variables, we use the "_opt_<varname>_" format to
329 # Set defaults for args to this procedure.
387 …# Note: To use this procedure, the user must create a global help_dict containing entries for each…
[all …]
/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() argument
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" string
892 { "Priority": "medium", "Procedure": "BMC0001" } global() string
998 { "Priority": "medium", "Procedure": "BMC0001" } global() string
1099 "Procedure": "BMC0008" global() string
1154 "Procedure": "BMC0002" global() string
1206 "Procedure": "BMC0002" global() string
1241 "Procedure": "BMC0002" global() string
1271 "Procedure": "BMC0002" global() string
1305 "Procedure": "BMC0002" global() string
1339 "Procedure": "BMC0002" global() string
1373 "Procedure": "BMC0002" global() string
1407 "Procedure": "BMC0002" global() string
1441 "Procedure": "BMC0002" global() string
1475 "Procedure": "BMC0002" global() string
1509 "Procedure": "BMC0002" global() string
1543 "Procedure": "BMC0002" global() string
1576 "Procedure": "BMC0002" global() string
1661 "Procedure": "BMC0002" global() string
2405 { "Priority": "high", "Procedure": "BMC0001" } global() string
2506 { "Priority": "high", "Procedure": "BMC0005" } global() string
2604 { "Priority": "high", "Procedure": "BMC0005" } global() string
3083 "Procedure": "BMC0005" global() string
3921 { "Priority": "high", "Procedure": "BMC0001" } global() string
3951 { "Priority": "high", "Procedure": "BMC0001" } global() string
4131 { "Priority": "high", "Procedure": "BMC0001" } global() string
4210 { "Priority": "high", "Procedure": "BMC0001" } global() string
5125 { "Priority": "high", "Procedure": "BMC0001" } global() string
5157 "Procedure": "BMC0007" global() string
5186 { "Priority": "high", "Procedure": "BMC0001" } global() string
5242 { "Priority": "high", "Procedure": "BMC0001" } global() string
5273 "Procedure": "BMC0007" global() string
5327 "Procedure": "BMC0002" global() string
5360 "Procedure": "BMC0002" global() string
5393 { "Priority": "high", "Procedure": "BMC0001" } global() string
5462 "Procedure": "BMC0001" global() string
5490 "Procedure": "BMC0001" global() string
5562 { "Priority": "high", "Procedure": "BMC0001" } global() string
5588 { "Priority": "high", "Procedure": "BMC0001" } global() string
5611 { "Priority": "high", "Procedure": "BMC0001" } global() string
5635 { "Priority": "high", "Procedure": "BMC0001" } global() string
5658 { "Priority": "high", "Procedure": "BMC0001" } global() string
5681 { "Priority": "high", "Procedure": "BMC0001" } global() string
5704 { "Priority": "high", "Procedure": "BMC0001" } global() string
5727 { "Priority": "high", "Procedure": "BMC0001" } global() string
5750 { "Priority": "high", "Procedure": "BMC0001" } global() string
5773 { "Priority": "high", "Procedure": "BMC0001" } global() string
5805 { "Priority": "high", "Procedure": "BMC0001" } global() string
5832 { "Priority": "high", "Procedure": "BMC0001" } global() string
5854 { "Priority": "high", "Procedure": "BMC0001" } global() string
5875 { "Priority": "high", "Procedure": "BMC0001" } global() string
5896 { "Priority": "medium", "Procedure": "BMC0001" } global() string
5917 { "Priority": "high", "Procedure": "BMC0001" } global() string
5938 { "Priority": "high", "Procedure": "BMC0001" } global() string
5959 { "Priority": "high", "Procedure": "BMC0001" } global() string
5980 { "Priority": "high", "Procedure": "BMC0001" } global() string
6001 { "Priority": "high", "Procedure": "BMC0001" } global() string
6022 { "Priority": "medium", "Procedure": "BMC0001" } global() string
6043 { "Priority": "high", "Procedure": "BMC0001" } global() string
6064 { "Priority": "high", "Procedure": "BMC0001" } global() string
6085 { "Priority": "high", "Procedure": "BMC0001" } global() string
6106 { "Priority": "high", "Procedure": "BMC0001" } global() string
6127 { "Priority": "high", "Procedure": "BMC0001" } global() string
6148 { "Priority": "high", "Procedure": "BMC0001" } global() string
6170 { "Priority": "high", "Procedure": "BMC0001" } global() string
6191 { "Priority": "high", "Procedure": "BMC0001" } global() string
6212 { "Priority": "high", "Procedure": "BMC0001" } global() string
6233 { "Priority": "high", "Procedure": "BMC0001" } global() string
6254 { "Priority": "high", "Procedure": "BMC0001" } global() string
6275 { "Priority": "high", "Procedure": "BMC0001" } global() string
6296 { "Priority": "high", "Procedure": "BMC0001" } global() string
6317 { "Priority": "high", "Procedure": "BMC0001" } global() string
6351 { "Priority": "high", "Procedure": "BMC0001" } global() string
6372 { "Priority": "high", "Procedure": "BMC0001" } global() string
6393 { "Priority": "high", "Procedure": "BMC0001" } global() string
6580 "Procedure": "BMC0002" global() 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/openpower-vpd-parser/vpd-manager/include/
H A Devent_logger.hpp64 * @todo: Symbolic FRU and procedure callout needs to be handled in this
78 * @param[in] i_procedure - Procedure callout data [optional].
149 * @param[in] i_procedure - Procedure callout data [optional].
151 * @todo: Symbolic FRU and procedure callout needs to be handled in this
178 * @param[in] i_procedure - Procedure callout data [optional].
180 * @todo: Symbolic FRU and procedure callout needs to be handled in this
206 * @todo: Symbolic FRU and procedure callout needs to be handled in this
219 * @param[in] i_procedure - Procedure callout data [optional].
/openbmc/openbmc-test-automation/docs/
H A Dgui_setup_reference.md38 - Python Installation: Please follow the documented procedure available.
40 - Firefox Installation: Please follow the documented procedure available.
42 - 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 */

12345678910>>...33