Home
last modified time | relevance | path

Searched refs:Rtc_head (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c47 elf_config_validate(Addr addr, Rtc_head *head, Rt_map *lmp) in elf_config_validate()
200 Rtc_head *head; in elf_config()
272 if (status.st_size < sizeof (Rtc_head)) { in elf_config()
293 if (status.st_size < sizeof (Rtc_head)) in elf_config()
303 head = (Rtc_head *)addr; in elf_config()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddump.c94 Rtc_head *rtc = (Rtc_head *)crle->c_tempheadaddr; in dump()
H A Dconfig.c64 Rtc_head *head; in genconfig()
79 size = S_ROUND(sizeof (Rtc_head), sizeof (Word)); in genconfig()
210 head = (Rtc_head *)addr; in genconfig()
625 Rtc_head *head = (Rtc_head *)crle->c_tempheadaddr; in updateconfig()
H A Dprint.c55 printcmd(Crle_desc *crle, Rtc_head * head, APlist *cmdline) in printcmd()
190 Rtc_head *head; in scanconfig()
217 head = (Rtc_head *) addr; in scanconfig()
961 if (status.st_size < sizeof (Rtc_head)) { in inspectconfig()
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c127 Rtc_head * head = (Rtc_head *)addr; in scanconfig()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtc.h125 } Rtc_head; typedef