Searched refs:ch_type (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | serial.c | 54 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 D | ChangeLog-1998 | 1804 * serial.c (serial_logchar): Change chtype to ch_type. sigh.
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/link/protocols/ |
| H A D | link_dp_dpia.c | 90 cmd.query_hpd.data.ch_type = AUX_CHANNEL_DPIA; in dpia_query_hpd_status()
|
| /openbsd-src/sys/dev/pv/ |
| H A D | hypervvar.h | 67 struct hv_guid ch_type; member
|
| H A D | hyperv.c | 1067 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 D | hypervic.c | 186 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 D | InputSection.cpp | 115 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 D | OutputSections.cpp | 458 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 D | ELF.h | 1799 Elf32_Word ch_type; member 1806 Elf64_Word ch_type; member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 580 Elf_Word ch_type; 588 Elf_Word ch_type;
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 519 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 D | dmub_cmd.h | 1960 enum aux_channel_type ch_type; /**< enum aux_channel_type */ member
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 4212 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()
|