Home
last modified time | relevance | path

Searched refs:r_type (Results 1 – 12 of 12) sorted by relevance

/original-bsd/sys/pmax/include/
H A Dreloc.h42 enum reloc_type r_type:5; /* relocation type, from above */
/original-bsd/sys/sparc/include/
H A Dreloc.h75 enum reloc_type r_type:5; /* relocation type, from above */
/original-bsd/libexec/rbootd/
H A Drmpproto.c68 switch(rmp->r_type) { /* do what we came here to do */
132 EnetStr(rconn), rmp->r_type);
406 ((rpl->r_type == RMP_BOOT_REPL)? rpl->r_brpl.rmp_session:
511 ((rpl->r_type == RMP_BOOT_REPL)? rpl->r_brpl.rmp_session:
H A Dutils.c100 switch(rmp->r_type) {
151 rmp->r_type);
H A Drmp_var.h212 #define r_type rmp_proto.rmp_raw.rmp_type macro
H A Drbootd.c347 EnetStr(rtmp), rtmp->rmp.r_type); in DoTimeout()
/original-bsd/sys/deprecated/netrmp/
H A Drmp_var.h177 #define r_type rmp_proto.rmp_raw.rmp_type macro
/original-bsd/include/arpa/
H A Dnameser.h218 int16_t r_type; /* type number */ member
/original-bsd/lib/libc/net/
H A Dres_mkquery.c186 __putshort(newrr->r_type, cp);
/original-bsd/lib/libc/gen/
H A Dctime.c119 int r_type; /* type of rule--see below */ member
501 rulep->r_type = JULIAN_DAY;
508 rulep->r_type = MONTH_NTH_DAY_OF_WEEK;
525 rulep->r_type = DAY_OF_YEAR;
559 switch (rulep->r_type) {
/original-bsd/contrib/gas-1.38/config/
H A Dsparc.c1146 the_bytes[7] = ((ri.r_extern << 7) & 0x80) | (0 & 0x60) | (ri.r_type & 0x1F);
1275 ri.r_type = fixP->fx_r_type;
/original-bsd/usr.bin/ld/
H A Dld.c173 ((r)->r_type >= RELOC_DISP8 && (r)->r_type <= RELOC_WDISP22)
174 #define RELOC_VALUE_RIGHTSHIFT(r) (reloc_target_rightshift[(r)->r_type])
175 #define RELOC_TARGET_SIZE(r) (reloc_target_size[(r)->r_type])
177 #define RELOC_TARGET_BITSIZE(r) (reloc_target_bitsize[(r)->r_type])
3686 if ((int)p->r_type <= RELOC_32