Home
last modified time | relevance | path

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

12

/freebsd-13.1/stand/lua/
H A Dmenu.lua43 entry_type = core.MENU_RETURN,
134 entry_type = core.MENU_ENTRY,
158 entry_type = core.MENU_ENTRY,
173 entry_type = core.MENU_ENTRY,
184 entry_type = core.MENU_ENTRY,
194 entry_type = core.MENU_ENTRY,
204 entry_type = core.MENU_ENTRY,
264 entry_type = core.MENU_ENTRY,
277 entry_type = core.MENU_ENTRY,
289 entry_type = core.MENU_ENTRY,
[all …]
/freebsd-13.1/bin/setfacl/
H A Dmerge.c45 acl_entry_type_t entry_type; in merge_user_group() local
66 if (acl_get_entry_type_np(*entry, &entry_type)) in merge_user_group()
68 if (acl_set_entry_type_np(*entry_new, entry_type)) in merge_user_group()
94 acl_entry_type_t entry_type, entry_type_new; in merge_acl() local
146 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl()
152 if (entry_type != entry_type_new) in merge_acl()
177 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl()
180 if (acl_set_entry_type_np(entry_new, entry_type)) in merge_acl()
/freebsd-13.1/crypto/openssl/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()
/freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_acl.c210 uint16_t entry_type; in zfs_ace_fuid_get_who() local
215 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who()
246 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who()
256 uint16_t entry_type; in zfs_ace_fuid_size() local
266 entry_type = in zfs_ace_fuid_size()
517 uint16_t entry_type; in zfs_acl_valid_ace_type() local
527 entry_type == ACE_EVERYONE || entry_type == 0 || in zfs_acl_valid_ace_type()
670 if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP && in zfs_copy_ace_2_fuid()
889 int entry_type; in zfs_mode_compute() local
914 if (entry_type == ACE_OWNER || (entry_type == 0 && in zfs_mode_compute()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_acl.c210 uint16_t entry_type; in zfs_ace_fuid_get_who() local
215 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who()
246 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who()
256 uint16_t entry_type; in zfs_ace_fuid_size() local
266 entry_type = in zfs_ace_fuid_size()
515 uint16_t entry_type; in zfs_acl_valid_ace_type() local
525 entry_type == ACE_EVERYONE || entry_type == 0 || in zfs_acl_valid_ace_type()
668 if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP && in zfs_copy_ace_2_fuid()
887 int entry_type; in zfs_mode_compute() local
912 if (entry_type == ACE_OWNER || (entry_type == 0 && in zfs_mode_compute()
[all …]
/freebsd-13.1/contrib/llvm-project/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)
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1314 entry_type = ''
1326 if not entry_type:
1335 if not entry_type:
1336 entry_type = token
1371 if entry_type == 'bytes':
1376 elif entry_type == 'int' and not fixed_length:
1383 res = structref.match(entry_type)
1615 def EntryVarBytes(self, entry_type, name, tag): argument
1616 return EntryVarBytes(entry_type, name, tag)
1621 def EntryString(self, entry_type, name, tag): argument
[all …]
/freebsd-13.1/contrib/libevent/
H A Devent_rpcgen.py1314 entry_type = ''
1326 if not entry_type:
1335 if not entry_type:
1336 entry_type = token
1371 if entry_type == 'bytes':
1376 elif entry_type == 'int' and not fixed_length:
1383 res = structref.match(entry_type)
1615 def EntryVarBytes(self, entry_type, name, tag): argument
1616 return EntryVarBytes(entry_type, name, tag)
1621 def EntryString(self, entry_type, name, tag): argument
[all …]
/freebsd-13.1/sys/dev/ixl/
H A Di40e_hmc.c110 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry()
116 if (I40E_SD_TYPE_DIRECT == sd_entry->entry_type) in i40e_add_sd_table_entry()
166 hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_add_pd_table_entry()
189 pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED; in i40e_add_pd_table_entry()
244 if (I40E_SD_TYPE_PAGED != sd_entry->entry_type) { in i40e_remove_pd_bp()
H A Di40e_lan_hmc.c385 info->entry_type, in i40e_create_lan_hmc_object()
390 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) { in i40e_create_lan_hmc_object()
420 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
424 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
428 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
442 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
491 info.entry_type = I40E_SD_TYPE_DIRECT; in i40e_configure_lan_hmc()
503 info.entry_type = I40E_SD_TYPE_PAGED; in i40e_configure_lan_hmc()
617 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_delete_lan_hmc_object()
644 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) { in i40e_delete_lan_hmc_object()
[all …]
H A Di40e_hmc.h64 enum i40e_sd_entry_type entry_type; member
87 enum i40e_sd_entry_type entry_type; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzfs_byteswap.c62 uint16_t entry_type; in zfs_ace_byteswap() local
91 entry_type = zacep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap()
102 entry_type = acep->a_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap()
104 switch (entry_type) { in zfs_ace_byteswap()
/freebsd-13.1/lib/libc/posix1e/
H A Dacl_set.c231 acl_set_entry_type_np(acl_entry_t entry_d, acl_entry_type_t entry_type) in acl_set_entry_type_np() argument
244 switch (entry_type) { in acl_set_entry_type_np()
249 entry_d->ae_entry_type = entry_type; in acl_set_entry_type_np()
H A Dacl_to_text_nfs4.c114 acl_entry_type_t entry_type; in format_entry_type() local
116 error = acl_get_entry_type_np(entry, &entry_type); in format_entry_type()
120 switch (entry_type) { in format_entry_type()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-pow.c338 static int __cvmx_pow_entry_mark_list(int entry_num, __cvmx_pow_list_types_t entry_type, uint8_t en… in __cvmx_pow_entry_mark_list() argument
342 entry_list[entry_num] = entry_type; in __cvmx_pow_entry_mark_list()
348 … entry_num, __cvmx_pow_list_names[entry_list[entry_num]], __cvmx_pow_list_names[entry_type]); in __cvmx_pow_entry_mark_list()
366 static void __cvmx_pow_display_list_and_walk(__cvmx_pow_list_types_t entry_type, in __cvmx_pow_display_list_and_walk() argument
370 __cvmx_pow_display_list(__cvmx_pow_list_names[entry_type], 0, valid, has_one, head, tail); in __cvmx_pow_display_list_and_walk()
374 __cvmx_pow_entry_mark_list(head, entry_type, entry_list); in __cvmx_pow_display_list_and_walk()
379 if (__cvmx_pow_entry_mark_list(head, entry_type, entry_list)) in __cvmx_pow_display_list_and_walk()
383 if (entry_type >= CVMX_POW_LIST_INPUT && entry_type < CVMX_POW_LIST_CORE) in __cvmx_pow_display_list_and_walk()
392 __cvmx_pow_entry_mark_list(tail, entry_type, entry_list); in __cvmx_pow_display_list_and_walk()
/freebsd-13.1/usr.sbin/nscd/
H A Dcachelib.c229 if (entry->params->entry_type == CET_COMMON) { in destroy_cache_entry()
297 if (entry->params->entry_type == CET_COMMON) { in clear_cache_entry()
431 if (entry->params->entry_type == CET_COMMON) { in flush_cache_entry()
556 switch (params->entry_type) in register_cache_entry()
710 assert(entry->params->entry_type == CET_COMMON); in cache_read()
819 assert(entry->params->entry_type == CET_COMMON); in cache_write()
932 assert(entry->params->entry_type == CET_MULTIPART); in open_cache_mp_write_session()
968 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in cache_mp_write()
1002 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in abandon_cache_mp_write_session()
1060 assert(entry->params->entry_type == CET_MULTIPART); in open_cache_mp_read_session()
[all …]
/freebsd-13.1/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c250 entry->entry_type = ET_ENTRY_VE; in cd9660_boot_setup_validation_entry()
285 default_entry->entry_type = ET_ENTRY_IE; in cd9660_boot_setup_default_entry()
313 entry->entry_type = ET_ENTRY_SH; in cd9660_boot_setup_section_head()
333 entry->entry_type = ET_ENTRY_SE; in cd9660_boot_setup_section_entry()
497 next->entry_type == ET_ENTRY_SE) in cd9660_setup_boot()
506 if (next->entry_type == ET_ENTRY_SH) in cd9660_setup_boot()
643 e->entry_type); in cd9660_write_boot()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DAuxVector.cpp33 AuxVector::GetAuxValue(enum EntryType entry_type) const { in GetAuxValue()
34 auto it = m_auxv_entries.find(static_cast<uint64_t>(entry_type)); in GetAuxValue()
H A DAuxVector.h64 llvm::Optional<uint64_t> GetAuxValue(enum EntryType entry_type) const;
/freebsd-13.1/crypto/openssl/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);
/freebsd-13.1/sys/dev/qlxgbe/
H A Dql_minidump.h41 uint32_t entry_type ; member
148 uint32_t entry_type ; member

12