Home
last modified time | relevance | path

Searched refs:output2 (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/scsirastools/scsirastools/
H A Dprint-format.patch97 - printf(output2); /*prog header*/
98 + printf("%s", output2); /*prog header*/
106 - if (!background) printf(output2); /*prog header*/
107 + if (!background) printf("%s", output2); /*prog header*/
164 - printf(output2); /*prog header*/
165 + printf("%s", output2); /*prog header*/
173 - if (!background) printf(output2); /*prog header*/
174 + if (!background) printf("%s", output2); /*prog header*/
207 - printf(output2); /*prog header*/
208 + printf("%s", output2); /*prog header*/
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dskeletoninit.py34 status, output2 = self.target.run(cmd)
36 '\n%s\n%s' % (output1, output2))
/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.hpp31 double output2; member
H A Dpid.cpp123 coreContext.output2 = output; in pid()
H A Dlogging.cpp94 file << "," << pc.feedFwdTerm << "," << pc.output1 << "," << pc.output2; in DumpContextData()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-pic32.c350 FUNCTION(U3RTS, output2),
351 FUNCTION(U4TX, output2),
353 FUNCTION(SS1OUT, output2),
354 FUNCTION(SS3OUT, output2),
355 FUNCTION(SS4OUT, output2),
356 FUNCTION(SS5OUT, output2),
358 FUNCTION(OC5, output2),
359 FUNCTION(OC8, output2),
360 FUNCTION(C1OUT, output2),
361 FUNCTION(REFCLKO3, output2),
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c607 u64 i0, i1, i2, i3, i4, output0, output1, output2, output3, output4; in format_fexpand() local
615 output2 = i2 >> 6 & 0x7ffffffffffffLLU; in format_fexpand()
620 output[2] = output2; in format_fexpand()
/openbmc/linux/drivers/platform/x86/
H A Dacer-wmi.c1172 struct acpi_buffer output2 = { ACPI_ALLOCATE_BUFFER, NULL }; in wmid3_set_device_status() local
1205 status = wmi_evaluate_method(WMID_GUID3, 0, 0x1, &set_input, &output2); in wmid3_set_device_status()
1209 obj = output2.pointer; in wmid3_set_device_status()