Searched refs:sfind (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 77 static struct snode *sfind(dev_t, vtype_t, struct vnode *); 150 if ((sp = sfind(dev, type, vp)) == NULL) { in specvp() 547 if ((sp = sfind(dev, type, NULL)) == NULL) { in get_cvp() 594 if ((sp = sfind(dev, type, NULL)) == NULL) { in commonvp() 684 sfind( in sfind() function 1068 if ((csp = sfind(dev, type, NULL)) != NULL) { in spec_size_invalidate()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | brand.4th | 52 s" brand" sfind ( -- xt|0 bool ) if 68 s" brand" sfind if
|
H A D | version.4th | 63 s" logo" sfind if 70 s" logo" sfind if
|
H A D | beastie.4th | 57 s" logo" sfind ( -- xt|0 bool ) if 77 s" logo" sfind if
|
H A D | brand-illumos.4th | 36 s" term-putimage" sfind if
|
H A D | logo-illumos.4th | 40 s" term-putimage" sfind if
|
H A D | loader.4th | 59 sfind if 65 sfind if 513 s" post-initialize" sfind if execute else drop then 545 s" post-initialize" sfind if execute else drop then
|