Searched refs:fifo_stropen (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/syscall/
H A Dpipe.c139 if (error = fifo_stropen(&vp1, FWRITE|FREAD, fp1->f_cred, 0, 0))
142 if (error = fifo_stropen(&vp2, FWRITE|FREAD, fp2->f_cred, 0, 0)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h169 extern int fifo_stropen(vnode_t **, int, cred_t *, int, int);
/opensolaris-onvv-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c586 fifo_stropen(vnode_t **vpp, int flag, cred_t *crp, int dotwist, int lockheld) function
935 if ((error = fifo_stropen(&vp1, FREAD|FWRITE, filep->f_cred, 0, 0)) !=
937 (error = fifo_stropen(&vp2, flag, filep->f_cred, 0, 0)) != 0) {
H A Dfifovnops.c256 * fifo_stropen will take care of twisting the queues on the first
260 error = fifo_stropen(vpp, flag, crp, 1, 1);
262 * fifo_stropen() could have replaced vpp
550 * fifo_stropen() incrementing fn_open. This can occur for

Completed in 164 milliseconds