Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 132) sorted by relevance

123456

/openbmc/qemu/rust/qemu-api/src/
H A Dbitops.rs15 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 Dlib.rs276 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 Dlogging.bbclass16 # 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 Dcros_subprocess.py271 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 Dget_maintainer.py45 stdout = command.Output(get_maintainer, '--norolestats', fname)
H A Dtest_util.py48 stdout = command.Output('python-coverage', 'report')
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dusb.patch11 +{ "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 DKconfig8 bool "Enable MDIO (Management Data Input/Output) drivers"
13 Input/Output.
/openbmc/openbmc-test-automation/lib/
H A Ddmtf_redfishtool_utils.robot27 ${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 D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch33 - 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 D290.out15 # 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 D286.out6 Output structure:
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dphysical_context.hpp71 Output, enumerator
145 {PhysicalSubContext::Output, "Output"},
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A D0001-Disable-libunwind-cross-architecture-unwinding.patch26 @@ -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 Dcall_output_config.patch14 # Output answers to the script and display
/openbmc/openbmc-test-automation/lib/serial_connection/
H A Dserial_console_client.robot46 Read And Log BMC Serial Console Output
65 Read And Log BMC Serial Console Output
/openbmc/pam-ipmi/
H A D.gitignore50 # Output binaries
/openbmc/phosphor-power/phosphor-power-sequencer/docs/config_file/
H A Dgpio.md5 A General Purpose Input/Output (GPIO) that can be read to obtain the pgood
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A Dtcl840.patch19 ExpOutputProc, /* Output proc. */
/openbmc/qemu/rust/hw/char/pl011/src/
H A Ddevice.rs49 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 Dtest_network_nping.robot57 ${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 Dpmbus_read_sensor.md17 | iout | Output current |
20 | pout | Output power |
23 | vout | Output voltage |
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlstarlet/files/
H A D0001-Define-ATTRIBUTE_UNUSED-if-its-not-defined.patch36 * Output newline and tab characters as escapes
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Datmel-hlcdc.txt10 - atmel,output-mode: LCD Controller Output Mode,
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-graphics/clutter/clutter-1.0/
H A Drun-installed-tests-with-tap-output.patch27 + echo 'Output=TAP' >> $@.tmp; \

123456