/openbmc/phosphor-fan-presence/ |
H A D | hwmon_ffdc.cpp | 22 std::vector<std::string> output; in executeCommand() local 33 return output; in executeCommand() 37 output.emplace_back(buffer.data()); in executeCommand() 40 return output; in executeCommand() 88 std::vector<std::string> output; in getDmesgFFDC() local 103 output.push_back(line); in getDmesgFFDC() 104 if (output.back().back() == '\n') in getDmesgFFDC() 106 output.back().pop_back(); in getDmesgFFDC() 113 return output; in getDmesgFFDC()
|
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/ |
H A D | clamav.py | 32 status, output = self.target.run('freshclam --help ') 34 'Status and output:%s and %s' % (status, output)) 42 (status, output) = self.tc.target.copyTo(self.tmp_path, dst) 43 msg = 'File could not be copied. Output: %s' % output 46 status, output = self.target.run('ping -c 1 database.clamav.net') 47 msg = ('ping database.clamav.net failed: output is:\n%s' % output) 52 status, output = self.target.run('freshclam --show-progress') 54 'Status and output:%s and %s' % (status, output))
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | atomic.h | 36 int output; \ 43 : "=&r" (output) \ 52 int output; \ 59 : "=&r" (output) \ 63 return output; \ 69 int output, val; \ 76 : "=&r" (output), "=&r" (val) \ 80 return output; \
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enumoutput.rst | 53 - Identifies the output, set by the application. 61 - Type of the output, see :ref:`output-type`. 66 this was the currently selected video output. It is a bit mask. 67 The LSB corresponds to audio output 0, the MSB to output 31. Any 75 For details on audio outputs and how to select the current output 91 - This field provides capabilities for the output. See 92 :ref:`output-capabilities` for flags. 110 - This output is an analog TV modulator. 132 - This output supports setting video timings by using 136 - This output supports setting the TV standard by using [all …]
|
/openbmc/u-boot/cmd/ |
H A D | md5sum.c | 78 u8 output[16]; in do_md5sum() local 102 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum() 108 printf("%02x", output[i]); in do_md5sum() 112 store_result(output, *av); in do_md5sum() 121 if (memcmp(output, vsum, 16) != 0) { in do_md5sum() 125 printf("%02x", output[i]); in do_md5sum() 141 u8 output[16]; in do_md5sum() local 151 md5_wd(buf, len, output, CHUNKSZ_MD5); in do_md5sum() 156 printf("%02x", output[i]); in do_md5sum() 160 store_result(output, argv[3]); in do_md5sum()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-en7523.c | 26 void __iomem *output; member 39 u32 output = ioread32(ctrl->output); in airoha_dir_set() local 44 output |= BIT(gpio); in airoha_dir_set() 47 output &= ~BIT(gpio); in airoha_dir_set() 55 iowrite32(output, ctrl->output); in airoha_dir_set() 102 ctrl->output = devm_platform_ioremap_resource(pdev, 3); in airoha_gpio_probe() 103 if (IS_ERR(ctrl->output)) in airoha_gpio_probe() 104 return PTR_ERR(ctrl->output); in airoha_gpio_probe()
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/Entry/ |
H A D | meson.build | 5 output: [ 'common.hpp', 'server.cpp', 'server.hpp', 'aserver.hpp', 'client.hpp', ], 9 '--output', meson.current_build_dir(), 20 output: [ 'BMC.md' ], 24 '--output', meson.current_build_dir(), 35 output: [ 'FaultLog.md' ], 39 '--output', meson.current_build_dir(), 50 output: [ 'NIC.md' ], 54 '--output', meson.current_build_dir(), 65 output: [ 'System.md' ], 69 '--output', meson.current_build_dir(),
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.c | 190 unsigned long min_addr = (unsigned long)output; in handle_relocations() 280 static size_t parse_elf(void *output) in parse_elf() argument 292 memcpy(&ehdr, output, sizeof(ehdr)); in parse_elf() 317 dest = output; in parse_elf() 322 memmove(dest, output + phdr->p_offset, phdr->p_filesz); in parse_elf() 462 debug_putaddr(output); in extract_kernel() 473 (unsigned long *)&output, in extract_kernel() 478 if ((unsigned long)output & (MIN_KERNEL_ALIGN - 1)) in extract_kernel() 500 accept_memory(__pa(output), __pa(output) + needed_size); in extract_kernel() 503 entry_offset = decompress_kernel(output, virt_addr, error); in extract_kernel() [all …]
|
/openbmc/openbmc/meta-security/meta-tpm/lib/oeqa/runtime/cases/ |
H A D | tpm2.py | 41 status, output = self.target.run(cmd) 42 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 46 (status, output) = self.target.run('tpm2_pcrread') 56 self.check_endlines(output, expected_endlines) 63 (status, output) = self.target.run('p11-kit list-modules -v') 64 self.assertEqual(status, 0, msg="Modules missing: %s" % output) 68 (status, output) = self.target.run('swtpm_ioctl -i --tcp :2322') 69 self.assertEqual(status, 0, msg="swtpm reset failed: %s" % output)
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | for_each_hash_map_elem.c | 25 int output; member 40 data->output = 3; /* impossible path */ in check_hash_elem() 42 data->output = 4; in check_hash_elem() 44 data->output = data->input; in check_hash_elem() 70 data.output = 0; in check_percpu_elem() 72 percpu_output = data.output; in check_percpu_elem() 88 data.output = 0; in test_pkt_access() 90 hashmap_output = data.output; in test_pkt_access()
|
/openbmc/qemu/scripts/ |
H A D | update-syscalltbl.sh | 26 output="$2" 33 OUTPUT_PATH output directory, usually the qemu source tree (default: $PWD) 38 if [ -z "$output" ]; then 39 output="$PWD" 49 if ! cp "$linux/$src" "$output/$dst" ; then 50 echo "Cannot copy $linux/$src to $output/$dst" 1>&2
|
/openbmc/qemu/target/hexagon/ |
H A D | meson.build | 36 output: 'semantics_generated.pyinc', 60 output: 'printinsn_generated.h.inc', 69 output: 'op_attribs_generated.h.inc', 78 output: 'opcodes_def_generated.h.inc', 97 output: 'iset.py', 108 output: 'normal_decode_generated', 117 output: 'hvx_decode_generated', 126 output: 'subinsn_a_decode_generated', 135 output: 'subinsn_l1_decode_generated', 184 output: 'decode_hvx_generated.c.inc', [all …]
|
/openbmc/linux/Documentation/sphinx/ |
H A D | maintainers_include.py | 87 output = None 90 output = "| %s" % (line.replace("\\", "\\\\")) 111 output = field_content + "\n\n" 116 output = output + "%s\n%s" % (heading, "~" * len(heading)) 139 output = field_content + "\n" 144 output = line 147 if output != None: 148 for separated in output.split('\n'): 166 output = "\n".join(result) 171 statemachine.string2lines(output), path)
|
/openbmc/linux/Documentation/hwmon/ |
H A D | dps920ab.rst | 21 This driver implements support for Delta DPS920AB 920W 54V DC single output 45 curr2_input Measured output current 46 curr2_max Maximum output current 47 curr2_rated_max Maximum rated output current 54 in2_input Measured output voltage 55 in2_rated_min Minimum rated output voltage 56 in2_rated_max Maximum rated output voltage 64 power2_input Measured output power 65 power2_rated_max Maximum rated output power
|
H A D | ir35221.rst | 45 curr[2-3]_input Measured output current 48 curr[2-3]_highest Highest output current 49 curr[2-3]_lowest Lowest output current 63 in[2-3]_input Measured output voltage 64 in[2-3]_lcrit Critical minimum output voltage 66 in[2-3]_crit Critical maximum output voltage 68 in[2-3]_highest Highest output voltage 69 in[2-3]_lowest Lowest output voltage 70 in[2-3]_max Maximum output voltage 72 in[2-3]_min Minimum output voltage [all …]
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_log.py | 43 output = u_boot_console.run_command('log test %d' % testnum) 44 split = output.replace('\r', '').splitlines() 117 output = cons.run_command('log format %s' % fmt) 118 assert output == '' 119 output = cons.run_command('log rec arch notice file.c 123 func msg') 120 assert output == expected_output 125 output = cons.run_command('log format') 126 assert output == 'Log format: clFLfm'
|
/openbmc/linux/arch/arm64/boot/dts/amd/ |
H A D | amd-seattle-clks.dtsi | 12 clock-output-names = "adl3clk_100mhz"; 19 clock-output-names = "ccpclk_375mhz"; 26 clock-output-names = "sataclk_333mhz"; 33 clock-output-names = "pcieclk_500mhz"; 40 clock-output-names = "dmaclk_500mhz"; 47 clock-output-names = "miscclk_250mhz"; 54 clock-output-names = "uartspiclk_100mhz";
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | regulator-output.yaml | 5 $id: http://devicetree.org/schemas/regulator/regulator-output.yaml# 8 title: Regulator output connector 14 This describes a power output connector supplied by a regulator, 22 const: regulator-output 26 Phandle of the regulator supplying the output. 36 output { 37 compatible = "regulator-output";
|
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | fsl,irqsteer.yaml | 27 output 0 to 7. 29 - description: output interrupt 0 30 - description: output interrupt 1 31 - description: output interrupt 2 32 - description: output interrupt 3 33 - description: output interrupt 4 34 - description: output interrupt 5 35 - description: output interrupt 6 36 - description: output interrupt 7 53 u32 value representing the output channel that all input IRQs should be
|
/openbmc/phosphor-net-ipmid/ |
H A D | crypt_algo.cpp | 128 std::vector<uint8_t> output(inputLen + AESCBC128BlockSize); in decryptData() local 140 if (!EVP_DecryptUpdate(ctxPtr.get(), output.data(), &outputLen, input, in decryptData() 146 output.resize(outputLen); in decryptData() 148 return output; in decryptData() 154 std::vector<uint8_t> output(inputLen + AESCBC128BlockSize); in encryptData() local 157 if (!RAND_bytes(output.data(), AESCBC128ConfHeader)) in encryptData() 176 output.data())) in encryptData() 199 if (!EVP_EncryptUpdate(ctxPtr.get(), output.data() + AESCBC128ConfHeader, in encryptData() 206 output.resize(AESCBC128ConfHeader + outputLen); in encryptData() 208 return output; in encryptData()
|
/openbmc/openbmc/poky/meta/recipes-devtools/nasm/nasm/ |
H A D | 0002-Add-debug-prefix-map-option.patch | 159 diff --git a/output/outas86.c b/output/outas86.c 161 --- a/output/outas86.c 162 +++ b/output/outas86.c 181 diff --git a/output/outcoff.c b/output/outcoff.c 203 diff --git a/output/outelf.c b/output/outelf.c 205 --- a/output/outelf.c 206 +++ b/output/outelf.c 247 diff --git a/output/outieee.c b/output/outieee.c 260 diff --git a/output/outobj.c b/output/outobj.c 262 --- a/output/outobj.c [all …]
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-lenovo-hr630.dts | 411 output-high; 418 output-low; 425 output-high; 432 output-low; 439 output-low; 446 output-high; 502 output; 516 output-low; 523 output-low; 551 output-low; [all …]
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-daemon.txt | 38 to produce data periodically, like with --switch-output configuration 121 run = -m 10M -e cycles --overwrite --switch-output -a 124 run = -m 20M -e sched:* --overwrite --switch-output -a 136 [603350:cycles] perf record -m 10M -e cycles --overwrite --switch-output -a 146 output: /opt/perfdata/output 151 output: /opt/perfdata/session-cycles/output 157 output: /opt/perfdata/session-sched/output 165 The 'output' file is perf record output for specific session. 182 # tail -2 /opt/perfdata/session-cycles/output 193 # tail -2 /opt/perfdata/session-cycles/output [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | logrotate.py | 30 status, output = self.target.run('touch /var/log/wtmp') 34 status, output = self.target.run('mkdir /var/log//logrotate_dir') 35 msg = ('Could not create logrotate_dir. Output: %s' % output) 38 …status, output = self.target.run('echo "create \n olddir /var/log//logrotate_dir \n include /etc/l… 51 … status, output = self.target.run('echo "oeqa logrotate test file" > /var/log/logrotate_testfile') 55 …status, output = self.target.run('echo "/var/log/logrotate_testfile {\n missingok \n monthly \n ro… 59 …status, output = self.target.run('echo "create \n olddir /var/log//logrotate_dir \n include /etc/l… 63 …status, output = self.target.run('find /var/log//logrotate_dir -type f | grep logrotate_testfile.1…
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Telemetry/ |
H A D | meson.build | 6 output: [ 'Report.md' ], 10 '--output', meson.current_build_dir(), 21 output: [ 'ReportManager.md' ], 25 '--output', meson.current_build_dir(), 36 output: [ 'Trigger.md' ], 40 '--output', meson.current_build_dir(), 51 output: [ 'TriggerManager.md' ], 55 '--output', meson.current_build_dir(),
|