Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst228 remove_all := "remove_all=" <yes_no>
229 yes_no := "y" | "n"
358 writeback := "writeback=" <yes_no>
361 yes_no := "y" | "n"
404 yes_no := "y" | "n"
442 fix_hmac := "fix_hmac=" <yes_no>
447 yes_no := "y" | "n"
509 keep_log := "keep_log=" <yes_no>
511 yes_no := "y" | "n"
624 yes_no := "y" | "n"
[all …]
/openbmc/linux/tools/power/cpupower/lib/
H A 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()
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c264 u8 yes_no; in sandbox_tpm2_xfer() local
322 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()
/openbmc/qemu/include/qemu/
H A Dcutils.h245 static inline const char *yes_no(bool b) in yes_no() function
/openbmc/qemu/ui/
H A Ddbus.c500 "p2p", yes_no(opts->u.dbus.p2p), in dbus_init()