Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 739) sorted by relevance

12345678910>>...30

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/openbox/files/
H A D0001-openbox-xdg-autostart-convert-to-python3.patch27 - print
28 - print >>sys.stderr, "ERROR:", ME, "requires PyXDG to be installed"
29 - print
30 + print()
31 + print("ERROR:", ME, "requires PyXDG to be installed", file=sys.stderr)
32 + print()
40 - print "Invalid .desktop file: " + path
41 + print("Invalid .desktop file: " + path)
49 - print "\t ", str
50 + print("\t ", str)
[all …]
/openbmc/linux/kernel/time/
H A Dtimeconst.bc44 print "/* Automatically generated by kernel/time/timeconst.bc */\n"
45 print "/* Time conversion constants for HZ == ", hz, " */\n"
46 print "\n"
48 print "#ifndef KERNEL_TIMECONST_H\n"
49 print "#define KERNEL_TIMECONST_H\n\n"
51 print "#include <linux/param.h>\n"
52 print "#include <linux/types.h>\n\n"
54 print "#if HZ != ", hz, "\n"
55 print "#error \qinclude/generated/timeconst.h has the wrong HZ value!\q\n"
56 print "#endif\n\n"
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libauthen/libauthen-radius-perl/
H A Dtest.pl-adjust-for-ptest.patch25 -BEGIN {print "1..5\n";}
26 -END {print "not ok 1\n" unless $loaded;}
27 +BEGIN {print "Start testing for libauthen-radius-perl\n";}
28 +END {print "\nFAIL: test1\n" unless $loaded;}
31 -print "ok 1\n";
32 +print "\nPASS: test1\n";
36 @@ -19,26 +19,31 @@ print "ok 1\n";
45 print "Make sure this machine is in your Radius clients file!\n";
46 -print "Enter hostname[:port] of your Radius server: "; chomp ($host = <STDIN>);
47 -print "Enter shared-secret of your Radius server: "; chomp ($secret = <STDIN>);
[all …]
/openbmc/linux/tools/testing/selftests/size/
H A Dget_size.c35 static int print(const char *s) in print() function
65 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num()
73 print(s); in print_k_value()
79 print("\n"); in print_k_value()
91 print("TAP version 13\n"); in _start()
92 print("# Testing system size.\n"); in _start()
96 print("not ok 1"); in _start()
97 print(test_name); in _start()
98 print(" ---\n reason: \"could not get sysinfo\"\n ...\n"); in _start()
101 print("ok 1"); in _start()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libteam/libteam/
H A D0001-team_basic_test.py-switch-to-python3.patch29 - print "Usage: team_basic_test.py [OPTION...]"
30 - print ""
31 - print " -h, --help print this message"
32 - print " -c, --loop-count=NUMBER number of loops (default 1)"
33 - print " -p, --port=NETDEV port device (can be defined multiple times)"
34 + print("Usage: team_basic_test.py [OPTION...]")
35 + print("")
36 + print(" -h, --help print this message")
37 + print(" -c, --loop-count=NUMBER number of loops (default 1)")
38 + print(" -p, --port=NETDEV port device (can be defined multiple times)")
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dabat.patch10 - XPID=$( ps ax | awk '{print $1, $5}' | grep glxgears | awk '{print $1}')
11 + XPID=$( ps | awk '{print $1, $5}' | grep glxgears | awk '{print $1}')
23 -XPID=$( ps ax | awk '{print $1, $5}' | egrep "X$|Xorg$" | awk '{print $1}')
24 +XPID=$( ps | awk '{print $1, $6}' | egrep "X$|Xorg$" | awk '{print $1}')
36 -PXID=$(ps ax |awk '{print $1,$5}' |egrep "Xorg$|X$" |grep -v grep | awk '{print $1}')
37 +PXID=$(ps |awk '{print $1,$6}' |egrep "Xorg$|X$" |grep -v grep | awk '{print $1}')
59 - XPID=$( ps ax | awk '{print $1, $5}' | egrep "X$|Xorg$" |grep -v grep| awk '{print $1}')
60 + XPID=$( ps | awk '{print $1, $6}' | egrep "X$|Xorg$" |grep -v grep| awk '{print $1}')
/openbmc/linux/include/trace/
H A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
45 PARAMS(print)); \
51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
76 assign, print, reg, unreg) \ argument
78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
82 assign, print, reg, unreg) \ argument
84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \
115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument
[all …]
H A Dtrace_custom_events.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument
33 PARAMS(print)); \
41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
93 trace_event_printf(iter, print); \
108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument
120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
[all …]
H A Ddefine_trace.h27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument
37 PARAMS(print))
41 assign, print, reg, unreg) \ argument
46 assign, print, reg, unreg) \ argument
50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
/openbmc/linux/arch/alpha/kernel/
H A Derr_titan.c27 titan_parse_c_misc(u64 c_misc, int print) in titan_parse_c_misc() argument
43 if (!print) in titan_parse_c_misc()
74 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument
112 if (!print) in titan_parse_p_serror()
141 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument
229 if (!print) in titan_parse_p_perror()
275 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument
318 if (!print) in titan_parse_p_agperror()
359 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() argument
362 status |= titan_parse_p_serror(which, serror, print); in titan_parse_p_chip()
[all …]
H A Derr_ev6.c23 ev6_parse_ibox(u64 i_stat, int print) in ev6_parse_ibox() argument
33 if (!print) in ev6_parse_ibox()
43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument
64 if (!print) in ev6_parse_mbox()
91 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() argument
133 if (!print) in ev6_parse_cbox()
187 ev6_process_logout_frame(struct el_common *mchk_header, int print) in ev6_process_logout_frame() argument
193 status |= ev6_parse_ibox(ev6mchk->I_STAT, print); in ev6_process_logout_frame()
195 ev6mchk->C_STAT, print); in ev6_process_logout_frame()
198 ev6mchk->C_STS, print); in ev6_process_logout_frame()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/
H A Dnew-test-inotify.patch79 + print("ACTUAL:")
80 + print("")
83 + print(event)
85 + print("")
87 + print("EXPECTED:")
88 + print("")
91 + print(event)
121 + print("ACTUAL:")
122 + print("")
125 + print(event)
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/libxml-libxml-perl/
H A Ddisable-libxml2-check.patch22 -print "Checking for ability to link against xml2...";
24 - print "yes\n";
27 - print "no\n";
28 - print "Checking for ability to link against libxml2...";
30 - print "yes\n";
33 - print STDERR <<"DEATH";
48 +#print "Checking for ability to link against xml2...";
50 +# print "yes\n";
53 +# print "no\n";
54 +# print "Checking for ability to link against libxml2...";
[all …]
/openbmc/linux/rust/kernel/
H A Dprint.rs161 $crate::print::call_printk(
172 $crate::print::call_printk_cont(
216 $crate::print_macro!($crate::print::format_strings::EMERG, false, $($arg)*)
240 $crate::print_macro!($crate::print::format_strings::ALERT, false, $($arg)*)
264 $crate::print_macro!($crate::print::format_strings::CRIT, false, $($arg)*)
288 $crate::print_macro!($crate::print::format_strings::ERR, false, $($arg)*)
312 $crate::print_macro!($crate::print::format_strings::WARNING, false, $($arg)*)
336 $crate::print_macro!($crate::print::format_strings::NOTICE, false, $($arg)*)
361 $crate::print_macro!($crate::print::format_strings::INFO, false, $($arg)*)
388 $crate::print_macro!($crate::print::format_strings::DEBUG, false, $($arg)*)
[all …]
/openbmc/bios-bmc-smm-error-logger/src/rde/
H A Drde_handler.cpp41 stdplus::print(stderr, "Invalid command type\n"); in decodeRdeCommand()
64 stdplus::print(stderr, "Operation not supported\n"); in operationInitRequest()
71 stdplus::print(stderr, "Payload should fit in within the request\n"); in operationInitRequest()
78 stdplus::print(stderr, in operationInitRequest()
87 stdplus::print(stderr, "Annotation dictionary not found\n"); in operationInitRequest()
109 stdplus::print(stderr, "BEJ decoding failed.\n"); in operationInitRequest()
116 stdplus::print(stderr, "Failed to write to ExternalStorer.\n"); in operationInitRequest()
156 stdplus::print(stderr, "Invalid transfer flag: {}\n", in multiPartReceiveResp()
207 stdplus::print(stderr, "Checksum failed. Ex: {} Calculated: {}\n", in handleCrc()
234 stdplus::print( in handleFlagMiddle()
[all …]
H A Dexternal_storer_file.cpp23 stdplus::print(stderr, "Failed to create a folder at {}\n", in createFolder()
78 stdplus::print(stderr, "JSON parse error: \n{}\n", e.what()); in publishJson()
86 stdplus::print(stderr, "@odata.type field doesn't exist in:\n {}\n", in publishJson()
129 stdplus::print(stderr, in processLogEntry()
143 stdplus::print( in processLogEntry()
164 stdplus::print(stderr, in processLogEntry()
191 stdplus::print(stderr, "@odata.id field doesn't exist in:\n {}\n", in processLogService()
198 stdplus::print(stderr, "Id field doesn't exist in:\n {}\n", in processLogService()
207 stdplus::print(stderr, in processLogService()
223 stdplus::print(stderr, "@odata.id field doesn't exist in:\n {}\n", in processOtherTypes()
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/
H A D0001-fail.py-handle-missing-cgitb.patch42 print('', file=sys.stderr)
58 print(''.join(traceback.format_exception(*exc_info)), file=sys.stderr)
59 - print('', file=sys.stderr)
60 print('An unexpected error occurred!', file=sys.stderr)
61 print('', file=sys.stderr)
62 - print('For details, see %s' % file.name, file=sys.stderr)
64 + print('For details, see %s' % file.name, file=sys.stderr)
65print('Please consider reporting a bug at https://gitlab.com/apparmor/apparmor/-/issues', file=sys…
66 - print('and attach this file.', file=sys.stderr)
68 + print('and attach this file.', file=sys.stderr)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/
H A D0001-wireshark-src-improve-reproducibility.patch22 print("/*")
23 print(" * Do not modify this file. Changes will be overwritten.")
24 - print(" * Generated automatically from %s" % (sys.argv[0]))
25 + print(" * Generated automatically from %s" % (os.path.basename(sys.argv[0])))
26 print(" */\n")
28 print("""
/openbmc/qemu/disas/
H A Dcapstone.c108 fprintf_function print = info->fprintf_func; in cap_dump_insn_units() local
115 print(stream, " %08x", ldl_be_p(insn->bytes + i)); in cap_dump_insn_units()
120 print(stream, " %08x", ldl_le_p(insn->bytes + i)); in cap_dump_insn_units()
128 print(stream, " %04x", lduw_be_p(insn->bytes + i)); in cap_dump_insn_units()
132 print(stream, " %04x", lduw_le_p(insn->bytes + i)); in cap_dump_insn_units()
139 print(stream, " %02x", insn->bytes[i]); in cap_dump_insn_units()
147 fprintf_function print = info->fprintf_func; in cap_dump_insn() local
151 print(stream, "0x%08" PRIx64 ": ", insn->address); in cap_dump_insn()
163 print(stream, "%*s", width, ""); in cap_dump_insn()
167 print(stream, " %-8s %s\n", insn->mnemonic, insn->op_str); in cap_dump_insn()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A Dorganize_distro_discovery.patch61 - print STDERR "$err Couldn't determine Mandrake/Mandriva version! Setting to 10.1!\n";
71 - print STDERR "$err Couldn't determine Immunix version! Setting to 6.2!\n";
90 - print STDERR "$err Could not determine Fedora version! Setting to Fedora Core 8\n";
104 + print STDERR "$err Could not infer Mandrake/Mandriva version! Setting to 10.1!\n";
114 + print STDERR "$err Could not infer Immunix version! Setting to 6.2!\n";
144 + print STDERR "$err Could not infer Fedora version! Setting to Fedora Core 8\n";
174 - print STDERR "$err Could not determine CentOS version! Setting to Red Hat Enterprise 4 AS.\n…
180 - print STDERR "$err Couldn't determine Red Hat version! Setting to 9!\n";
191 - print STDERR "$err System is not running a stable Debian GNU/Linux version. Setting to $stable.\…
215 + print STDERR "$err Could not infer CentOS version! Setting to Red Hat Enterprise 4 AS.\n";
[all …]
/openbmc/linux/net/mac80211/
H A Ddebug.h90 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3);
92 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...)
97 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
98 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__)
101 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
102 __wiphy_dbg(wiphy, print, fmt, ##__VA_ARGS__)
110 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
112 if (print) \
123 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
125 if (print) \
/openbmc/linux/kernel/trace/
H A Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
70 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
79 printk(print); \
83 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument
84 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print))
133 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument
185 .print_fmt = print, \
192 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/nvme-cli/
H A D0001-nvme-print-add-fallback-for-non-standard-locale-cate.patch4 Subject: [PATCH] nvme-print: add fallback for non-standard locale category
19 nvme-print.c | 4 ++++
22 diff --git a/nvme-print.c b/nvme-print.c
24 --- a/nvme-print.c
25 +++ b/nvme-print.c
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A Dcross-clang.patch11 -KLIBCCPPFLAGS += -isystem $(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include)
14 + -I$(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-file-name=include)
22 …$(shell $(KLIBCCC) $(KLIBCCFLAGS) $(if $(filter gcc,$(cc-name)),--print-libgcc,--print-libgcc-file…
23 +KLIBCLIBGCC_DEF := $(shell $(KLIBCCC) $(KLIBCCFLAGS) --print-libgcc-file-name)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0002-add-an-option-to-specify-iptables-location.patch47 - print("Found '%s'" % iptables_exe)
56 - print("ERROR: could not find required binary 'iptables'", file=sys.stderr)
61 - print("ERROR: could not find required binary '%s'" % (e), file=sys.stderr)
66 + print("INFO: iptables manually set: '%s'" % (iptables_exe))
78 + print("Found '%s'" % iptables_exe)
86 + print("ERROR: could not find required binary 'iptables'", file=sys.stderr)
94 -print("Found '%s' version '%s'" % (iptables_exe, version))
96 - print("WARN: version '%s' has limited IPv6 support. See README for details." % (version), file…
99 + print("ERROR: could not find required binary '%s'" % (e), file=sys.stderr)
107 + print("Found '%s' version '%s'" % (iptables_exe, version))
[all …]

12345678910>>...30