/src/usr.sbin/rpcbind/ |
rpcb_stat.c | 61 rpcbs_procinfo(rpcvers_t rtype, rpcproc_t proc) 63 switch (rtype + 2) { 80 inf[rtype].info[proc]++; 85 rpcbs_set(rpcvers_t rtype, bool_t success) 87 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) 89 inf[rtype].setinfo++; 94 rpcbs_unset(rpcvers_t rtype, bool_t success) 96 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) 98 inf[rtype].unsetinfo++; 103 rpcbs_getaddr(rpcvers_t rtype, rpcprog_t prog, rpcvers_t vers [all...] |
/src/include/ssp/ |
ssp.h | 77 #define __ssp_redirect_raw(rtype, fun, symbol, args, call, cond, bos) \ 78 rtype __ssp_real_(fun) args __RENAME(symbol); \ 79 __ssp_inline rtype fun args __RENAME(__ssp_protected_ ## fun); \ 80 __ssp_inline rtype fun args { \ 86 #define __ssp_redirect(rtype, fun, args, call) \ 87 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos) 88 #define __ssp_redirect0(rtype, fun, args, call) \ 89 __ssp_redirect_raw(rtype, fun, fun, args, call, 1, __ssp_bos0)
|
/src/sys/arch/sh3/sh3/ |
kobj_machdep.c | 49 int symidx, rtype; local in function:kobj_reloc 60 rtype = ELF_R_TYPE(rela->r_info); 68 switch (rtype) { 79 if (rtype == R_TYPE(REL32)) 85 printf("kobj_reloc: unexpected reloc type %d\n", (int)rtype);
|
/src/sys/arch/vax/vax/ |
kobj_machdep.c | 47 Elf_Word rtype = ELF_R_TYPE(rela->r_info); local in function:kobj_reloc 63 if (rtype != R_VAX_PC32 && rtype != R_VAX_32) { 64 printf("Bad relocation %d", rtype); 71 if (rtype == R_VAX_PC32)
|
/src/sys/arch/sparc64/sparc64/ |
kobj_machdep.c | 188 uintptr_t rtype, symidx; local in function:kobj_reloc 201 rtype = ELF64_R_TYPE(rela->r_info); 210 if (rtype == R_SPARC_NONE) 213 if ((rtype & 0x00ff) == R_SPARC_OLO10) 214 rtype = R_SPARC_OLO10; 216 if (rtype == R_SPARC_RELATIVE) { 224 if (rtype == R_SPARC_JMP_SLOT || rtype == R_SPARC_COPY || 225 rtype >= __arraycount(reloc_target_bitmask)) 228 if (RELOC_UNALIGNED(rtype)) [all...] |
/src/games/hack/ |
def.mkroom.h | 68 schar rtype,rlit,doorct,fdoor; member in struct:mkroom 77 /* various values of rtype */
|
hack.mkshop.c | 133 if (sroom->rtype) 154 sroom->rtype = i + SHOPBASE; 237 if (sroom->rtype) 246 sroom->rtype = type; 307 if (sroom->hx < 0 || sroom->rtype || 312 sroom->rtype = SWAMP;
|
hack.shk.c | 202 rooms[eshk->shoproom].rtype = 0; 276 if ((rooms[ESHK(shopkeeper)->shoproom].rtype == GENERAL) 287 int rt = rooms[roomno].rtype; 301 rooms[roomno].rtype = 0; 308 if (roomno >= 0 && rooms[roomno].rtype >= 8) { 313 rooms[roomno].rtype = 0; 332 shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]); 555 shopnam[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]); 750 ((tmp = shtypes[rooms[ESHK(shopkeeper)->shoproom].rtype - 8]) && tmp != obj->olet)
|
hack.vault.c | 178 if (tmp < 0 || rooms[tmp].rtype != VAULT) { 297 if ((i = inroom(nx, ny)) >= 0 && rooms[i].rtype == VAULT)
|
/src/sys/arch/m68k/m68k/ |
kobj_machdep.c | 46 int rtype, symnum; local in function:kobj_reloc 58 rtype = ELF_R_TYPE(rela->r_info); 66 switch (rtype) { 94 (int)rtype);
|
/src/sys/arch/alpha/alpha/ |
kobj_machdep.c | 72 uintptr_t rtype, symidx; local in function:kobj_reloc 81 rtype = ELF_R_TYPE(rela->r_info); 87 rtype = ELF_R_TYPE(rel->r_info); 97 switch (rtype) { 144 (int)rtype);
|
/src/sys/arch/i386/i386/ |
kobj_machdep.c | 79 Elf_Word rtype, symidx; local in function:kobj_reloc 88 rtype = ELF_R_TYPE(rela->r_info); 94 rtype = ELF_R_TYPE(rel->r_info); 104 switch (rtype) { 133 printf("kobj_reloc: unexpected relocation type %d\n", rtype);
|
/src/sys/arch/powerpc/powerpc/ |
kobj_machdep.c | 76 u_int rtype, symidx; local in function:kobj_reloc 91 rtype = ELF_R_TYPE(rela->r_info); 100 switch (rtype) { 142 printf("kobj_reloc: unexpected relocation type %u\n", rtype); 147 switch (rtype) {
|
/src/sys/arch/aarch64/aarch64/ |
kobj_machdep.c | 56 Elf_Word rtype; member in struct:rtypeinfo 76 strrtype(Elf_Word rtype) 82 if (rtypetbl[i].rtype == rtype) 85 snprintf(buf, sizeof(buf), "RELOCATION-TYPE-%d", rtype); 127 Elf_Word rtype, symidx; local in function:kobj_reloc 154 rtype = ELF_R_TYPE(rela->r_info); 165 switch (rtype) { 181 symidx, rtype, where, off); 188 printf("%s:%d: rtype=%s, where=%p (base+0x%jx)\n" [all...] |
/src/sys/arch/amd64/amd64/ |
kobj_machdep.c | 80 uintptr_t rtype, symidx; local in function:kobj_reloc 89 rtype = ELF_R_TYPE(rela->r_info); 94 rtype = ELF_R_TYPE(rel->r_info); 97 switch (rtype) { 115 switch (rtype) { 162 printf("kobj_reloc: unexpected relocation type %ld\n", rtype);
|
/src/lib/libterminfo/ |
term_private.h | 171 int rtype; member in struct:__anon386157850408 179 ((tic)->rtype == TERMINFO_RTYPE_O1 ? sizeof(uint16_t) : sizeof(uint32_t)) 219 _ti_decode_num(const char **cap, int rtype) 221 if (rtype == TERMINFO_RTYPE_O1) { 285 _ti_encode_buf_num(TBUF *tbuf, int num, int rtype) 287 if (rtype == TERMINFO_RTYPE_O1) {
|
compile.c | 77 ortype = tic->rtype; 78 tic->rtype = TERMINFO_RTYPE; 80 tic->name = _ti_getname(tic->rtype, tic->name); 95 name = _ti_getname(tic->rtype, buf); 260 _ti_getname(int rtype, const char *orig) 268 switch (rtype) { 344 _ti_encode_buf_num(&tic->extras, num, tic->rtype); 399 *cap++ = tic->rtype; 636 tic->rtype = TERMINFO_RTYPE_O1; /* will promote if needed */ 638 tic->rtype = TERMINFO_RTYPE [all...] |
term.c | 81 char rtype; local in function:_ti_readterm 88 rtype = *cap++; 91 if (rtype != TERMINFO_RTYPE && rtype != TERMINFO_RTYPE_O1) 146 term->nums[ind] = _ti_decode_num(&cap, rtype); 196 ud->num = _ti_decode_num(&cap, rtype);
|
/src/sys/arch/hppa/hppa/ |
kobj_machdep.c | 135 Elf_Word rtype, symidx; local in function:kobj_reloc 149 rtype = ELF_R_TYPE(rela->r_info); 158 switch (rtype) { 214 printf("%s: unexpected relocation type %d\n", __func__, rtype); 218 switch (rtype) {
|
/src/usr.bin/tic/ |
tic.c | 240 if (tic->rtype == TERMINFO_RTYPE) 255 if (rtic->rtype < utic->rtype) 256 errx(EXIT_FAILURE, "merge rtype diff (%s:%d into %s:%d)", 257 utic->name, utic->rtype, rtic->name, rtic->rtype); 274 num = _ti_decode_num(&cap, utic->rtype); 313 num = _ti_decode_num(&cap, utic->rtype); 356 if (nrterm->tic->rtype >= nuterm->tic->rtype) [all...] |
/src/sys/arch/arm/arm32/ |
kobj_machdep.c | 79 Elf_Word rtype, symidx; local in function:kobj_reloc 88 rtype = ELF_R_TYPE(rela->r_info); 94 rtype = ELF_R_TYPE(rel->r_info); 104 switch (rtype) { 140 if (rtype == R_ARM_MOVT_ABS) 214 rtype, where, symidx);
|
/src/usr.sbin/moused/ |
moused.c | 343 int rtype; /* MOUSE_PROTO_XXX */ member in struct:rodentparam 363 .rtype = MOUSE_PROTO_UNKNOWN, 723 rodent.rtype = MOUSE_PROTO_UNKNOWN; 730 rodent.rtype = i; 758 switch(rodent.rtype) { 761 rodent.rtype = MOUSE_PROTO_BUS; 790 r_name(rodent.rtype), r_model(rodent.hw.model)); 796 printf("%s\n", r_name(rodent.rtype)); 803 r_name(rodent.rtype), r_model(rodent.hw.model)); 1016 if (rodent.rtype == MOUSE_PROTO_X10MOUSEREM [all...] |
/src/sys/arch/mips/mips/ |
kobj_machdep.c | 68 Elf_Word rtype, symidx; local in function:kobj_reloc 84 rtype = ELF_R_TYPE(rela->r_info); 99 switch (rtype) { 229 __func__, rtype, where);
|
/src/sys/arch/riscv/riscv/ |
kobj_machdep.c | 135 const u_int rtype = ELF_R_TYPE(rela->r_info); local in function:kobj_reloc 144 switch (rtype) { 161 switch (rtype) { 215 switch (rtype) { 267 printf("%s: unexpected relocation type %u\n\n", __func__, rtype); 272 switch (rtype) { 538 printf("Unexpected relocation type %d\n", rtype);
|
/src/sys/arch/amd64/stand/prekern/ |
elf.c | 200 uintptr_t rtype, symidx; local in function:elf_apply_reloc 208 rtype = ELF_R_TYPE(rela->r_info); 213 rtype = ELF_R_TYPE(rel->r_info); 216 switch (rtype) { 228 switch (rtype) {
|