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

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c582 * in stropen. Stropen() has a tendency to reset things and
631 * in the middle of stropen().
644 * Note: this stropen is on the oldvp. It will
650 if ((error = stropen(oldvp, &pdev, flag, crp)) != 0) {
721 if ((error = stropen(oldvp, &pdev, flag, crp)) != 0) {
939 cmn_err(CE_NOTE, "fifo stropen failed error 0x%x", error);
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h1123 extern int stropen(struct vnode *, dev_t *, int, cred_t *);
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c782 error = stropen(cvp, &newdev, flag, cr);
838 * Deal with stropen failure.
841 * common snode is locked before the call to stropen().
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c441 error = stropen(vp, &newdev, flags, cr);
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c169 * 1. v_stream monitor: in stropen() and strclose() v_lock
237 stropen(vnode_t *vp, dev_t *devp, int flag, cred_t *crp) function
259 TRACE_1(TR_FAC_STREAMS_FR, TR_STROPEN, "stropen:%p", vp);

Completed in 136 milliseconds