Searched refs:bufferB (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/sys/kern/ |
H A D | sys_pipe.c | 285 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 D | datamove2.sh | 169 char *bufferA, *bufferB; 180 || (mapBuffer(&bufferB, fdDelayB, fdA))) 193 status = startIO(fdB, bufferB); 202 unmapBuffer(bufferB);
|
H A D | datamove.sh | 180 char *bufferA,*bufferB; 190 || (mapBuffer(&bufferB,fdDelayB,fdA))) 205 status = startIO(fdB,bufferB);
|
H A D | datamove3.sh | 178 char *bufferA, *bufferB; 205 bufferB = a[1].bp; 216 status = startIO(fdB, bufferB);
|
/dflybsd-src/sys/sys/ |
H A D | pipe.h | 93 struct pipebuf bufferB; /* data storage */ member
|
/dflybsd-src/usr.bin/fstat/ |
H A D | fstat.c | 816 b1 = &pip.bufferB; in pipetrans() 822 b2 = &pip.bufferB; in pipetrans()
|