Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDser-pipe.c38 static void pipe_close (struct serial *scb);
120 pipe_close (struct serial *scb) in pipe_close() function
145 ops->close = pipe_close; in _initialize_ser_pipe()
/NextBSD/sys/kern/
HDsys_pipe.c153 static fo_close_t pipe_close; variable
166 .fo_close = pipe_close,
1561 pipe_close(fp, td) in pipe_close() function