Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1032 int comms_pipe[2]; in read_from_local_sock() local
1150 pipe(comms_pipe); in read_from_local_sock()
1154 close(comms_pipe[0]); in read_from_local_sock()
1155 close(comms_pipe[1]); in read_from_local_sock()
1166 DEBUGLOG("creating pipe, [%d, %d]\n", comms_pipe[0], in read_from_local_sock()
1167 comms_pipe[1]); in read_from_local_sock()
1168 newfd->fd = comms_pipe[0]; in read_from_local_sock()
1180 thisfd->bits.localsock.pipe = comms_pipe[1]; in read_from_local_sock()