Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/net/openvswitch/
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 …]
/Linux-v6.6/arch/riscv/kernel/
Dcpufeature.c491 char print_str[NUM_ALPHA_EXTS + 1]; in riscv_fill_hwcap() local
534 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap()
537 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap()
538 pr_info("riscv: base ISA extensions %s\n", print_str); in riscv_fill_hwcap()
540 memset(print_str, 0, sizeof(print_str)); in riscv_fill_hwcap()
543 print_str[j++] = (char)('a' + i); in riscv_fill_hwcap()
544 pr_info("riscv: ELF capabilities %s\n", print_str); in riscv_fill_hwcap()