| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | bitops.rs | 15 Add<Self, Output = Self> + AddAssign<Self> + 16 BitAnd<Self, Output = Self> + BitAndAssign<Self> + 17 BitOr<Self, Output = Self> + BitOrAssign<Self> + 18 BitXor<Self, Output = Self> + BitXorAssign<Self> + 20 Div<Self, Output = Self> + DivAssign<Self> + 22 Mul<Self, Output = Self> + MulAssign<Self> + 23 Not<Output = Self> + Ord + PartialOrd + 24 Rem<Self, Output = Self> + RemAssign<Self> + 25 Shl<Self, Output = Self> + ShlAssign<Self> + 26 Shl<u32, Output = Self> + ShlAssign<u32> + // add more as needed [all …]
|
| /openbmc/qemu/rust/bits/src/ |
| H A D | lib.rs | 276 type Output = $struct_name; 277 fn bitand(self, rhs: $struct_name) -> Self::Output { 289 type Output = $struct_name; 290 fn bitxor(self, rhs: $struct_name) -> Self::Output { 302 type Output = $struct_name; 303 fn bitor(self, rhs: $struct_name) -> Self::Output { 315 type Output = $struct_name; 316 fn sub(self, rhs: $struct_name) -> Self::Output { 328 type Output = $struct_name; 329 fn not(self) -> Self::Output { [all …]
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | logging.bbclass | 16 # Output: logs console 26 # Output: logs 36 # Output: logs console 47 # Output: logs console 58 # Output: logs console 69 # Output: logs console 81 # Output: logs console 94 # Output: logs console
|
| /openbmc/u-boot/tools/patman/ |
| H A D | cros_subprocess.py | 271 def Output(self, stream, data): member in TestSubprocess.MyOperation 296 plist = Popen(['ps']).CommunicateFilter(oper.Output) 303 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 313 plist = Popen([cmd], shell=True).CommunicateFilter(oper.Output) 322 plist = Popen(cmd, shell=False).CommunicateFilter(oper.Output) 331 plist = Popen(cmd, shell=True).CommunicateFilter(oper.Output) 339 plist = Popen('pwd', shell=shell, cwd='/tmp').CommunicateFilter(oper.Output) 351 plist = Popen(cmd, shell=True, env=env).CommunicateFilter(oper.Output) 370 shell=True).CommunicateFilter(oper.Output) 383 plist = Popen(both_cmds, shell=True).CommunicateFilter(oper.Output) [all …]
|
| H A D | get_maintainer.py | 45 stdout = command.Output(get_maintainer, '--norolestats', fname)
|
| H A D | test_util.py | 48 stdout = command.Output('python-coverage', 'report')
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/ |
| H A D | usb.patch | 11 +{ "UP2OCR", 0x40600020, 0, 0xffffffff, 'x', "USB Port 2 Output Control Register" }, 12 +{ "UP2OCR_SEOS", 0x40600020, 24, 7, 'x', "USB Port 2 Single-Ended Output Select" }, 14 +{ "UP2OCR_HXS", 0x40600020, 16, 1, 'x', "USB Port 2 Tranceiver Output Select" },
|
| /openbmc/u-boot/drivers/net/mdio/ |
| H A D | Kconfig | 8 bool "Enable MDIO (Management Data Input/Output) drivers" 13 Input/Output.
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | dmtf_redfishtool_utils.robot | 27 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 46 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 66 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 84 ${rc} ${cmd_output}= Run and Return RC and Output ${cmd} 95 # cmd_output Output of an HTTP operation.
|
| /openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/ |
| H A D | 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch | 33 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize); 34 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize); 42 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize); 43 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize);
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 290.out | 15 # Output of qemu-img map 27 # Output of qemu-img map 46 # Output of qemu-img map 59 # Output of qemu-img map
|
| H A D | 286.out | 6 Output structure:
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | physical_context.hpp | 71 Output, enumerator 145 {PhysicalSubContext::Output, "Output"},
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | 0001-Disable-libunwind-cross-architecture-unwinding.patch | 26 @@ -1430,6 +1430,7 @@ fn run(self, builder: &Builder<'_>) -> Self::Output { 34 @@ -1447,12 +1448,10 @@ fn run(self, builder: &Builder<'_>) -> Self::Output {
|
| /openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/ |
| H A D | call_output_config.patch | 14 # Output answers to the script and display
|
| /openbmc/openbmc-test-automation/lib/serial_connection/ |
| H A D | serial_console_client.robot | 46 Read And Log BMC Serial Console Output 65 Read And Log BMC Serial Console Output
|
| /openbmc/pam-ipmi/ |
| H A D | .gitignore | 50 # Output binaries
|
| /openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/ |
| H A D | gpio.md | 5 A General Purpose Input/Output (GPIO) that can be read to obtain the pgood
|
| /openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
| H A D | tcl840.patch | 19 ExpOutputProc, /* Output proc. */
|
| /openbmc/qemu/rust/hw/char/pl011/src/ |
| H A D | device.rs | 49 type Output = u8; typedef 51 fn index(&self, idx: hwaddr) -> &Self::Output { in index() argument 70 fn index_mut(&mut self, idx: u32) -> &mut Self::Output { in index_mut() argument 76 type Output = registers::Data; typedef 78 fn index(&self, idx: u32) -> &Self::Output { in index() argument
|
| /openbmc/openbmc-test-automation/network/ |
| H A D | test_network_nping.robot | 57 ${rc} ${output}= Run And Return RC And Output ${cmd_buff} 65 # Sample Output from "nping" command:
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | pmbus_read_sensor.md | 17 | iout | Output current | 20 | pout | Output power | 23 | vout | Output voltage |
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/ |
| H A D | 0001-Define-ATTRIBUTE_UNUSED-if-its-not-defined.patch | 36 * Output newline and tab characters as escapes
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | atmel-hlcdc.txt | 10 - atmel,output-mode: LCD Controller Output Mode,
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/ |
| H A D | run-installed-tests-with-tap-output.patch | 27 + echo 'Output=TAP' >> $@.tmp; \
|