Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dpipe.h179 extern int pipe_stat(struct pipe *, void *, int);
H A Dproc_info.h599 struct vinfo_stat pipe_stat; member
/xnu-11417.140.69/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c443 error = pipe_stat((struct pipe *)fp_get_data(fp), (void *)&stb, 0); in fdesc_attr()
/xnu-11417.140.69/bsd/kern/
H A Dsys_pipe.c456 pipe_stat(struct pipe *cpipe, void *ub, int isstat64) in pipe_stat() function
1715 ub = &pinfo->pipe_stat; in fill_pipeinfo()
H A Dkern_descrip.c5505 error = pipe_stat((void *)data, sbptr, isstat64); in fstat()