Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/lvm2/dist/daemons/clvmd/
Dclvmd.c548 newfd->bits.localsock.pipe_client = NULL; in local_rendezvous_callback()
585 thisfd->bits.pipe.client->bits.localsock.pipe_client = in local_pipe_callback()
994 if (thisfd->bits.localsock.pipe_client != NULL) { in read_from_local_sock()
999 … close(thisfd->bits.localsock.pipe_client->fd); /* Close pipe */ in read_from_local_sock()
1006 pipe_client == newfd) { in read_from_local_sock()
1008 pipe_client = NULL; in read_from_local_sock()
1025 if (thisfd->bits.localsock.pipe_client != NULL) in read_from_local_sock()
1026 thisfd->bits.localsock.pipe_client->bits.pipe.client = in read_from_local_sock()
1178 thisfd->bits.localsock.pipe_client = newfd; in read_from_local_sock()
Dclvmd.h61 struct local_client *pipe_client; member