Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dseg_dev.h120 ((seg)->s_ops == &segdev_ops && \
129 extern struct seg_ops segdev_ops;
H A Dseg_dev.c194 struct seg_ops segdev_ops = { variable
407 seg->s_ops = &segdev_ops; in segdev_create()
/titanic_50/usr/src/uts/common/os/
H A Durw.c57 extern struct seg_ops segdev_ops; /* needs a header file */
96 if (seg->s_ops == &segdev_ops && in page_valid()
268 if (seg->s_ops == &segdev_ops) { in urw()
H A Dmmapobj.c1490 if (seg && seg->s_ops == &segdev_ops && in check_exec_addrs()
H A Dsunddi.c8372 extern struct seg_ops segdev_ops; in umem_lockmemory()
8377 if (seg->s_ops == &segdev_ops) in umem_lockmemory()
/titanic_50/usr/src/uts/sun4/io/
H A Drootnex.c722 extern struct seg_ops segdev_ops; in rootnex_map_fault()
727 seg->s_ops == &segdev_ops ? "segdev" : in rootnex_map_fault()
737 if (seg->s_ops == &segdev_ops) { in rootnex_map_fault()
/titanic_50/usr/src/uts/i86pc/io/
H A Drootnex.c348 extern struct seg_ops segdev_ops;
994 seg->s_ops == &segdev_ops ? "segdev" : in rootnex_map_fault()
1005 if (seg->s_ops == &segdev_ops) { in rootnex_map_fault()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprsubr.c100 extern struct seg_ops segdev_ops; /* needs a header file */
3824 if (seg->s_ops == &segdev_ops && in pr_getsegsize()
3883 } else if (saddr == seg->s_base && seg->s_ops == &segdev_ops && in pr_getprot()