Searched refs:spec_segmap (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | snode.h | 167 int spec_segmap(dev_t, off_t, struct as *, caddr_t *, off_t,
|
/titanic_41/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 2245 spec_segmap( in spec_segmap() function 2366 segmap = spec_segmap; in spec_char_map()
|
/titanic_41/usr/src/uts/sparc/ml/ |
H A D | modstubs.s | 332 NO_UNLOAD_STUB(specfs, spec_segmap, nomod_einval);
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 444 NO_UNLOAD_STUB(specfs, spec_segmap, nomod_einval);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | sunddi.c | 958 extern int spec_segmap(dev_t, off_t, struct as *, caddr_t *, in ddi_segmap() 961 return (spec_segmap(dev, offset, asp, addrp, len, in ddi_segmap()
|