HomeSort by: relevance | last modified time | path
    Searched defs:entry_type (Results 1 - 22 of 22) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_byteswap.c 56 uint16_t entry_type; local
85 entry_type = zacep->z_hdr.z_flags & ACE_TYPE_FLAGS;
96 entry_type = acep->a_flags & ACE_TYPE_FLAGS;
98 switch (entry_type) {
zfs_acl.c 208 uint16_t entry_type; local
211 entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS;
213 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP ||
214 entry_type == ACE_EVERYONE)
242 uint16_t entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; local
244 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP ||
245 entry_type == ACE_EVERYONE)
254 uint16_t entry_type; local
513 uint16_t entry_type; local
662 uint16_t entry_type; local
730 uint16_t entry_type; local
892 int entry_type; local
1323 int entry_type; local
2092 uint16_t entry_type; local
    [all...]
  /src/bin/setfacl/
merge.c 52 acl_entry_type_t entry_type; local
73 if (acl_get_entry_type_np(*entry, &entry_type))
75 if (acl_set_entry_type_np(*entry_new, entry_type))
101 acl_entry_type_t entry_type, entry_type_new; local
150 * compare "entry_type".
153 if (acl_get_entry_type_np(entry, &entry_type))
159 if (entry_type != entry_type_new)
184 if (acl_get_entry_type_np(entry, &entry_type))
187 if (acl_set_entry_type_np(entry_new, entry_type))
  /src/lib/libc/posix1e/
acl_to_text_nfs4.c 119 acl_entry_type_t entry_type; local
121 error = acl_get_entry_type_np(entry, &entry_type);
125 switch (entry_type) {
  /src/crypto/external/apache2/openssl/dist/crypto/ct/
ct_local.h 79 ct_log_entry_type_t entry_type; member in struct:sct_st
  /src/crypto/external/bsd/openssl/dist/crypto/ct/
ct_local.h 78 ct_log_entry_type_t entry_type; member in struct:sct_st
  /src/crypto/external/bsd/openssl.old/dist/crypto/ct/
ct_local.h 78 ct_log_entry_type_t entry_type; member in struct:sct_st
  /src/external/bsd/libarchive/dist/libarchive/test/
test_acl_platform_nfs4.c 608 acl_entry_type_t entry_type; local
615 acl_get_entry_type_np(aclent, &entry_type);
624 switch (entry_type) {
  /src/external/gpl3/gdb/dist/gdb/
gnu-v2-abi.c 89 struct type *entry_type;
156 entry_type = check_typedef (entry->type ());
158 if (entry_type->code () == TYPE_CODE_STRUCT)
172 else if (entry_type->code () == TYPE_CODE_PTR)
88 struct type *entry_type; local
  /src/external/gpl3/gdb.old/dist/gdb/
gnu-v2-abi.c 89 struct type *entry_type;
156 entry_type = check_typedef (entry->type ());
158 if (entry_type->code () == TYPE_CODE_STRUCT)
172 else if (entry_type->code () == TYPE_CODE_PTR)
88 struct type *entry_type; local
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 618 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)
  /src/usr.sbin/makefs/cd9660/
cd9660_eltorito.h 127 char entry_type; member in struct:boot_catalog_entry
iso9660_rrip.h 211 char entry_type; /* Record type */ member in struct:ISO_SUSP_ATTRIBUTES
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
throw_allocator.h 100 typedef map_alloc_type::value_type entry_type; typedef in struct:annotate_base
125 entry_type entry = make_entry(p, size);
312 entry_type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
throw_allocator.h 98 typedef map_alloc_type::value_type entry_type; typedef in struct:annotate_base
123 entry_type entry = make_entry(p, size);
310 entry_type
  /src/external/gpl3/gdb/dist/sim/igen/
ld-insn.h 288 cache_entry_type entry_type; member in struct:_cache_entry
  /src/external/gpl3/gdb.old/dist/sim/igen/
ld-insn.h 288 cache_entry_type entry_type; member in struct:_cache_entry
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.c 175 int entry_type; member in struct:gtt_type_table_entry
183 .entry_type = e_type, \
275 return gtt_type_table[type].entry_type;
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-gcn.c 301 enum entry_type enum
313 enum entry_type type;
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-gcn.c 317 enum entry_type enum
329 enum entry_type type;
  /src/external/gpl3/binutils/dist/binutils/
dwarf.c 7153 int entry_type; local
7189 SAFE_BYTE_GET_AND_INC (entry_type, start, 1, section_end);
7192 switch (entry_type)
7216 switch (entry_type)
7248 warn (_("Unknown location list entry type 0x%x.\n"), entry_type);
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.c 7081 int entry_type; local
7117 SAFE_BYTE_GET_AND_INC (entry_type, start, 1, section_end);
7120 switch (entry_type)
7144 switch (entry_type)
7176 warn (_("Unknown location list entry type 0x%x.\n"), entry_type);

Completed in 62 milliseconds