Searched refs:yes_no (Results 1 – 5 of 5) sorted by relevance
228 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 …]
42 char yes_no; in sysfs_get_enabled() local53 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()
264 u8 yes_no; in sandbox_tpm2_xfer() local322 yes_no = *sent; in sandbox_tpm2_xfer()323 sent += sizeof(yes_no); in sandbox_tpm2_xfer()324 switch (yes_no) { in sandbox_tpm2_xfer()420 recv += sizeof(yes_no); in sandbox_tpm2_xfer()
272 static inline const char *yes_no(bool b) in yes_no() function
500 "p2p", yes_no(opts->u.dbus.p2p), in dbus_init()