HomeSort by: relevance | last modified time | path
    Searched refs:entry_type (Results 1 - 10 of 10) 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_set.c 234 acl_set_entry_type_np(acl_entry_t entry_d, acl_entry_type_t entry_type)
247 switch (entry_type) {
252 entry_d->ae_entry_type = entry_type;
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/makefs/cd9660/
cd9660_eltorito.c 252 entry->entry_type = ET_ENTRY_VE;
287 default_entry->entry_type = ET_ENTRY_IE;
315 entry->entry_type = ET_ENTRY_SH;
332 entry->entry_type = ET_ENTRY_SE;
504 next->entry_type == ET_ENTRY_SE)
513 if (next->entry_type == ET_ENTRY_SH)
651 e->entry_type);
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
iso9660_rrip.c 151 t->entry_type != SUSP_ENTRY_SUSP_CE)
179 switch (t->entry_type) {
444 cd9660node_susp_create_node(int susp_type, int entry_type, const char *type_id,
451 temp->entry_type = entry_type;
  /src/sys/kern/
subr_acl_nfs4.c 70 acl_entry_type_t entry_type)
81 if (ae->ae_entry_type != entry_type)
93 acl_entry_type_t entry_type)
105 ae->ae_entry_type = 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/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 19 milliseconds