Home
last modified time | relevance | path

Searched refs:entry_type (Results 1 – 25 of 30) sorted by relevance

12

/openbsd-src/lib/libcrypto/ct/
H A Dct_vfy.c89 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 Dct_sct.c86 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 Dct_b64.c120 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 Dct.h175 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 Dct_local.h116 ct_log_entry_type_t entry_type; member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h62 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 Dqlereg.h477 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 Dgnu-v2-abi.c98 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 Dxray_trampoline_hexagon.S33 .macro CALL_PATCHED_FUNC entry_type argument
43 r1 = \entry_type
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp276 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 DMinidumpEmitter.cpp139 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 Dqlareg.h544 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 Dqlw.c569 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 Dqlwreg.h249 u_int8_t entry_type; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp34 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 DAuxVector.h65 std::optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
/openbsd-src/gnu/usr.bin/binutils/bfd/doc/
H A Dhash.texi173 @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 Dcd9660_eltorito.c229 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 Diso9660_rrip.c146 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 Dcd9660_eltorito.h128 char entry_type; member
H A Diso9660_rrip.h210 char entry_type; /* Record type */ member
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dlldbgdbserverutils.py737 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 Dthrow_allocator.h167 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 Dhash.texi177 @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 Dsee.c484 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()

12