/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | registry_test.cpp | 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() 699 EXPECT_EQ(callouts[0].procedure, ""); in TEST_F() [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | fru_identity.cpp | 109 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() 257 procedure); in setMaintenanceProcedure() 264 fillArray(procedure, _pnOrProcedureID); in setMaintenanceProcedure()
|
H A D | fru_identity.hpp | 118 FRUIdentity(const std::string& procedure, CalloutValueType type); 291 void setMaintenanceProcedure(const std::string& procedure,
|
H A D | callout.cpp | 111 Callout::Callout(CalloutPriority priority, const std::string& procedure, in Callout() argument 120 _fruIdentity = std::make_unique<FRUIdentity>(procedure, type); in Callout()
|
H A D | src.cpp | 1033 if (!regCallout.procedure.empty()) in addRegistryCallout() 1036 callout = std::make_unique<src::Callout>(priority, regCallout.procedure, in addRegistryCallout() 1294 auto procedure = jsonCallout.at("Procedure").get<std::string>(); in addJSONCallout() local 1297 if (pv::maintenanceProcedures.find(procedure) != in addJSONCallout() 1300 procedure = pv::maintenanceProcedures.at(procedure); in addJSONCallout() 1304 static_cast<CalloutPriority>(priority), procedure, in addJSONCallout()
|
/openbmc/docs/designs/ |
H A D | error-log-handling-for-phal.md | 35 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 …]
|
H A D | ncsi-coredump.md | 45 NC-SI over RBT or NC-SI over MCTP protocol. All NC-SI dump procedure will be 56 The following block diagram illustrate entire dump procedure and relationship 113 We shall block duplicated dump procedure by the reception ordering of NC-SI
|
/openbmc/openpower-proc-control/ |
H A D | proc_control.cpp | 61 auto procedure = procedures.find(action); in main() local 63 if (procedure == procedures.end()) in main() 71 procedure->second(); in main()
|
/openbmc/openbmc-test-automation/docs/ |
H A D | gui_setup_reference.md | 35 - Python Installation: Please follow the documented procedure available. 37 - Firefox Installation: Please follow the documented procedure available. 39 - geckodriver installation: Please follow the documented procedure available.
|
/openbmc/qemu/docs/devel/migration/ |
H A D | virtio.rst | 26 This file attempts to document the current procedure and point out some 29 Save state procedure 66 Load state procedure 108 load_device() procedure is invoked by the core before subsections have
|
/openbmc/linux/Documentation/driver-api/ |
H A D | firewire.rst | 12 on IEEE 1394 bus by ISO/IEC 13213 (IEEE 1212) procedure, and to control 13 isochronous resources on the bus by IEEE 1394 procedure.
|
/openbmc/u-boot/board/boundary/nitrogen6x/ |
H A D | README.mx6qsabrelite | 31 To following procedure can be used to update the SPI-NOR on the SabreLite 88 Note: This procedure assumes you have booted using the desired U-Boot from an 97 In case you somehow do not succeed with this procedure you can upload U-Boot 113 reprogrammed and this procedure will need to be repeated if the board is
|
/openbmc/linux/arch/alpha/lib/ |
H A D | callback_srm.S | 28 ldq $27,0($2) # DISPATCH procedure descriptor (VMS call std) 46 ldq $27,16($2) # VA of FIXUP procedure descriptor
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-ad7192 | 26 Initiates the system calibration procedure. This is done on a 50 procedure. Reading returns the current calibration mode.
|
/openbmc/linux/Documentation/iio/ |
H A D | bno055.rst | 23 The IMU continuously performs an autocalibration procedure if (and only if) 33 calibration procedure every time (which consist of moving the IMU in
|
/openbmc/openbmc/meta-openpower/recipes-bsp/ekb/ |
H A D | ekb_git.bb | 1 SUMMARY = "To get required hardware procedure attribute xml files"
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | mx6_mx7_spl_secure_boot.txt | 9 step-by-step procedure on how to sign and securely boot an U-Boot image for 174 The procedure for closing the device is similar as in Non-SPL targets, for a 175 complete procedure please refer to section "1.5 Programming SRK Hash" in
|
/openbmc/linux/include/trace/events/ |
H A D | sunrpc.h | 686 __string(procedure, xdr->rqst ? 699 __assign_str(procedure, task->tk_msg.rpc_proc->p_name); 705 __assign_str(procedure, "unknown"); 721 __get_str(progname), __entry->version, __get_str(procedure), 753 __string(procedure, 765 __assign_str(procedure, task->tk_msg.rpc_proc->p_name); 780 __get_str(progname), __entry->version, __get_str(procedure), 1786 __string(procedure, svc_proc_name(rqst)) 1796 __assign_str(procedure, svc_proc_name(rqst)); 1804 __get_str(procedure) [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | s390-dasd-ipl.rst | 55 is kicked off by the user initiating a "Load" procedure from the hardware 56 management console. This "Load" procedure crafts a special "Read IPL" ccw in 63 procedure then loads the psw from ``0x0``. 101 procedure we defined in the preceding section. So we compensate by doing the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jsonrpc/ |
H A D | jsonrpc_1.4.1.bb | 3 protocol in C++. JSON-RPC is a lightweight remote procedure \
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | initrd.rst | 31 change_root procedure is followed. see the "Obsolete root change 47 procedure. Also note that file systems mounted under initrd continue to 76 initrd is mounted as root, and the normal boot procedure is followed, 107 If the root file system is created during the boot procedure (i.e. if 109 procedure should create the ``/initrd`` directory. 216 The procedure involves the following steps: 276 kernel configuration at system installation. The procedure would work
|
/openbmc/openbmc/meta-yadro/recipes-yadro/cli/ |
H A D | obmc-yadro-cli_git.bb | 33 # Custom installation procedure
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-health.rst | 81 * Invoke recovery procedure 95 - Triggers reporter's recovery procedure.
|
/openbmc/linux/Documentation/devicetree/bindings/power/reset/ |
H A D | ltc2952-poweroff.txt | 21 assertion before executing shut down procedure.
|
/openbmc/openbmc/meta-security/meta-integrity/recipes-core/initrdscripts/ |
H A D | initramfs-framework-ima.bb | 17 # Force proceed IMA procedure even 'no_ima' boot parameter is available.
|