Searched refs:print_str (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/ |
| H A D | gen_fixtures.py | 179 def print_str(str,fd): function 209 print_str('',fd) 211 print_str(' <!-- Bitbake versions which correspond to the metadata release -->',fd) 223 print_str('',fd) 225 print_str('',fd) 226 print_str(' <!-- Releases available -->',fd) 251 print_str('',fd) 253 print_str(' <!-- Default project layers for each release -->',fd) 269 print_str('',fd) 271 print_str(default_layers_preface,fd) [all …]
|
| /OK3568_Linux_fs/kernel/arch/riscv/kernel/ |
| H A D | cpufeature.c | 66 char print_str[BITS_PER_LONG + 1]; in riscv_fill_hwcap() local 135 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap() 138 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap() 139 pr_info("riscv: ISA extensions %s\n", print_str); in riscv_fill_hwcap() 141 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap() 144 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap() 145 pr_info("riscv: ELF capabilities %s\n", print_str); in riscv_fill_hwcap()
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-cxx.cpp | 5 static void print_str(std::string s) in print_str() function 13 print_str(std::move(s)); in main()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
| H A D | 0027-RH-warn-on-invalid-regex-instead-of-failing.patch | 76 declare_hw_snprint(vendor, print_str) 80 declare_hw_snprint(product, print_str) 84 declare_hw_snprint(revision, print_str) 88 declare_hw_snprint(bl_product, print_str)
|