Searched refs:pipebuf (Results 1 – 3 of 3) sorted by relevance
67 struct pipebuf { struct96 struct pipebuf pipe_buffer; /* data storage */
409 struct pipebuf *bp = &rpipe->pipe_buffer; in pipe_read()566 struct pipebuf *bp; in pipe_write()
4319 char pipebuf[1]; in DEF() local4391 pipebuf[0] = sigio_caught; in DEF()4393 write(pd[1], pipebuf, sizeof(pipebuf)); in DEF()4416 r = read(pd[0], pipebuf, sizeof(pipebuf)); in DEF()4420 DPRINTF(" > child's sigio_cauht = %d\n", pipebuf[0]); in DEF()4421 XP_EQ(0, pipebuf[0]); in DEF()