/openbmc/entity-manager/src/ |
H A D | expression.cpp | 25 std::optional<Operation> parseOperation(std::string& op) in parseOperation() 29 return Operation::addition; in parseOperation() 33 return Operation::subtraction; in parseOperation() 37 return Operation::multiplication; in parseOperation() 41 return Operation::modulo; in parseOperation() 45 return Operation::division; in parseOperation() 51 int evaluate(int a, Operation op, int b) in evaluate() 55 case Operation::addition: in evaluate() 59 case Operation::subtraction: in evaluate() 63 case Operation::multiplication: in evaluate() [all …]
|
H A D | expression.hpp | 26 enum class Operation enum 35 std::optional<Operation> parseOperation(const std::string& op); 36 int evaluate(int a, Operation op, int b);
|
/openbmc/linux/Documentation/arch/xtensa/ |
H A D | atomctl.rst | 2 Atomic Operation Control (ATOMCTL) Register 5 We Have Atomic Operation Control (ATOMCTL) Register. 27 support the Internal Operation. 49 2 Internal Operation Internal Operation Reserved
|
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_reboot_bmc_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Reboot BMC" sub-menu of "Operation" menu. 44 Verify Canceling Operation On BMC Reboot Operation 45 [Documentation] Verify Canceling Operation On BMC Reboot operation 57 Verify BMC Reboot Operation
|
H A D | test_server_power_operations_sub_menu.robot | 8 Test Setup Run Keywords Launch Browser And Login GUI AND Navigate to Server Power Operation… 42 ... AND Navigate to Server Power Operation Page 55 ... AND Navigate to Server Power Operation Page 98 ... AND Navigate to Server Power Operation Page 116 ... AND Navigate to Server Power Operation Page 127 ... AND Navigate to Server Power Operation Page 142 ... AND Navigate to Server Power Operation Page 156 Navigate to Server Power Operation Page
|
/openbmc/openbmc-test-automation/redfish/update_service/ |
H A D | test_redfish_bmc_code_update.robot | 173 [Template] Verify Redfish Code Update With Different Interrupted Operation 174 [Teardown] Code Update Interrupted Operation Teardown 184 [Template] Verify Redfish Code Update With Different Interrupted Operation 185 [Teardown] Code Update Interrupted Operation Teardown 195 [Template] Verify Redfish Code Update With Different Interrupted Operation 196 [Teardown] Code Update Interrupted Operation Teardown 215 Code Update Interrupted Operation Teardown 233 Redfish BMC Reset Operation 347 Run Operation On BMC 369 ... Run Keywords Kernel Panic BMC Reset Operation AND [all …]
|
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/ |
H A D | r8192E_phy.h | 48 void rtl92e_init_gain(struct net_device *dev, u8 Operation); 55 void rtl92e_scan_op_backup(struct net_device *dev, u8 Operation);
|
/openbmc/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adc128d818.txt | 4 Operation modes: 29 - ti,mode: Operation mode (u8) (see above).
|
/openbmc/openbmc-test-automation/openpower/vpd/ |
H A D | test_vpd_tool.robot | 41 Verify VPD Component Read Operation ${component} 57 Verify VPD Field Read Operation ${component} 71 Verify VPD Field Write Operation ${component} ${field} 77 Verify VPD Component Read Operation 125 Verify VPD Field Read Operation 158 Verify VPD Field Write Operation
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | tvp7002.txt | 21 0 = Normal Operation (Active Low, Default) 27 0 = Normal Operation (Active Low, Default)
|
/openbmc/linux/tools/memory-model/Documentation/ |
H A D | cheatsheet.txt | 1 Prior Operation Subsequent Operation
|
/openbmc/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2_sas.h | 230 U8 Operation; /*0x00 */ member 287 U8 Operation; /*0x00 */ member
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi_sas.h | 221 U8 Operation; /* 00h */ member 263 U8 Operation; /* 00h */ member
|
/openbmc/libcper/sections/ |
H A D | cper-section-generic.c | 62 section_generic->Operation, in cper_section_generic_to_ir() 161 section_cper->Operation = (UINT8)readable_pair_to_integer(obj); in ir_section_generic_to_cper()
|
H A D | cper-section-arm.c | 290 cache_tlb_error->Operation, 11, in cper_arm_cache_tlb_error_to_ir() 296 cache_tlb_error->Operation, 9, in cper_arm_cache_tlb_error_to_ir() 364 bus_error->Operation, 7, in cper_arm_bus_error_to_ir() 790 error_info_cper->Operation = readable_pair_to_integer(obj); in ir_arm_error_cache_tlb_info_to_cper() 840 error_info_cper->Operation = readable_pair_to_integer(obj); in ir_arm_error_bus_info_to_cper() 843 error_info_cper->Operation = 0; in ir_arm_error_bus_info_to_cper()
|
/openbmc/libcper/include/libcper/ |
H A D | Cper.h | 359 UINT8 Operation; member 467 UINT64 Operation : 4; member 518 UINT64 Operation : 4; member 590 UINT64 Operation : 4; member 1406 UINT64 Operation : 4; member 1418 UINT64 Operation : 4; member 1430 UINT64 Operation : 4; member
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | parselogs-ignores-common.txt | 59 Failed to read LoaderConfigTimeoutOneShot variable, ignoring: Operation not supported 60 Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported
|
/openbmc/qemu/docs/specs/ |
H A D | tpm.rst | 147 | ``pprq`` | 0x4 | 0x109 | Operation request number to execute. See | 148 | | | | 'Physical Presence Interface Operation | 151 | ``pprm`` | 0x4 | 0x10d | Operation request optional parameter. | 162 |``next_step``| 0x1 | 0x159 | Operation to execute after reboot by | 174 | 0 | Operation is not implemented. | 176 | 1 | Operation is only accessible through firmware. | 178 | 2 | Operation is blocked for OS by firmware configuration. | 180 | 3 | Operation is allowed and physically present user required. | 182 | 4 | Operation is allowed and physically present user is not |
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/bluepy/bluepy/ |
H A D | 0001-bluepy-Fix-username-issue-with-tarballs.patch | 7 Cannot change ownership to uid 1000, gid 1000: Operation not permitted
|
/openbmc/webui-vue/src/views/Operations/Firmware/ |
H A D | FirmwareAlertServerPower.vue | 4 <!-- Operation in progress alert -->
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzcmop.c.inc | 2 * RISC-V translation routines for compressed May-Be-Operation(zcmop).
|
H A D | trans_rvzimop.c.inc | 2 * RISC-V translation routines for May-Be-Operation(zimop).
|
/openbmc/linux/drivers/staging/rtl8192u/ |
H A D | r819xU_phy.h | 77 void InitialGain819xUsb(struct net_device *dev, u8 Operation);
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-rtrs-client | 60 Operation is blocking and returns 0 if reconnect was successful. 67 Operation blocks until RTRS path is disconnected. 74 from the session. Operation blocks until the path is disconnected
|
/openbmc/openbmc/meta-security/recipes-security/paxctl/ |
H A D | paxctl_0.9.bb | 27 # Operation not permitted
|