Home
last modified time | relevance | path

Searched refs:ch_type (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dserial.c54 static void serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout);
72 serial_logchar (struct ui_file *stream, int ch_type, int ch, int timeout) in serial_logchar() argument
74 if (ch_type != serial_current_type) in serial_logchar()
76 fprintf_unfiltered (stream, "\n%c ", ch_type); in serial_logchar()
77 serial_current_type = ch_type; in serial_logchar()
H A DChangeLog-19981804 * serial.c (serial_logchar): Change chtype to ch_type. sigh.
/openbsd-src/sys/dev/pci/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia.c90 cmd.query_hpd.data.ch_type = AUX_CHANNEL_DPIA; in dpia_query_hpd_status()
/openbsd-src/sys/dev/pv/
H A Dhypervvar.h67 struct hv_guid ch_type; member
H A Dhyperv.c1067 memcpy(&nch->ch_type, &co->co_chan.chm_chtype, sizeof(ch->ch_type)); in hv_process_offer()
1072 if (!memcmp(&ch->ch_type, &nch->ch_type, sizeof(ch->ch_type)) && in hv_process_offer()
1818 dv->dv_aa.aa_type = &ch->ch_type; in hv_attach_devices()
H A Dhypervic.c186 if (memcmp(dv->dv_type, &ch->ch_type, in hv_attach_icdevs()
187 sizeof(ch->ch_type)) == 0) in hv_attach_icdevs()
/openbsd-src/gnu/llvm/lld/ELF/
H A DInputSection.cpp115 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in decompressAux()
217 if (hdr->ch_type == ELFCOMPRESS_ZLIB) { in parseCompressedHeader()
221 } else if (hdr->ch_type == ELFCOMPRESS_ZSTD) { in parseCompressedHeader()
227 Twine(hdr->ch_type) + ")"); in parseCompressedHeader()
1110 if (Error e = hdr->ch_type == ELFCOMPRESS_ZLIB in writeTo()
H A DOutputSections.cpp458 chdr->ch_type = ELFCOMPRESS_ZSTD; in writeTo()
462 chdr->ch_type = ELFCOMPRESS_ZLIB; in writeTo()
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1799 Elf32_Word ch_type; member
1806 Elf64_Word ch_type; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h580 Elf_Word ch_type;
588 Elf_Word ch_type;
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp519 Chdr.ch_type = ELF::ELFCOMPRESS_ZLIB; in visit()
522 Chdr.ch_type = ELF::ELFCOMPRESS_ZSTD; in visit()
1731 *Data, Chdr->ch_type, Chdr->ch_size, Chdr->ch_addralign)); in makeSection()
/openbsd-src/sys/dev/pci/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1960 enum aux_channel_type ch_type; /**< enum aux_channel_type */ member
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4212 if (Chdr->ch_type == ELFCOMPRESS_ZLIB) in printSectionDetails()
4214 else if (Chdr->ch_type == ELFCOMPRESS_ZSTD) in printSectionDetails()
4217 OS << format("[<unknown>: 0x%x]", unsigned(Chdr->ch_type)); in printSectionDetails()