Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dser-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()
H A DChangeLog-19995300 (pipe_close): Retain the PID of the sub-process using ``struct
5302 (pipe_close): Kill of the sub-process as part of the cleanup.
/openbsd/sys/kern/
H A Dsys_pipe.c61 int pipe_close(struct file *, struct proc *);
72 .fo_close = pipe_close
741 pipe_close(struct file *fp, struct proc *p) in pipe_close() function