Searched refs:Rtc_id (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/sgsrtcid/
H A Dsgsrtcid.h37 * This file defines the Rtc_id structure that is found at the beginning
44 * padding in the definition of Rtc_id ensures that it will have
63 } Rtc_id; typedef in typeref:struct:__anon2035
81 * they contain the Rtc_id magic number. The type of the address
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dconfig.c63 Rtc_id *id;
161 /* Account for addition of Rtc_id block at the start */
163 size += sizeof (Rtc_id);
191 * Rtc_id goes at the top, followed by the Rtc_head. We base
194 * older versons that lacked the Rtc_id at the top.
197 /* The contents of the Rtc_id are all known at compile time */
198 static const Rtc_id id_template = {
203 id = (Rtc_id *) addr;
204 *id = id_template; /* Fill in the Rtc_id data */
205 addr += sizeof (Rtc_id);
[all...]
H A Dprint.c219 Rtc_id *id;
232 * If there is an Rtc_id present, the Rtc_head follows it.
236 id = (Rtc_id *) addr;
242 * the Rtc_id block, don't put one into the resulting file.
282 if (id) { /* Rtc_id is present */
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c198 Rtc_id *id;
283 * If we have an Rtc_id block at the beginning, then validate it
288 id = (Rtc_id *) addr;
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1293 Rtc_id *id;
1297 id = (Rtc_id *) fbuf;

Completed in 50 milliseconds