Home
last modified time | relevance | path

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

12

/freebsd-12.1/stand/lua/
H A Dmenu.lua43 entry_type = core.MENU_RETURN,
134 entry_type = core.MENU_ENTRY,
155 entry_type = core.MENU_ENTRY,
170 entry_type = core.MENU_ENTRY,
181 entry_type = core.MENU_ENTRY,
191 entry_type = core.MENU_ENTRY,
201 entry_type = core.MENU_ENTRY,
239 entry_type = core.MENU_ENTRY,
253 entry_type = core.MENU_ENTRY,
275 entry_type = core.MENU_ENTRY,
[all …]
H A Ddrawer.lua53 local name_handler = menu_name_handlers[entry.entry_type]
125 if e.entry_type ~= core.MENU_SEPARATOR then
/freebsd-12.1/bin/setfacl/
H A Dmerge.c46 acl_entry_type_t entry_type; in merge_user_group() local
67 if (acl_get_entry_type_np(*entry, &entry_type)) in merge_user_group()
69 if (acl_set_entry_type_np(*entry_new, entry_type)) in merge_user_group()
95 acl_entry_type_t entry_type, entry_type_new; in merge_acl() local
147 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl()
153 if (entry_type != entry_type_new) in merge_acl()
178 if (acl_get_entry_type_np(entry, &entry_type)) in merge_acl()
181 if (acl_set_entry_type_np(entry_new, entry_type)) in merge_acl()
/freebsd-12.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()
H A Dct_locl.h78 ct_log_entry_type_t entry_type; member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c208 uint16_t entry_type; in zfs_ace_fuid_get_who() local
213 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || in zfs_ace_fuid_get_who()
244 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP || 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()
513 uint16_t entry_type; in zfs_acl_valid_ace_type() local
523 entry_type == ACE_EVERYONE || entry_type == 0 || in zfs_acl_valid_ace_type()
673 if (entry_type != ACE_OWNER && entry_type != OWNING_GROUP && in zfs_copy_ace_2_fuid()
892 int entry_type; in zfs_mode_compute() local
917 if (entry_type == ACE_OWNER || (entry_type == 0 && in zfs_mode_compute()
[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()
/freebsd-12.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-12.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-12.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.c380 info->entry_type, in i40e_create_lan_hmc_object()
385 if (I40E_SD_TYPE_PAGED == sd_entry->entry_type) { in i40e_create_lan_hmc_object()
415 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
419 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
423 j, sd_entry->entry_type); in i40e_create_lan_hmc_object()
437 switch (sd_entry->entry_type) { in i40e_create_lan_hmc_object()
486 info.entry_type = I40E_SD_TYPE_DIRECT; in i40e_configure_lan_hmc()
498 info.entry_type = I40E_SD_TYPE_PAGED; in i40e_configure_lan_hmc()
612 info->hmc_info->sd_table.sd_entry[sd_idx].entry_type) in i40e_delete_lan_hmc_object()
639 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-12.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.c115 acl_entry_type_t entry_type; in format_entry_type() local
117 error = acl_get_entry_type_np(entry, &entry_type); in format_entry_type()
121 switch (entry_type) { in format_entry_type()
/freebsd-12.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-12.1/contrib/gdb/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()
/freebsd-12.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-12.1/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c248 entry->entry_type = ET_ENTRY_VE; in cd9660_boot_setup_validation_entry()
283 default_entry->entry_type = ET_ENTRY_IE; in cd9660_boot_setup_default_entry()
311 entry->entry_type = ET_ENTRY_SH; in cd9660_boot_setup_section_head()
331 entry->entry_type = ET_ENTRY_SE; in cd9660_boot_setup_section_entry()
495 next->entry_type == ET_ENTRY_SE) in cd9660_setup_boot()
504 if (next->entry_type == ET_ENTRY_SH) in cd9660_setup_boot()
641 e->entry_type); in cd9660_write_boot()
H A Diso9660_rrip.c153 t->entry_type != SUSP_ENTRY_SUSP_CE) in cd9660_susp_finalize_node()
180 switch (t->entry_type) { in cd9660_rrip_finalize_node()
459 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id, in cd9660node_susp_create_node() argument
466 temp->entry_type = entry_type; in cd9660node_susp_create_node()
H A Dcd9660_eltorito.h131 char entry_type; member
/freebsd-12.1/contrib/libstdc++/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
/freebsd-12.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-12.1/sys/dev/qlxgbe/
H A Dql_minidump.h42 uint32_t entry_type ; member
149 uint32_t entry_type ; member

12