Searched refs:sv (Results 1 – 1 of 1) sorted by relevance
534 int sv[2] = {-1, -1}; in swtpm_cmdchan_create() local536 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