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

/xnu-2422.115.4/bsd/sys/
H A Dpipe.h174 extern int pipe_stat(struct pipe *, void *, int);
H A Dproc_info.h575 struct vinfo_stat pipe_stat; member in struct:pipe_info
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c422 error = pipe_stat((struct pipe *)fp->f_fglob->fg_data, (void *)&stb, 0);
/xnu-2422.115.4/bsd/kern/
H A Dsys_pipe.c486 pipe_stat(struct pipe *cpipe, void *ub, int isstat64) function
1554 ub = &pinfo->pipe_stat;
H A Dkern_descrip.c2606 * pipe_stat:???
2678 error = pipe_stat((void *)data, sbptr, isstat64);

Completed in 82 milliseconds