Searched refs:postpipeevent (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_pipe.c255 extern int postpipeevent(struct pipe *, int);
637 postpipeevent(cpipe, EV_RWBYTES);
1603 postpipeevent(ppipe, EV_RCLOSED);
H A Dsys_generic.c137 void postpipeevent(struct pipe *, int);
1931 postpipeevent(struct pipe *pipep, int event) function
2296 postpipeevent((struct pipe *)fp->f_data, EV_RWBYTES);
2593 postpipeevent((struct pipe *)fp->f_data, flag);

Completed in 39 milliseconds