Home
last modified time | relevance | path

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

/external/dhcpcd/
Dbind.c65 int sidpipe[2], fd; in daemonise() local
72 if (pipe(sidpipe) == -1) { in daemonise()
85 close(sidpipe[0]); in daemonise()
86 if (write(sidpipe[1], &buf, 1) == -1) in daemonise()
88 close(sidpipe[1]); in daemonise()
100 close(sidpipe[1]); in daemonise()
101 if (read(sidpipe[0], &buf, 1) == -1) in daemonise()
103 close(sidpipe[0]); in daemonise()