HomeSort by: relevance | last modified time | path
    Searched defs:pipebuf (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
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]);

Completed in 15 milliseconds