Home
last modified time | relevance | path

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

12

/netbsd-src/bin/setfacl/
H A Dmerge.c52 acl_entry_type_t entry_type; in merge_user_group() local
73 if (acl_get_entry_type_np(*entry, &entry_type)) in merge_user_group()
75 if (acl_set_entry_type_np(*entry_new, entry_type)) in merge_user_group()
101 acl_entry_type_t entry_type, entry_type_new; in merge_acl() local
153 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl()
159 if (entry_type != entry_type_new) in merge_acl()
184 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl()
187 if (acl_set_entry_type_np(entry_new, entry_type)) in merge_acl()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ct/
H A Dct_vfy.c47 if (sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET) in sct_ctx_update()
49 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL) in sct_ctx_update()
56 s2n(sct->entry_type, p); in sct_ctx_update()
61 if (sct->entry_type == CT_LOG_ENTRY_TYPE_X509) { in sct_ctx_update()
102 sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET || in SCT_CTX_verify()
103 (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL)) { in SCT_CTX_verify()
H A Dct_sct.c31 sct->entry_type = CT_LOG_ENTRY_TYPE_NOT_SET; in SCT_new()
64 int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type) in SCT_set_log_entry_type() argument
68 switch (entry_type) { in SCT_set_log_entry_type()
71 sct->entry_type = entry_type; in SCT_set_log_entry_type()
202 return sct->entry_type; in SCT_get_log_entry_type()
H A Dct_b64.c64 ct_log_entry_type_t entry_type, uint64_t timestamp, in SCT_new_from_base64() argument
118 if (!SCT_set_log_entry_type(sct, entry_type)) in SCT_new_from_base64()
H A Dct_local.h78 ct_log_entry_type_t entry_type; member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_vfy.c47 if (sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET) in sct_ctx_update()
49 if (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL) in sct_ctx_update()
56 s2n(sct->entry_type, p); in sct_ctx_update()
61 if (sct->entry_type == CT_LOG_ENTRY_TYPE_X509) { in sct_ctx_update()
102 sct->entry_type == CT_LOG_ENTRY_TYPE_NOT_SET || in SCT_CTX_verify()
103 (sct->entry_type == CT_LOG_ENTRY_TYPE_PRECERT && sctx->ihash == NULL)) { in SCT_CTX_verify()
H A Dct_sct.c31 sct->entry_type = CT_LOG_ENTRY_TYPE_NOT_SET; in SCT_new()
64 int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type) in SCT_set_log_entry_type() argument
68 switch (entry_type) { in SCT_set_log_entry_type()
71 sct->entry_type = entry_type; in SCT_set_log_entry_type()
202 return sct->entry_type; in SCT_get_log_entry_type()
H A Dct_b64.c64 ct_log_entry_type_t entry_type, uint64_t timestamp, in SCT_new_from_base64() argument
118 if (!SCT_set_log_entry_type(sct, entry_type)) in SCT_new_from_base64()
H A Dct_local.h78 ct_log_entry_type_t entry_type; member
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_acl.c208 uint16_t entry_type; in zfs_ace_fuid_get_who() local
211 entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_get_who()
213 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who()
214 entry_type == ACE_EVERYONE) in zfs_ace_fuid_get_who()
242 uint16_t entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_set_who() local
244 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who()
245 entry_type == ACE_EVERYONE) in zfs_ace_fuid_set_who()
254 uint16_t entry_type; in zfs_ace_fuid_size() local
264 entry_type = in zfs_ace_fuid_size()
266 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size()
[all …]
H A Dzfs_byteswap.c56 uint16_t entry_type; in zfs_ace_byteswap() local
85 entry_type = zacep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap()
96 entry_type = acep->a_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap()
98 switch (entry_type) { in zfs_ace_byteswap()
/netbsd-src/external/apache2/llvm/dist/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)
/netbsd-src/external/bsd/libevent/dist/
H A Devent_rpcgen.py1479 entry_type = ""
1487 if not entry_type:
1496 if not entry_type:
1497 entry_type = token
1531 if entry_type == "bytes":
1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1535 newentry = factory.EntryVarBytes(entry_type, name, tag)
1536 elif entry_type == "int" and not fixed_length:
1537 newentry = factory.EntryInt(entry_type, name, tag)
1538 elif entry_type == "int64" and not fixed_length:
[all …]
/netbsd-src/lib/libc/posix1e/
H A Dacl_set.c234 acl_set_entry_type_np(acl_entry_t entry_d, acl_entry_type_t entry_type) in acl_set_entry_type_np() argument
247 switch (entry_type) { in acl_set_entry_type_np()
252 entry_d->ae_entry_type = entry_type; in acl_set_entry_type_np()
H A Dacl_to_text_nfs4.c119 acl_entry_type_t entry_type; in format_entry_type() local
121 error = acl_get_entry_type_np(entry, &entry_type); in format_entry_type()
125 switch (entry_type) { in format_entry_type()
/netbsd-src/external/apache2/llvm/dist/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.cpp138 static void layout(BlobAllocator &File, MemoryListStream::entry_type &Range) { in layout()
142 static void layout(BlobAllocator &File, ModuleListStream::entry_type &M) { in layout()
149 static void layout(BlobAllocator &File, ThreadListStream::entry_type &T) { in layout()
/netbsd-src/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c252 entry->entry_type = ET_ENTRY_VE; in cd9660_boot_setup_validation_entry()
287 default_entry->entry_type = ET_ENTRY_IE; in cd9660_boot_setup_default_entry()
315 entry->entry_type = ET_ENTRY_SH; in cd9660_boot_setup_section_head()
332 entry->entry_type = ET_ENTRY_SE; in cd9660_boot_setup_section_entry()
504 next->entry_type == ET_ENTRY_SE) in cd9660_setup_boot()
513 if (next->entry_type == ET_ENTRY_SH) in cd9660_setup_boot()
651 e->entry_type); in cd9660_write_boot()
H A Diso9660_rrip.c151 t->entry_type != SUSP_ENTRY_SUSP_CE) in cd9660_susp_finalize_node()
179 switch (t->entry_type) { in cd9660_rrip_finalize_node()
444 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument
451 temp->entry_type = entry_type; in cd9660node_susp_create_node()
H A Dcd9660_eltorito.h127 char entry_type; member
/netbsd-src/sys/kern/
H A Dsubr_acl_nfs4.c70 acl_entry_type_t entry_type)
81 if (ae->ae_entry_type != entry_type)
93 acl_entry_type_t entry_type) in _acl_append() argument
105 ae->ae_entry_type = entry_type; in _acl_append()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dct.h133 ct_log_entry_type_t entry_type,
169 __owur int SCT_set_log_entry_type(SCT *sct, ct_log_entry_type_t entry_type);
/netbsd-src/external/gpl3/binutils.old/dist/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}.
/netbsd-src/usr.sbin/sysinst/arch/mac68k/
H A Dmd.c618 int type, maxsiz, entry_type = MAP_OTHER; local
634 entry_type = map_entry->type;
643 if (entry_type == MAP_RESERVED)
645 else if (entry_type == MAP_NETBSD) {
659 } else if (entry_type == MAP_MACOS)
/netbsd-src/external/gpl3/binutils/dist/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} *)
212 @var{entry_type} is @code{struct bfd_link_hash_entry}.

12