Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/admin-guide/device-mapper/
Ddm-ima.rst228 remove_all := "remove_all=" <yes_no>
229 yes_no := "y" | "n"
357 writethrough := "writethrough=" <yes_no>
358 writeback := "writeback=" <yes_no>
359 passthrough := "passthrough=" <yes_no>
360 no_discard_passdown := "no_discard_passdown=" <yes_no>
361 yes_no := "y" | "n"
390 allow_discards := "allow_discards=" <yes_no>
391 same_cpu_crypt := "same_cpu_crypt=" <yes_no>
392 submit_from_crypt_cpus := "submit_from_crypt_cpus=" <yes_no>
[all …]
/linux-6.12.1/tools/power/cpupower/lib/
Dpowercap.c42 char yes_no; in sysfs_get_enabled() local
53 if (read(fd, &yes_no, 1) != 1) { in sysfs_get_enabled()
58 if (yes_no == '1') { in sysfs_get_enabled()
61 } else if (yes_no == '0') { in sysfs_get_enabled()