Home
last modified time | relevance | path

Searched defs:pipefd (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/usr.sbin/uefisign/
H A Dchild.c198 send_digest(const struct executable *x, int pipefd) in send_digest()
205 receive_signature(struct executable *x, int pipefd) in receive_signature()
225 child(const char *inpath, const char *outpath, int pipefd, in child()
H A Duefisign.c85 send_chunk(const void *buf, size_t len, int pipefd) in send_chunk()
98 receive_chunk(void **bufp, size_t *lenp, int pipefd) in receive_chunk()
242 sign(X509 *cert, EVP_PKEY *key, int pipefd) in sign()
/dflybsd-src/sbin/hammer2/
H A Dcmd_service.c49 int pipefd[2]; /* signal stop */ member
79 int pipefd[2]; /* {read,write} */ member
/dflybsd-src/crypto/openssh/
H A Dsshd.c177 int pipefd; member
231 child_register(int pipefd, int sockfd) in child_register()
/dflybsd-src/contrib/less/
H A Dedit.c265 static void close_pipe(FILE *pipefd) in close_pipe()
/dflybsd-src/test/libpthread/
H A Dmutex_d.c160 static int pipefd[2]; variable