Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dsys_pipe.c64 int pipe_stat(struct file *fp, struct stat *ub, struct proc *p);
71 .fo_stat = pipe_stat,
713 pipe_stat(struct file *fp, struct stat *ub, struct proc *p) in pipe_stat() function