/src/sys/sys/ |
pipe.h | 67 struct pipebuf { struct 96 struct pipebuf pipe_buffer; /* data storage */
|
pipe.h | 67 struct pipebuf { struct 96 struct pipebuf pipe_buffer; /* data storage */
|
/src/tests/dev/audio/ |
audiotest.c | 4319 char pipebuf[1]; local in function:DEF 4391 pipebuf[0] = sigio_caught; 4393 write(pd[1], pipebuf, sizeof(pipebuf)); 4416 r = read(pd[0], pipebuf, sizeof(pipebuf)); 4420 DPRINTF(" > child's sigio_cauht = %d\n", pipebuf[0]); 4421 XP_EQ(0, pipebuf[0]);
|
audiotest.c | 4319 char pipebuf[1]; local in function:DEF 4391 pipebuf[0] = sigio_caught; 4393 write(pd[1], pipebuf, sizeof(pipebuf)); 4416 r = read(pd[0], pipebuf, sizeof(pipebuf)); 4420 DPRINTF(" > child's sigio_cauht = %d\n", pipebuf[0]); 4421 XP_EQ(0, pipebuf[0]);
|