Home
last modified time | relevance | path

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

/qemu/backends/tpm/
H A Dtpm_passthrough.c48 bool tpm_op_canceled; member
85 tpm_pt->tpm_op_canceled = false; in tpm_passthrough_unix_tx_bufs()
93 if (!tpm_pt->tpm_op_canceled || errno != ECANCELED) { in tpm_passthrough_unix_tx_bufs()
104 if (!tpm_pt->tpm_op_canceled || errno != ECANCELED) { in tpm_passthrough_unix_tx_bufs()
171 tpm_pt->tpm_op_canceled = true; in tpm_passthrough_cancel_cmd()