Home
last modified time | relevance | path

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

/titanic_44/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_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c101 extern struct seg_ops segspt_shmops; /* needs a header file */
1663 if (seg->s_ops == &segspt_shmops || in prgetmap()
1682 if (seg->s_ops == &segspt_shmops) in prgetmap()
1774 if (seg->s_ops == &segspt_shmops || in prgetmap32()
1794 if (seg->s_ops == &segspt_shmops) in prgetmap32()
1994 if (seg->s_ops == &segspt_shmops || in prpdread()
1998 if (seg->s_ops == &segspt_shmops) in prpdread()
2141 if (seg->s_ops == &segspt_shmops || in prpdread32()
2145 if (seg->s_ops == &segspt_shmops) in prpdread32()
3817 if (seg->s_ops == &segspt_shmops) in pr_getsegsize()
[all …]
/titanic_44/usr/src/uts/common/vm/
H A Dvm_as.c2091 extern struct seg_ops segspt_shmops; /* needs a header file */ in as_memory()
2120 if (seg->s_ops == &segspt_shmops) { in as_memory()
2640 extern struct seg_ops segspt_shmops; in as_pagelock_segs()
2674 } 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()
2295 newseg->s_ops = &segspt_shmops; in segspt_shmdup()
/titanic_44/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()