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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dpipe.h169 extern int pipe_stat(struct pipe *, void *, int);
H A Dproc_info.h491 struct vinfo_stat pipe_stat; member in struct:pipe_info
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_pipe.c422 pipe_stat(struct pipe *cpipe, void *ub, int isstat64) function
1830 ub = &pinfo->pipe_stat;
H A Dkern_descrip.c1890 * pipe_stat:???
1956 error = pipe_stat((void *)data, sbptr, isstat64);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c405 error = pipe_stat((struct pipe *)fp->f_fglob->fg_data, (void *)&stb, 0);

Completed in 117 milliseconds