Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/
H A Drtc.h122 Word ch_env; /* environment variables */ member
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c358 if ((head->ch_version >= RTC_VER_THREE) && head->ch_env && in elf_config()
360 if (readenv_config((Rtc_env *)(head->ch_env + addr), in elf_config()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c232 head->ch_env = envoff; in genconfig()
234 envtbl = (Rtc_env *)(CAST_PTRINT(char *, head->ch_env) + addr); in genconfig()
H A Dprint.c549 if ((head->ch_version >= RTC_VER_THREE) && head->ch_env) { in scanconfig()
555 for (envtbl = (Rtc_env *)(head->ch_env + addr); in scanconfig()