Searched refs:pipe_count (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c493 int pipe_count; local
513 pipe_count = cpipe->pipe_peer->pipe_buffer.cnt;
515 pipe_count = 0;
519 pipe_count = cpipe->pipe_buffer.cnt;
534 sb64->st_size = pipe_count;
561 sb->st_size = pipe_count;
1517 int pipe_count; local
1539 pipe_count = cpipe->pipe_peer->pipe_buffer.cnt;
1541 pipe_count = 0;
1545 pipe_count
[all...]

Completed in 18 milliseconds