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

/illumos-gate/usr/src/uts/common/syscall/
H A Dpipe.c144 if (error = fifo_stropen(&vp1, FWRITE|FREAD, fp1->f_cred, 0, 0))
147 if (error = fifo_stropen(&vp2, FWRITE|FREAD, fp2->f_cred, 0, 0)) {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h169 extern int fifo_stropen(vnode_t **, int, cred_t *, int, int);
/illumos-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.c258 * fifo_stropen will take care of twisting the queues on the first
262 error = fifo_stropen(vpp, flag, crp, 1, 1);
264 * fifo_stropen() could have replaced vpp
552 * fifo_stropen() incrementing fn_open. This can occur for

Completed in 93 milliseconds