Home
last modified time | relevance | path

Searched defs:dpipe (Results 1 – 2 of 2) sorted by relevance

/freebsd/tests/sys/kern/
H A Dptrace_test.c274 int cpipe[2], dpipe[2], status; in ATF_TC_BODY() local
370 int cpipe[2], dpipe[2], status; in ATF_TC_BODY() local
1017 int cpipe[2], dpipe[2], status; in ATF_TC_BODY() local
4531 int dpipe[2] = {-1, -1}, status; in ATF_TC_BODY() local
/freebsd/sys/kern/
H A Dsys_pipe.c445 pipe_dtor(struct pipe *dpipe) in pipe_dtor()