Searched defs:fifo_access (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c83 static int fifo_access(vnode_t *, int, int, cred_t *, caller_context_t *);
130 VOPNAME_ACCESS, { .vop_access = fifo_access },
1551 fifo_access(vnode_t *vp, int mode, int flags, cred_t *crp, caller_context_t *ct) function
1573 if (mode && (error = fifo_access(dvp, mode, 0, cr, ct)))

Completed in 61 milliseconds