Searched refs:print_str (Results 1 – 2 of 2) sorted by relevance
/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 506 print_str = "nat(" 509 print_str += "src" 511 print_str += "dst" 513 print_str += "XXX-unknown-nat" 519 print_str += "=%s," % str( 524 print_str += "-%s," % str( 528 print_str += "," 531 print_str += "proto_min=%d," % self.get_attr( 536 print_str += "proto_max=%d," % self.get_attr( 541 print_str [all...] |
/linux/arch/riscv/kernel/ |
H A D | cpufeature.c | 1056 char print_str[NUM_ALPHA_EXTS + 1]; in riscv_fill_hwcap() local 1096 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap() 1099 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap() 1100 pr_info("riscv: base ISA extensions %s\n", print_str); in riscv_fill_hwcap() 1102 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap() 1105 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap() 1106 pr_info("riscv: ELF capabilities %s\n", print_str); in riscv_fill_hwcap()
|