OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIPE_ASYNC
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
pipe.h
78
#define
PIPE_ASYNC
0x001 /* Async I/O */
/src/sys/kern/
sys_pipe.c
400
if (sigp == NULL || (sigp->pipe_state &
PIPE_ASYNC
) == 0)
769
pipe->pipe_state |=
PIPE_ASYNC
;
771
pipe->pipe_state &= ~
PIPE_ASYNC
;
/src/usr.bin/fstat/
fstat.c
1289
(cp.pipe_state &
PIPE_ASYNC
) ? "a" : "");
Completed in 14 milliseconds
Indexes created Mon Oct 20 05:10:11 GMT 2025