Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dpipe.h67 struct pipebuf { struct
96 struct pipebuf pipe_buffer; /* data storage */
/netbsd/src/sys/kern/
Dsys_pipe.c409 struct pipebuf *bp = &rpipe->pipe_buffer; in pipe_read()
566 struct pipebuf *bp; in pipe_write()
/netbsd/src/tests/dev/audio/
Daudiotest.c4319 char pipebuf[1]; in DEF() local
4391 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()