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

  /src/bin/setfacl/
merge.c 52 acl_entry_type_t entry_type; local in function:merge_user_group
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 in function:merge_acl
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 in function:format_entry_type
121 error = acl_get_entry_type_np(entry, &entry_type);
125 switch (entry_type) {
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 618 int type, maxsiz, entry_type = MAP_OTHER; local in function:whichType
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/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;

Completed in 17 milliseconds