Home
last modified time | relevance | path

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

/devicemodel/hw/platform/tpm/
A Dtpm_emulator.c534 int sv[2] = {-1, -1}; in swtpm_cmdchan_create() local
536 if (socketpair(AF_UNIX, SOCK_STREAM, 0, sv) < 0) in swtpm_cmdchan_create()
542 sizeof(res), &sv[1], 1) < 0 || res != 0) { in swtpm_cmdchan_create()
546 tpm_context.cmd_chan_fd = sv[0]; in swtpm_cmdchan_create()
547 close(sv[1]); in swtpm_cmdchan_create()
552 close(sv[0]); in swtpm_cmdchan_create()
553 close(sv[1]); in swtpm_cmdchan_create()

Completed in 4 milliseconds