Home
last modified time | relevance | path

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

/devicemodel/hw/platform/tpm/
A Dtpm_emulator.c255 struct cmsghdr *pcmsg; in ctrl_chan_write() local
279 pcmsg = CMSG_FIRSTHDR(&msg); in ctrl_chan_write()
280 pcmsg->cmsg_len = CMSG_LEN(sizeof(int)); in ctrl_chan_write()
281 pcmsg->cmsg_level = SOL_SOCKET; in ctrl_chan_write()
282 pcmsg->cmsg_type = SCM_RIGHTS; in ctrl_chan_write()
283 *((int *)CMSG_DATA(pcmsg)) = *pdatafd; in ctrl_chan_write()

Completed in 4 milliseconds