Searched refs:ch_type (Results 1 - 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_chdr.c73 d->ch_type = (Elf64_Word)ch32->ch_type;
/freebsd-13-stable/sys/arm/allwinner/
H A Da10_dmac.c68 enum a10dmac_type ch_type; member in struct:a10dmac_channel
148 sc->sc_ndma_channels[index].ch_type = CH_NDMA;
157 sc->sc_ddma_channels[index].ch_type = CH_DDMA;
216 if (ch->ch_type == CH_NDMA) {
226 if (ch->ch_type == CH_NDMA) {
301 if (ch->ch_type == CH_NDMA) {
359 if (ch->ch_type == CH_NDMA)
384 if (ch->ch_type == CH_NDMA) {
410 if (ch->ch_type == CH_NDMA) {
442 if (ch->ch_type
[all...]
/freebsd-13-stable/contrib/ofed/libibnetdisc/
H A Dchassis.c81 if (node->ch_type == UNRESOLVED_CT || node->ch_type > ISR4200_CT)
83 return ChassisTypeStr[node->ch_type];
488 n->ch_type = ISR9096_CT;
492 n->ch_type = ISR9288_CT;
496 n->ch_type = ISR2012_CT;
500 n->ch_type = ISR2004_CT;
504 n->ch_type = ISR4700_CT;
508 n->ch_type = ISR4700_CT;
512 n->ch_type
[all...]
H A Dibnetdisc.h92 unsigned char ch_type; member in struct:ibnd_node
/freebsd-13-stable/usr.bin/mkimg/
H A Dimage.c73 u_int ch_type; member in struct:chunk
208 ch->ch_type = CH_TYPE_MEMORY;
232 if (ch != NULL && ch->ch_type == CH_TYPE_ZEROES) {
244 ch->ch_type = CH_TYPE_ZEROES;
256 if (ch != NULL && ch->ch_type == CH_TYPE_FILE) {
273 ch->ch_type = CH_TYPE_FILE;
621 switch (ch->ch_type) {
651 if (ch->ch_type != CH_TYPE_ZEROES)
691 if (ch->ch_type == CH_TYPE_FILE)
693 if (ch->ch_type
[all...]
/freebsd-13-stable/sys/sys/
H A Delf32.h260 Elf32_Word ch_type; member in struct:__anon15816
H A Delf64.h263 Elf64_Word ch_type; member in struct:__anon15834
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1549 Elf32_Word ch_type; member in struct:llvm::ELF::Elf32_Chdr
1556 Elf64_Word ch_type; member in struct:llvm::ELF::Elf64_Chdr
1576 // Legal values for ch_type field of compressed section header.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h552 Elf_Word ch_type;
560 Elf_Word ch_type;
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp290 hdr->ch_type = ELFCOMPRESS_ZLIB;
H A DInputSection.cpp249 if (hdr->ch_type != ELFCOMPRESS_ZLIB) {
267 if (hdr->ch_type != ELFCOMPRESS_ZLIB) {
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_event.c562 enum nl80211_channel_type ch_type = nla_get_u32(type); local
564 wpa_printf(MSG_DEBUG, "nl80211: Channel type: %d", ch_type);
565 switch (ch_type) {
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp496 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB;
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c6935 if (chdr.ch_type != ELFCOMPRESS_ZLIB) {
6936 warnx("unknown compression type: %d", chdr.ch_type);

Completed in 215 milliseconds