Searched refs:msg_len_out (Results 1 – 1 of 1) sorted by relevance
402 size_t msg_len_in, size_t msg_len_out, in swtpm_ctrlcmd() argument430 if (msg_len_out != 0) { in swtpm_ctrlcmd()431 recv_num = ctrl_chan_read(ctrl_chan_fd, msg, msg_len_out); in swtpm_ctrlcmd()432 if ((recv_num <= 0) || (recv_num != msg_len_out)) { in swtpm_ctrlcmd()433 pr_err("%s failed to read %d != %ld\n", __func__, recv_num, msg_len_out); in swtpm_ctrlcmd()
Completed in 6 milliseconds