/freebsd/stand/lua/ |
H A D | menu.lua | 41 entry_type = core.MENU_RETURN, 111 entry_type = core.MENU_CAROUSEL_ENTRY, 139 entry_type = core.MENU_ENTRY, 163 entry_type = core.MENU_ENTRY, 170 entry_type = core.MENU_SEPARATOR, 173 entry_type = core.MENU_SEPARATOR, 178 entry_type = core.MENU_ENTRY, 189 entry_type = core.MENU_ENTRY, 199 entry_type = core.MENU_ENTRY, 209 entry_type = core.MENU_ENTRY, [all …]
|
/freebsd/bin/setfacl/ |
H A D | merge.c | 42 acl_entry_type_t entry_type; in merge_user_group() local 63 if (acl_get_entry_type_np(*entry, &entry_type)) in merge_user_group() 65 if (acl_set_entry_type_np(*entry_new, entry_type)) in merge_user_group() 91 acl_entry_type_t entry_type, entry_type_new; in merge_acl() local 143 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl() 149 if (entry_type != entry_type_new) in merge_acl() 174 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl() 177 if (acl_set_entry_type_np(entry_new, entry_type)) in merge_acl()
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_vfy.c | 47 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 D | ct_sct.c | 31 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 D | ct_b64.c | 64 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/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_acl.c | 210 uint16_t entry_type; in zfs_ace_fuid_get_who() local 213 entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_get_who() 215 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who() 216 entry_type == ACE_EVERYONE) in zfs_ace_fuid_get_who() 244 uint16_t entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_set_who() local 246 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who() 247 entry_type == ACE_EVERYONE) 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() 268 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size() [all …]
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_acl.c | 210 uint16_t entry_type; in zfs_ace_fuid_get_who() local 213 entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_get_who() 215 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who() 216 entry_type == ACE_EVERYONE) in zfs_ace_fuid_get_who() 244 uint16_t entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_fuid_set_who() local 246 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_set_who() 247 entry_type == ACE_EVERYONE) 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() 268 if (entry_type == ACE_OWNER || in zfs_ace_fuid_size() [all …]
|
/freebsd/contrib/llvm-project/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)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | event_rpcgen.py | 1479 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 …]
|
/freebsd/contrib/libevent/ |
H A D | event_rpcgen.py | 1479 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 …]
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_hmc.c | 203 pa = (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED) ? in irdma_hmc_sd_grp() 206 irdma_set_sd_entry(pa, i, sd_entry->entry_type, in irdma_hmc_sd_grp() 209 irdma_clr_sd_entry(i, sd_entry->entry_type, in irdma_hmc_sd_grp() 300 info->entry_type, in irdma_sc_create_hmc_obj() 306 if (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED && in irdma_sc_create_hmc_obj() 341 switch (sd_entry->entry_type) { in irdma_sc_create_hmc_obj() 388 mem = (sd_entry->entry_type == IRDMA_SD_TYPE_PAGED) ? in irdma_finish_del_sd_reg() 449 if (info->hmc_info->sd_table.sd_entry[sd_idx].entry_type != in irdma_sc_del_hmc_obj() 479 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) { in irdma_sc_del_hmc_obj() 559 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in irdma_add_sd_table_entry() [all …]
|
H A D | irdma_hmc.h | 91 enum irdma_sd_entry_type entry_type; member 113 enum irdma_sd_entry_type entry_type; member 162 enum irdma_sd_entry_type entry_type; member
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_hmc.c | 109 hmc_info->sd_table.sd_entry[sd_index].entry_type = type; in i40e_add_sd_table_entry() 115 if (I40E_SD_TYPE_DIRECT == sd_entry->entry_type) in i40e_add_sd_table_entry() 165 hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_add_pd_table_entry() 188 pd_entry->bp.entry_type = I40E_SD_TYPE_PAGED; in i40e_add_pd_table_entry() 243 if (I40E_SD_TYPE_PAGED != sd_entry->entry_type) { in i40e_remove_pd_bp()
|
H A D | i40e_lan_hmc.c | 384 info->entry_type, in i40e_create_lan_hmc_object() 389 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) { in i40e_create_lan_hmc_object() 419 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object() 423 j, sd_entry->entry_type); in i40e_create_lan_hmc_object() 427 j, sd_entry->entry_type); in i40e_create_lan_hmc_object() 441 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object() 490 info.entry_type = I40E_SD_TYPE_DIRECT; in i40e_configure_lan_hmc() 502 info.entry_type = I40E_SD_TYPE_PAGED; in i40e_configure_lan_hmc() 616 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_delete_lan_hmc_object() 643 switch (info->hmc_info->sd_table.sd_entry[i].entry_type) { in i40e_delete_lan_hmc_object() [all …]
|
H A D | i40e_hmc.h | 63 enum i40e_sd_entry_type entry_type; member 86 enum i40e_sd_entry_type entry_type; member
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_byteswap.c | 60 uint16_t entry_type; in zfs_ace_byteswap() local 89 entry_type = zacep->z_hdr.z_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap() 100 entry_type = acep->a_flags & ACE_TYPE_FLAGS; in zfs_ace_byteswap() 102 switch (entry_type) { in zfs_ace_byteswap()
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_set.c | 228 acl_set_entry_type_np(acl_entry_t entry_d, acl_entry_type_t entry_type) in acl_set_entry_type_np() argument 241 switch (entry_type) { in acl_set_entry_type_np() 246 entry_d->ae_entry_type = entry_type; in acl_set_entry_type_np()
|
H A D | acl_to_text_nfs4.c | 113 acl_entry_type_t entry_type; in format_entry_type() local 115 error = acl_get_entry_type_np(entry, &entry_type); in format_entry_type() 119 switch (entry_type) { in format_entry_type()
|
/freebsd/usr.sbin/nscd/ |
H A D | cachelib.c | 227 if (entry->params->entry_type == CET_COMMON) { in destroy_cache_entry() 295 if (entry->params->entry_type == CET_COMMON) { in clear_cache_entry() 429 if (entry->params->entry_type == CET_COMMON) { in flush_cache_entry() 554 switch (params->entry_type) in register_cache_entry() 708 assert(entry->params->entry_type == CET_COMMON); in cache_read() 817 assert(entry->params->entry_type == CET_COMMON); in cache_write() 930 assert(entry->params->entry_type == CET_MULTIPART); in open_cache_mp_write_session() 966 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in cache_mp_write() 1000 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in abandon_cache_mp_write_session() 1019 assert(ws->parent_entry->params->entry_type == CET_MULTIPART); in close_cache_mp_write_session() [all …]
|
/freebsd/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.c | 256 entry->entry_type = ET_ENTRY_VE; in cd9660_boot_setup_validation_entry() 291 default_entry->entry_type = ET_ENTRY_IE; in cd9660_boot_setup_default_entry() 319 entry->entry_type = ET_ENTRY_SH; in cd9660_boot_setup_section_head() 339 entry->entry_type = ET_ENTRY_SE; in cd9660_boot_setup_section_entry() 511 next->entry_type == ET_ENTRY_SE) in cd9660_setup_boot() 520 if (next->entry_type == ET_ENTRY_SH) in cd9660_setup_boot() 650 e->entry_type); in cd9660_write_boot()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_hexagon.S | 33 .macro CALL_PATCHED_FUNC entry_type argument 43 r1 = \entry_type
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_minidump.h | 39 uint32_t entry_type ; member 146 uint32_t entry_type ; member
|