Home
last modified time | relevance | path

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

/qemu/backends/tpm/
H A Dtpm_passthrough.c49 int cancel_fd; member
170 if (tpm_pt->cancel_fd >= 0) { in tpm_passthrough_cancel_cmd()
172 n = write(tpm_pt->cancel_fd, "-", 1); in tpm_passthrough_cancel_cmd()
283 tpm_pt->cancel_fd = tpm_passthrough_open_sysfs_cancel(tpm_pt); in tpm_passthrough_handle_device_opts()
284 if (tpm_pt->cancel_fd < 0) { in tpm_passthrough_handle_device_opts()
349 tpm_pt->cancel_fd = -1; in tpm_passthrough_inst_init()
361 if (tpm_pt->cancel_fd >= 0) { in tpm_passthrough_inst_finalize()
362 qemu_close(tpm_pt->cancel_fd); in tpm_passthrough_inst_finalize()