Home
last modified time | relevance | path

Searched refs:segspt_shmops (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/uts/common/os/
H A Durw.c58 extern struct seg_ops segspt_shmops; /* needs a header file */
87 if (seg->s_ops == &segspt_shmops && in page_valid()
H A Dlgrp.c3506 extern struct seg_ops segspt_shmops; in lgrp_mem_policy_get()
3514 seg->s_ops != &segspt_shmops) in lgrp_mem_policy_get()
H A Dsunddi.c8371 extern struct seg_ops segspt_shmops; in umem_lockmemory()
8380 (seg->s_ops != &segspt_shmops)) || in umem_lockmemory()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprsubr.c101 extern struct seg_ops segspt_shmops; /* needs a header file */
1661 if (seg->s_ops == &segspt_shmops || in prgetmap()
1680 if (seg->s_ops == &segspt_shmops) in prgetmap()
1772 if (seg->s_ops == &segspt_shmops || in prgetmap32()
1792 if (seg->s_ops == &segspt_shmops) in prgetmap32()
1992 if (seg->s_ops == &segspt_shmops || in prpdread()
1996 if (seg->s_ops == &segspt_shmops) in prpdread()
2139 if (seg->s_ops == &segspt_shmops || in prpdread32()
2143 if (seg->s_ops == &segspt_shmops) in prpdread32()
3815 if (seg->s_ops == &segspt_shmops) in pr_getsegsize()
[all …]
/titanic_50/usr/src/uts/common/vm/
H A Dvm_as.c2000 extern struct seg_ops segspt_shmops; /* needs a header file */ in as_memory()
2029 if (seg->s_ops == &segspt_shmops) { in as_memory()
2537 extern struct seg_ops segspt_shmops; in as_pagelock_segs()
2571 } else if (seg->s_ops != &segspt_shmops) { in as_pagelock_segs()
H A Dvm_seg.c209 extern struct seg_ops segspt_shmops;
1826 if (seg->s_ops == &segspt_shmops) in seg_can_change_zones()
H A Dvm_usage.c301 extern struct seg_ops segspt_shmops;
1162 } else if (seg->s_ops == &segspt_shmops) { in vmu_calculate_seg()
H A Dseg_spt.c149 struct seg_ops segspt_shmops = { variable
1696 seg->s_ops = &segspt_shmops; in segspt_shmattach()
2274 newseg->s_ops = &segspt_shmops; in segspt_shmdup()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c1920 extern struct seg_ops segspt_shmops; in elfcore()
1959 } else if (seg->s_ops == &segspt_shmops) { in elfcore()