| /freebsd-14.2/contrib/ofed/libibnetdisc/ |
| H A D | chassis.c | 81 if (node->ch_type == UNRESOLVED_CT || node->ch_type > ISR4200_CT) in ibnd_get_chassis_type() 488 n->ch_type = ISR9096_CT; in get_sfb_slot() 492 n->ch_type = ISR9288_CT; in get_sfb_slot() 496 n->ch_type = ISR2012_CT; in get_sfb_slot() 500 n->ch_type = ISR2004_CT; in get_sfb_slot() 504 n->ch_type = ISR4700_CT; in get_sfb_slot() 508 n->ch_type = ISR4700_CT; in get_sfb_slot() 512 n->ch_type = ISR4200_CT; in get_sfb_slot() 530 n->ch_type = ISR9096_CT; in get_router_slot() 534 n->ch_type = ISR9288_CT; in get_router_slot() [all …]
|
| H A D | ibnetdisc.h | 92 unsigned char ch_type; member
|
| /freebsd-14.2/sys/arm/allwinner/ |
| H A D | a10_dmac.c | 66 enum a10dmac_type ch_type; member 146 sc->sc_ndma_channels[index].ch_type = CH_NDMA; in a10dmac_attach() 155 sc->sc_ddma_channels[index].ch_type = CH_DDMA; in a10dmac_attach() 214 if (ch->ch_type == CH_NDMA) { in a10dmac_read_ctl() 224 if (ch->ch_type == CH_NDMA) { in a10dmac_write_ctl() 299 if (ch->ch_type == CH_NDMA) { in a10dmac_set_config() 357 if (ch->ch_type == CH_NDMA) in a10dmac_alloc() 382 if (ch->ch_type == CH_NDMA) { in a10dmac_free() 408 if (ch->ch_type == CH_NDMA) { in a10dmac_transfer() 440 if (ch->ch_type == CH_NDMA) { in a10dmac_halt()
|
| /freebsd-14.2/usr.bin/mkimg/ |
| H A D | image.c | 71 u_int ch_type; member 206 ch->ch_type = CH_TYPE_MEMORY; in image_chunk_memory() 242 ch->ch_type = CH_TYPE_ZEROES; in image_chunk_skipto() 254 if (ch != NULL && ch->ch_type == CH_TYPE_FILE) { in image_chunk_append() 271 ch->ch_type = CH_TYPE_FILE; in image_chunk_append() 619 switch (ch->ch_type) { in image_copyout_region() 649 if (ch->ch_type != CH_TYPE_ZEROES) in image_data() 689 if (ch->ch_type == CH_TYPE_FILE) in image_write() 691 if (ch->ch_type == CH_TYPE_ZEROES) { in image_write() 696 assert(ch->ch_type == CH_TYPE_MEMORY); in image_write() [all …]
|
| /freebsd-14.2/contrib/elftoolchain/libelf/ |
| H A D | gelf_chdr.c | 73 d->ch_type = (Elf64_Word)ch32->ch_type; in gelf_getchdr()
|
| /freebsd-14.2/sys/sys/ |
| H A D | elf32.h | 260 Elf32_Word ch_type; member
|
| H A D | elf64.h | 263 Elf64_Word ch_type; member
|
| /freebsd-14.2/contrib/llvm-project/lld/ELF/ |
| H A D | InputSection.cpp | 116 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in decompressAux() 218 if (hdr->ch_type == ELFCOMPRESS_ZLIB) { in parseCompressedHeader() 222 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) { in parseCompressedHeader() 228 Twine(hdr->ch_type) + ")"); in parseCompressedHeader() 1191 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in writeTo()
|
| H A D | OutputSections.cpp | 462 chdr->ch_type = ELFCOMPRESS_ZSTD; in writeTo() 466 chdr->ch_type = ELFCOMPRESS_ZLIB; in writeTo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1868 Elf32_Word ch_type; member 1875 Elf64_Word ch_type; member
|
| /freebsd-14.2/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_elf_init.c | 220 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in _dwarf_elf_decompress()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 580 Elf_Word ch_type; 588 Elf_Word ch_type;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 526 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit() 529 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD; in visit() 1750 *Data, Chdr->ch_type, Chdr->ch_size, Chdr->ch_addralign)); in makeSection()
|
| /freebsd-14.2/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211_event.c | 1222 enum nl80211_channel_type ch_type = nla_get_u32(type); in mlme_event_ch_switch() local 1224 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type); in mlme_event_ch_switch() 1225 switch (ch_type) { in mlme_event_ch_switch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 4552 if (Chdr->ch_type == ELFCOMPRESS_ZLIB) in printSectionDetails() 4554 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD) in printSectionDetails() 4557 OS << format("[<unknown>: 0x%x]", unsigned(Chdr->ch_type)); in printSectionDetails()
|
| /freebsd-14.2/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 7036 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in decompress_section() 7037 warnx("unknown compression type: %d", chdr.ch_type); in decompress_section()
|