Home
last modified time | relevance | path

Searched refs:ch_resbgn (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c405 if (head->ch_resbgn) { in elf_config()
407 if (((config->c_bgn <= head->ch_resbgn) && in elf_config()
410 (caddr_t)(uintptr_t)head->ch_resbgn, in elf_config()
411 (head->ch_resend - head->ch_resbgn), PROT_NONE, in elf_config()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtc.h119 Lword ch_resbgn; /* memory reservation required to map */ member
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c112 rtc->ch_resbgn = in dump()
H A Dprint.c632 if (head->ch_resbgn && ((crle->c_flags & CRLE_UPDATE) == 0)) in scanconfig()
634 (u_longlong_t)head->ch_resbgn, in scanconfig()
636 (u_longlong_t)(head->ch_resend - head->ch_resbgn)); in scanconfig()