Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py506 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 += "persistent,"
[all …]
/linux-6.12.1/arch/riscv/kernel/
Dcpufeature.c846 char print_str[NUM_ALPHA_EXTS + 1]; in riscv_fill_hwcap() local
895 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap()
898 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap()
899 pr_info("riscv: base ISA extensions %s\n", print_str); in riscv_fill_hwcap()
901 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap()
904 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap()
905 pr_info("riscv: ELF capabilities %s\n", print_str); in riscv_fill_hwcap()