Home
last modified time | relevance | path

Searched refs:ch_version (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dprint.c68 } else if (head->ch_version > RTC_VER_ONE) { in printcmd()
291 if (head->ch_version > RTC_VER_CURRENT) { in scanconfig()
295 (int)head->ch_version, RTC_VER_CURRENT); in scanconfig()
300 (int)head->ch_version, RTC_VER_CURRENT); in scanconfig()
308 if (head->ch_version == RTC_VER_ONE) { in scanconfig()
310 crle->c_confil, (int)head->ch_version); in scanconfig()
335 (void) printf(MSG_INTL(MSG_DMP_HEAD), (int)head->ch_version, in scanconfig()
549 if ((head->ch_version >= RTC_VER_THREE) && head->ch_env) { in scanconfig()
589 if ((head->ch_version >= RTC_VER_FOUR) && head->ch_fltr) { in scanconfig()
666 (head->ch_version == RTC_VER_ONE)) { in scanconfig()
[all …]
H A Dconfig.c250 head->ch_version = RTC_VER_CURRENT; in genconfig()
/illumos-gate/usr/src/cmd/boot/fiocompress/
H A Dfiocompress.c190 hdr->ch_version = CH_VERSION; in do_comp()
261 if (hdr->ch_version != CH_VERSION) { in do_decomp()
263 srcfile, (uint64_t)hdr->ch_version, CH_VERSION); in do_decomp()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c308 if (head->ch_version > RTC_VER_CURRENT) in elf_config()
358 if ((head->ch_version >= RTC_VER_THREE) && head->ch_env && in elf_config()
369 if ((head->ch_version >= RTC_VER_FOUR) && head->ch_fltr && in elf_config()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Ddecomp.h42 uint64_t ch_version; member
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtc.h105 Word ch_version; /* version of config file */ member
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c951 hdr->ch_version != CH_VERSION || hdr->ch_algorithm != CH_ALG_ZLIB || in decompvp()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c3918 if (hdr->ch_magic != CH_MAGIC_ZLIB || hdr->ch_version != CH_VERSION || in kobj_comp_setup()