Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dcli_hush.c1539 int pipefds[2]; /* pipefds[0] is for reading */ local
1688 if (pipe(pipefds)<0) perror_msg_and_die("pipe");
1689 nextout = pipefds[1];
1692 pipefds[0] = -1;
1716 if (pipefds[0]!=-1) {
1717 close(pipefds[0]); /* opposite end of our output pipe */
1755 nextin = pipefds[0];