Home
last modified time | relevance | path

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

/devicemodel/hw/platform/tpm/
A Dtpm_emulator.c246 int *pdatafd, int fd_num) in ctrl_chan_write() argument
257 if (!buf || (!pdatafd && fd_num)) { in ctrl_chan_write()
270 if (pdatafd) in ctrl_chan_write()
283 *((int *)CMSG_DATA(pcmsg)) = *pdatafd; in ctrl_chan_write()
403 int *pdatafd, int fd_num) in swtpm_ctrlcmd() argument
412 if (!msg || (!pdatafd && fd_num)) { in swtpm_ctrlcmd()
424 send_num = ctrl_chan_write(ctrl_chan_fd, buf, n, pdatafd, fd_num); in swtpm_ctrlcmd()

Completed in 4 milliseconds