Home
last modified time | relevance | path

Searched refs:bufferB (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/kern/
H A Dsys_pipe.c285 pipeclose(pipe, &pipe->bufferA, &pipe->bufferB); in kern_pipe()
286 pipeclose(pipe, &pipe->bufferB, &pipe->bufferA); in kern_pipe()
292 pipeclose(pipe, &pipe->bufferA, &pipe->bufferB); in kern_pipe()
293 pipeclose(pipe, &pipe->bufferB, &pipe->bufferA); in kern_pipe()
319 pipeclose(pipe, &pipe->bufferB, &pipe->bufferA); in kern_pipe()
424 lwkt_token_init(&pipe->bufferB.rlock, "piper"); in pipe_create()
425 lwkt_token_init(&pipe->bufferB.wlock, "pipew"); in pipe_create()
431 if ((error = pipespace(pipe, &pipe->bufferB, pipe_size)) != 0) { in pipe_create()
437 pipe->bufferB.atime = pipe->ctime; in pipe_create()
438 pipe->bufferB.mtime = pipe->ctime; in pipe_create()
[all …]
/dflybsd-src/test/stress/stress2/misc/
H A Ddatamove2.sh169 char *bufferA, *bufferB;
180 || (mapBuffer(&bufferB, fdDelayB, fdA)))
193 status = startIO(fdB, bufferB);
202 unmapBuffer(bufferB);
H A Ddatamove.sh180 char *bufferA,*bufferB;
190 || (mapBuffer(&bufferB,fdDelayB,fdA)))
205 status = startIO(fdB,bufferB);
H A Ddatamove3.sh178 char *bufferA, *bufferB;
205 bufferB = a[1].bp;
216 status = startIO(fdB, bufferB);
/dflybsd-src/sys/sys/
H A Dpipe.h93 struct pipebuf bufferB; /* data storage */ member
/dflybsd-src/usr.bin/fstat/
H A Dfstat.c816 b1 = &pip.bufferB; in pipetrans()
822 b2 = &pip.bufferB; in pipetrans()