/freebsd/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() 83 return ChassisTypeStr[node->ch_type]; 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() [all …]
|
H A D | ibnetdisc.h | 92 unsigned char ch_type; member
|
/freebsd/sys/arm/allwinner/ |
H A D | a10_dmac.c | 65 enum a10dmac_type ch_type; member 145 sc->sc_ndma_channels[index].ch_type = CH_NDMA; in a10dmac_attach() 154 sc->sc_ddma_channels[index].ch_type = CH_DDMA; in a10dmac_attach() 213 if (ch->ch_type == CH_NDMA) { in a10dmac_read_ctl() 223 if (ch->ch_type == CH_NDMA) { in a10dmac_write_ctl() 298 if (ch->ch_type == CH_NDMA) { in a10dmac_set_config() 356 if (ch->ch_type == CH_NDMA) in a10dmac_alloc() 381 if (ch->ch_type == CH_NDMA) { in a10dmac_free() 407 if (ch->ch_type == CH_NDMA) { in a10dmac_transfer() 439 if (ch->ch_type == CH_NDMA) { in a10dmac_halt()
|
/freebsd/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() 230 if (ch != NULL && ch->ch_type == CH_TYPE_ZEROES) { in image_chunk_skipto() 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() [all …]
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | gelf_chdr.c | 73 d->ch_type = (Elf64_Word)ch32->ch_type; in gelf_getchdr()
|
/freebsd/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/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.cpp | 116 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in decompressAux() 254 if (hdr->ch_type == ELFCOMPRESS_ZLIB) { in parseCompressedHeader() 258 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) { in parseCompressedHeader() 264 Twine(hdr->ch_type) + ")"); in parseCompressedHeader() 1240 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in writeTo()
|
H A D | OutputSections.cpp | 494 chdr->ch_type = compressed.type; in writeTo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1915 Elf32_Word ch_type; member 1922 Elf64_Word ch_type; member
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_elf_init.c | 220 if (chdr.ch_type != ELFCOMPRESS_ZLIB) { in _dwarf_elf_decompress()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 606 Elf_Word ch_type; 614 Elf_Word ch_type;
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObject.cpp | 545 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit() 548 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD; in visit() 1782 *Data, Chdr->ch_type, Chdr->ch_size, Chdr->ch_addralign)); in makeSection()
|
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 4631 if (Chdr->ch_type == ELFCOMPRESS_ZLIB) in printSectionDetails() 4633 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD) in printSectionDetails() 4636 OS << format("[<unknown>: 0x%x]", unsigned(Chdr->ch_type)); in printSectionDetails()
|
/freebsd/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()
|