Home
last modified time | relevance | path

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

/qemu/backends/tpm/
H A Dtpm_emulator.c73 QIOChannel *data_ioc; member
168 ret = qio_channel_write_all(tpm_emu->data_ioc, (char *)in, in_len, errp); in tpm_emulator_unix_tx_bufs()
173 ret = qio_channel_read_all(tpm_emu->data_ioc, (char *)out, in tpm_emulator_unix_tx_bufs()
179 ret = qio_channel_read_all(tpm_emu->data_ioc, in tpm_emulator_unix_tx_bufs()
566 tpm_emu->data_ioc = QIO_CHANNEL(qio_channel_socket_new_fd(fds[0], &err)); in tpm_emulator_prepare_data_fd()
617 if (tpm_util_test_tpmdev(QIO_CHANNEL_SOCKET(tpm_emu->data_ioc)->fd, in tpm_emulator_handle_device_opts()
1009 object_unref(OBJECT(tpm_emu->data_ioc)); in tpm_emulator_inst_finalize()