| /openbsd-src/lib/libcrypto/ct/ |
| H A D | ct_vfy.c | 89 if (sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET) in sct_ctx_update() 91 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL) in sct_ctx_update() 106 if (!CBB_add_u16(&cbb, sct->entry_type)) in sct_ctx_update() 109 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT) { in sct_ctx_update() 116 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT) { in sct_ctx_update() 157 sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET || in SCT_CTX_verify() 158 (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && in SCT_CTX_verify()
|
| H A D | ct_sct.c | 86 sct->entry_type = CT_LOG_ENTRY_TYPE_NOT_SET; in SCT_new() 127 SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type) in SCT_set_log_entry_type() argument 131 switch (entry_type) { in SCT_set_log_entry_type() 134 sct->entry_type = entry_type; in SCT_set_log_entry_type() 288 return sct->entry_type; in SCT_get_log_entry_type()
|
| H A D | ct_b64.c | 120 ct_log_entry_type_t entry_type, uint64_t timestamp, in SCT_new_from_base64() argument 173 if (!SCT_set_log_entry_type(sct, entry_type)) in SCT_new_from_base64()
|
| H A D | ct.h | 175 ct_log_entry_type_t entry_type, uint64_t timestamp, 209 int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type);
|
| H A D | ct_local.h | 116 ct_log_entry_type_t entry_type; member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
| H A D | MinidumpYAML.h | 62 using entry_type = EntryT; member 64 std::vector<entry_type> Entries; 66 explicit ListStream(std::vector<entry_type> Entries = {}) 267 llvm::MinidumpYAML::MemoryListStream::entry_type) 269 llvm::MinidumpYAML::ModuleListStream::entry_type) 271 llvm::MinidumpYAML::ThreadListStream::entry_type) 274 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::MemoryListStream::entry_type) 275 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ModuleListStream::entry_type) 276 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::MinidumpYAML::ThreadListStream::entry_type)
|
| /openbsd-src/sys/dev/pci/ |
| H A D | qlereg.h | 477 u_int8_t entry_type; /* QLE_IOCB_STATUS */ member 518 u_int8_t entry_type; /* QLE_IOCB_MARKER */ member 534 u_int8_t entry_type; /* QLE_IOCB_STATUS_CONT */ member 543 u_int8_t entry_type; /* QLE_IOCB_CMD_TYPE_6 */ member 583 u_int8_t entry_type; /* QLE_IOCB_CT_PASSTHROUGH */ member 622 u_int8_t entry_type; /* QLE_IOCB_PLOGX */ member
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gnu-v2-abi.c | 98 struct type *entry_type; in gnuv2_virtual_fn_field() local 161 entry_type = check_typedef (VALUE_TYPE (entry)); in gnuv2_virtual_fn_field() 163 if (TYPE_CODE (entry_type) == TYPE_CODE_STRUCT) in gnuv2_virtual_fn_field() 176 else if (TYPE_CODE (entry_type) == TYPE_CODE_PTR) in gnuv2_virtual_fn_field()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_hexagon.S | 33 .macro CALL_PATCHED_FUNC entry_type argument 43 r1 = \entry_type
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | MinidumpYAML.cpp | 276 void yaml::MappingTraits<ModuleListStream::entry_type>::mapping( in mapping() 277 IO &IO, ModuleListStream::entry_type &M) { in mapping() 301 void yaml::MappingTraits<MemoryListStream::entry_type>::mapping( in mapping() 302 IO &IO, MemoryListStream::entry_type &Range) { in mapping() 359 void yaml::MappingTraits<ThreadListStream::entry_type>::mapping( in mapping() 360 IO &IO, ThreadListStream::entry_type &T) { in mapping() 488 std::vector<MemoryListStream::entry_type> Ranges; in create() 501 std::vector<ModuleListStream::entry_type> Modules; in create() 537 std::vector<ThreadListStream::entry_type> Threads; in create()
|
| H A D | MinidumpEmitter.cpp | 139 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout() 143 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout() 150 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | qlareg.h | 544 u_int8_t entry_type; /* QLA_IOCB_CONT_TYPE_1 */ 554 u_int8_t entry_type; /* QLA_IOCB_STATUS */ member 592 u_int8_t entry_type; /* QLA_IOCB_MARKER */ member 608 u_int8_t entry_type; /* QLA_IOCB_STATUS_CONT */ member 617 u_int8_t entry_type; /* QLA_IOCB_CMD_TYPE_3 or 4 */ member
|
| H A D | qlw.c | 569 int entry_type; in qlw_handle_resp() local 580 qlw_get_header(sc, hdr, &entry_type, &flags); in qlw_handle_resp() 581 switch (entry_type) { in qlw_handle_resp() 703 DEVNAME(sc), entry_type); in qlw_handle_resp() 1286 *type = hdr->entry_type; in qlw_get_header() 1296 hdr->entry_type = count; in qlw_put_header() 1301 hdr->entry_type = type; in qlw_put_header()
|
| H A D | qlwreg.h | 249 u_int8_t entry_type; member
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | AuxVector.cpp | 34 AuxVector::GetAuxValue(enum EntryType entry_type) const { in GetAuxValue() 35 auto it = m_auxv_entries.find(static_cast<uint64_t>(entry_type)); in GetAuxValue()
|
| H A D | AuxVector.h | 65 std::optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | hash.texi | 173 @var{entry_type} is the type of an entry in the hash table you 186 struct @var{entry_type} *ret = (@var{entry_type} *) entry; 190 if (ret == (@var{entry_type} *) NULL) 192 ret = ((@var{entry_type} *) 193 bfd_hash_allocate (table, sizeof (@var{entry_type}))); 194 if (ret == (@var{entry_type} *) NULL) 199 ret = ((@var{entry_type} *) 211 @var{entry_type} is @code{struct bfd_link_hash_entry}.
|
| /openbsd-src/usr.sbin/makefs/cd9660/ |
| H A D | cd9660_eltorito.c | 229 entry->entry_type = ET_ENTRY_VE; in cd9660_boot_setup_validation_entry() 264 default_entry->entry_type = ET_ENTRY_IE; in cd9660_boot_setup_default_entry() 292 entry->entry_type = ET_ENTRY_SH; in cd9660_boot_setup_section_head() 309 entry->entry_type = ET_ENTRY_SE; in cd9660_boot_setup_section_entry() 452 next->entry_type == ET_ENTRY_SE) in cd9660_setup_boot()
|
| H A D | iso9660_rrip.c | 146 t->entry_type != SUSP_ENTRY_SUSP_CE) in cd9660_susp_finalize_node() 174 switch (t->entry_type) { in cd9660_rrip_finalize_node() 453 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument 460 temp->entry_type = entry_type; in cd9660node_susp_create_node()
|
| H A D | cd9660_eltorito.h | 128 char entry_type; member
|
| H A D | iso9660_rrip.h | 210 char entry_type; /* Record type */ member
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | lldbgdbserverutils.py | 737 entry_type = line.get("type", "regex_capture") 738 if entry_type == "regex_capture": 767 elif entry_type == "multi_response": 769 elif entry_type == "output_match": 784 raise Exception("unknown entry type \"%s\"" % entry_type)
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/ |
| H A D | throw_allocator.h | 167 typedef map_type::value_type entry_type; typedef 174 static entry_type 308 throw_allocator_base::entry_type
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | hash.texi | 177 @var{entry_type} is the type of an entry in the hash table you 189 struct @var{entry_type} *ret = (@var{entry_type} *) entry; 201 ret = ((@var{entry_type} *) 213 @var{entry_type} is @code{struct bfd_link_hash_entry}.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | see.c | 484 enum entry_type { enum 509 enum entry_type relevancy; 512 enum entry_type local_relevancy; 3335 enum entry_type et; in see_update_uses_relevancy() 3416 static enum entry_type 3558 enum entry_type et; in see_update_defs_relevancy()
|