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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c76 static struct snode *sfind(dev_t, vtype_t, struct vnode *);
104 * incremented by sfind). The snode will be flushed from the
149 if ((sp = sfind(dev, type, vp)) == NULL) {
541 if ((sp = sfind(dev, type, NULL)) == NULL) {
588 if ((sp = sfind(dev, type, NULL)) == NULL) {
678 sfind( function
1062 if ((csp = sfind(dev, type, NULL)) != NULL) {

Completed in 69 milliseconds