Home
last modified time | relevance | path

Searched refs:print_str (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Dgen_fixtures.py184 def print_str(str,fd): function
214 print_str('',fd)
216 print_str(' <!-- Bitbake versions which correspond to the metadata release -->',fd)
228 print_str('',fd)
230 print_str('',fd)
231 print_str(' <!-- Releases available -->',fd)
256 print_str('',fd)
258 print_str(' <!-- Default project layers for each release -->',fd)
274 print_str('',fd)
276 print_str(default_layers_preface,fd)
[all …]
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py342 print_str = "nat("
345 print_str += "src"
347 print_str += "dst"
349 print_str += "XXX-unknown-nat"
355 print_str += "=%s," % str(
360 print_str += "-%s," % str(
364 print_str += ","
367 print_str += "proto_min=%d," % self.get_attr(
372 print_str += "proto_max=%d," % self.get_attr(
377 print_str += "persistent,"
[all …]
/openbmc/qemu/tests/multiboot/
H A Dlibc.c42 static void print_str(char *s) in print_str() function
60 print_str(&buf[i + 1]); in print_num()
128 print_str("0x"); in printf()
136 print_str(str); in printf()
/openbmc/qemu/tests/tcg/minilib/
H A Dprintf.c21 static void print_str(char *s) in print_str() function
44 print_str(&buf[i + 1]); in print_num()
112 print_str("0x"); in ml_printf()
120 print_str(str); in ml_printf()
/openbmc/linux/arch/riscv/kernel/
H A Dcpufeature.c510 char print_str[NUM_ALPHA_EXTS + 1]; in riscv_fill_hwcap() local
553 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap()
556 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap()
557 pr_info("riscv: base ISA extensions %s\n", print_str); in riscv_fill_hwcap()
559 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap()
562 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap()
563 pr_info("riscv: ELF capabilities %s\n", print_str); in riscv_fill_hwcap()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0007-RH-warn-on-invalid-regex-instead-of-failing.patch88 declare_hw_snprint(vendor, print_str)
92 declare_hw_snprint(product, print_str)
96 declare_hw_snprint(revision, print_str)
100 declare_hw_snprint(bl_product, print_str)