OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_restart
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_pipe.c
68
ATF_TC(
pipe_restart
);
69
ATF_TC_HEAD(
pipe_restart
, tc)
76
ATF_TC_BODY(
pipe_restart
, tc)
161
ATF_TP_ADD_TC(tp,
pipe_restart
);
/src/sys/kern/
sys_pipe.c
89
static void
pipe_restart
(file_t *);
103
.fo_restart =
pipe_restart
,
521
if (wakeup_state &
PIPE_RESTART
) {
541
rpipe->pipe_state &= ~
PIPE_RESTART
;
594
wpipe->pipe_state &= ~
PIPE_RESTART
;
695
if (wakeup_state &
PIPE_RESTART
) {
720
wpipe->pipe_state &= ~
PIPE_RESTART
;
899
pipe_restart
(file_t *fp)
function in typeref:typename:void
909
pipe->pipe_state |=
PIPE_RESTART
;
Completed in 11 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025