Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/include/
H A Drtc.h121 Word ch_env; /* environment variables */ member
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c374 if ((head->ch_version >= RTC_VER_THREE) && head->ch_env && in elf_config()
376 if (readenv_config((Rtc_env *)(head->ch_env + addr), in elf_config()
/titanic_44/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.c680 if ((head->ch_version >= RTC_VER_THREE) && head->ch_env) { in scanconfig()
686 for (envtbl = (Rtc_env *)(head->ch_env + addr); in scanconfig()