Searched refs:sfind (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 76 static struct snode *sfind(dev_t, vtype_t, struct vnode *); 149 if ((sp = sfind(dev, type, vp)) == NULL) { in specvp() 541 if ((sp = sfind(dev, type, NULL)) == NULL) { in get_cvp() 588 if ((sp = sfind(dev, type, NULL)) == NULL) { in commonvp() 678 sfind( in sfind() function 1062 if ((csp = sfind(dev, type, NULL)) != NULL) { in spec_size_invalidate()
|