Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dsys_pipe.c175 static int pipe_close(struct fileglob *fg, vfs_context_t ctx);
190 .fo_close = pipe_close,
1306 pipe_close(struct fileglob *fg, __unused vfs_context_t ctx) in pipe_close() function