/freebsd/sys/dev/proto/ |
H A D | proto_core.c | 101 r->r_type = type; in proto_add_resource() 187 switch (r->r_type) { in proto_attach() 198 (r->r_type == SYS_RES_IOPORT) ? "io" : "mem"); in proto_attach() 241 switch (r->r_type) { in proto_detach() 244 bus_release_resource(dev, r->r_type, r->r_rid, in proto_detach() 248 bus_release_resource(dev, r->r_type, r->r_rid, in proto_detach() 254 bus_release_resource(dev, r->r_type, r->r_rid, in proto_detach() 265 r->r_type = PROTO_RES_UNUSED; in proto_detach() 314 if (r->r_type == PROTO_RES_BUSDMA) in proto_close() 356 buf.x1[0] = (r->r_type == PROTO_RES_PCICFG) ? in proto_read() [all …]
|
H A D | proto.h | 37 u_int r_type:8; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachORelocation.h | 30 uint8_t r_type; // if not 0, machine-specific relocation type. variable 38 ((r_type & 15) << 24) | (r_address & 0x00FFFFFF); in getPackedFields() 41 (r_extern << 4) | (r_type & 15); in getPackedFields() 50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCELFExtras.h | 38 (Type != CR.r_type ? 2 : 0) + in encodeCrel() 52 encodeSLEB128(static_cast<int32_t>(CR.r_type - Type), OS); in encodeCrel() 53 Type = CR.r_type; in encodeCrel()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | port-aix.h | 59 #ifdef r_type 60 # undef r_type
|
/freebsd/libexec/rbootd/ |
H A D | rmpproto.c | 85 switch(rmp->r_type) { /* do what we came here to do */ in ProcessPacket() 149 EnetStr(rconn), rmp->r_type); in ProcessPacket() 417 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session): in SendReadRepl() 521 ((rpl->r_type == RMP_BOOT_REPL)? ntohs(rpl->r_brpl.rmp_session): in BootDone()
|
H A D | utils.c | 117 switch(rmp->r_type) { in DispPkt() 168 rmp->r_type); in DispPkt()
|
H A D | rmp_var.h | 234 #define r_type rmp_proto.rmp_raw.rmp_type macro
|
H A D | rbootd.c | 305 EnetStr(rtmp), rtmp->rmp.r_type); in DoTimeout()
|
/freebsd/contrib/llvm-project/lld/MachO/Arch/ |
H A D | ARM64Common.cpp | 21 if (rel.r_type != ARM64_RELOC_UNSIGNED && in getEmbeddedAddend() 22 rel.r_type != ARM64_RELOC_SUBTRACTOR) { in getEmbeddedAddend()
|
H A D | X86_64.cpp | 88 return static_cast<int32_t>(read32le(loc)) + pcrelOffset(rel.r_type); in getEmbeddedAddend() 90 return read64le(loc) + pcrelOffset(rel.r_type); in getEmbeddedAddend()
|
/freebsd/include/ |
H A D | res_update.h | 44 ns_type r_type; /*%< type number */ member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 718 static void PrintRType(const uint64_t cputype, const unsigned r_type) { in PrintRType() argument 740 if (r_type > 0xf){ in PrintRType() 741 outs() << format("%-7u", r_type) << " "; in PrintRType() 746 outs() << generic_r_types[r_type]; in PrintRType() 749 outs() << x86_64_r_types[r_type]; in PrintRType() 752 outs() << arm_r_types[r_type]; in PrintRType() 756 outs() << arm64_r_types[r_type]; in PrintRType() 759 outs() << format("%-7u ", r_type); in PrintRType() 763 static void PrintRLength(const uint64_t cputype, const unsigned r_type, in PrintRLength() argument 766 (r_type == MachO::ARM_RELOC_HALF || in PrintRLength() [all …]
|
/freebsd/lib/libc/resolv/ |
H A D | res_mkupdate.c | 142 rtype = rrecp->r_type; in res_nmkupdate() 202 if (numrrs != 1 || rrecp->r_type != T_SOA) in res_nmkupdate() 221 switch (rrecp->r_type) { in res_nmkupdate() 260 if (rrecp->r_type == T_SOA) { in res_nmkupdate() 946 rrecp->r_type = (ns_type)type; in res_mkupdrec()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 277 uint32_t r_type = Type & 0xff; in resolveMIPSN64Relocation() local 283 uint32_t RelType = r_type; in resolveMIPSN64Relocation()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | OutputSections.cpp | 638 (out.r_type != type ? 2 : 0) + in encodeOneCrel() 651 encodeSLEB128(static_cast<int32_t>(type - out.r_type), os); in encodeOneCrel() 652 out.r_type = type; in encodeOneCrel() 695 file.getSymbol(r.r_symidx), r.r_type, r.r_addend); in finalizeNonAllocCrel()
|
H A D | Relocations.h | 251 crel.r_type += readSLEB128(p); in step()
|
/freebsd/contrib/tzcode/ |
H A D | localtime.c | 154 enum r_type { 161 enum r_type r_type; /* type of rule */ 958 rulep->r_type = JULIAN_DAY; in getsecs() 965 rulep->r_type = MONTH_NTH_DAY_OF_WEEK; in getsecs() 982 rulep->r_type = DAY_OF_YEAR; in getoffset() 1012 switch (rulep->r_type) { in getrule() 159 enum r_type { global() enum 166 enum r_type r_type; /* type of rule */ global() member
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_x86_64.cpp | 57 switch (RI.r_type) { in getRelocKind() 112 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocKind()
|
H A D | MachO_arm64.cpp | 58 switch (RI.r_type) { in getRelocationKind() 120 ", kind=" + formatv("{0:x1}", RI.r_type) + in getRelocationKind()
|
H A D | MachOLinkGraphBuilder.h | 178 RI.r_type = (ARI.r_word1 >> 28); in getRelocationInfo()
|
/freebsd/sys/dev/bhnd/bcma/ |
H A D | bcma_erom.c | 242 uint8_t r_type; in bcma_erom_lookup_core_addr() local 251 r_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr() 252 error = bcma_erom_region_to_port_type(sc, r_type, &p_type); in bcma_erom_lookup_core_addr()
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 94 int r_type; /* optional type for this resource. */ member 911 r->__r_i->r_type = type; in rman_set_type() 917 return (r->__r_i->r_type); in rman_get_type()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.cpp | 503 const RelocAttrs &relocAttrs = target->getRelocAttrs(rel.r_type); in validateRelocationInfo() 568 target->hasAttr(relInfo.r_type, RelocAttrBits::SUBTRAHEND); in parseRelocations() 570 if (target->hasAttr(relInfo.r_type, RelocAttrBits::ADDEND)) { in parseRelocations() 584 r.type = relInfo.r_type; in parseRelocations() 639 assert(target->hasAttr(minuendInfo.r_type, RelocAttrBits::UNSIGNED) && in parseRelocations() 642 p.type = minuendInfo.r_type; in parseRelocations()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 494 uint32_t r_type; 498 uint32_t getType(bool) const { return r_type; } 502 r_type = t;
|