Home
last modified time | relevance | path

Searched refs:SEGOP_GETVP (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c1486 (SEGOP_GETVP(seg, seg->s_base, &vp) != 0 || vp == NULL)) in break_seg()
1665 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prgetmap()
1691 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prgetmap()
1776 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prgetmap32()
1803 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prgetmap32()
1996 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prpdread()
2006 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prpdread()
2143 (SEGOP_GETVP(seg, saddr, &vp) != 0 || vp == NULL))) in prpdread32()
2153 SEGOP_GETVP(seg, saddr, &vp) == 0 && in prpdread32()
3792 if (SEGOP_GETVP(seg, seg->s_base, &vp) == 0 && in pr_getsegsize()
[all …]
H A Dprvnops.c3711 SEGOP_GETVP(seg, seg->s_base, &vp) == 0 && in pr_lookup_objectdir()
4162 SEGOP_GETVP(seg, seg->s_base, &vp) in pr_lookup_pathdir()
4863 SEGOP_GETVP(seg, seg->s_base, &vp) == 0 && in rebuild_objdir()
H A Dprioctl.c3149 SEGOP_GETVP(seg, va, &xvp) == 0 && in propenm()
/titanic_44/usr/src/uts/common/os/
H A Durw.c73 SEGOP_GETVP(seg, addr, &vp) == 0 && in page_valid()
H A Dzone.c5625 if (SEGOP_GETVP(seg, seg->s_base, &vp) != 0 || vp == NULL) in as_can_change_zones()
H A Dsunddi.c8381 ((SEGOP_GETVP(seg, addr, &vp) == 0 && in umem_lockmemory()
/titanic_44/usr/src/uts/common/vm/
H A Dseg.h231 #define SEGOP_GETVP(s, a, vpp) (*(s)->s_ops->getvp)((s), (a), (vpp)) macro
H A Dvm_as.c2669 if (SEGOP_GETVP(seg, addr, &vp) != 0 || in as_pagelock_segs()
3105 (SEGOP_GETVP(seg, raddr, &vp) != 0 || in as_iset3_default_lpsize()
/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c1518 SEGOP_GETVP(seg, seg->s_base, &mvp) != 0 || in process_scns()
1976 } else if (SEGOP_GETVP(seg, seg->s_base, in elfcore()
1987 } else if (SEGOP_GETVP(seg, seg->s_base, &mvp) != 0 || in elfcore()
/titanic_44/usr/src/uts/common/syscall/
H A Dutssys.c543 if ((SEGOP_GETVP(seg, seg->s_base, &vp)) || in dofusers()