Home
last modified time | relevance | path

Searched refs:spec_open (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c99 static int spec_open(struct vnode **, int, struct cred *, caller_context_t *);
185 VOPNAME_OPEN, { .vop_open = spec_open },
563 spec_open(struct vnode **vpp, int flag, struct cred *cr, caller_context_t *cc) in spec_open() function