HomeSort by relevance Sort by last modified time
    Searched refs:entry_type (Results 1 - 8 of 8) sorted by null

  /netvirt/usr/src/lib/libsec/common/
acl.y 49 %token <val> ID ERROR ACE_PERM ACE_INHERIT ENTRY_TYPE ACCESS_TYPE
56 %type <val> iflags verbose_iflag compact_iflag access_type id entry_type
151 ace: entry_type idname ace_perms access_type
175 | entry_type idname ace_perms access_type COLON id
201 | entry_type idname ace_perms iflags access_type
224 | entry_type idname ace_perms iflags access_type COLON id
253 | entry_type ace_perms access_type
266 | entry_type ace_perms access_type COLON id
278 | entry_type ace_perms iflags access_type
293 | entry_type ace_perms iflags access_type COLON i
562 entry_type: ENTRY_TYPE {$$ = $1;} label
    [all...]
aclutils.h 108 extern int get_id(int entry_type, char *name, int *id);
109 extern int ace_entry_type(int entry_type);
aclsort.c 56 int entry_type; member in struct:map
102 if (tp->a_type == map_to_sort[k].entry_type) {
116 tp->a_type = map_to_sort[k].entry_type;
acl_lex.l 93 return (ENTRY_TYPE);
98 return (ENTRY_TYPE);
103 return (ENTRY_TYPE);
108 return (ENTRY_TYPE);
113 return (ENTRY_TYPE);
118 return (ENTRY_TYPE);
123 return (ENTRY_TYPE);
128 return (ENTRY_TYPE);
133 return (ENTRY_TYPE);
138 return (ENTRY_TYPE);
    [all...]
  /netvirt/usr/src/uts/common/fs/zfs/
zfs_acl.c 207 uint16_t entry_type; local
210 entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS;
212 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP ||
213 entry_type == ACE_EVERYONE)
241 uint16_t entry_type = acep->z_hdr.z_flags & ACE_TYPE_FLAGS; local
243 if (entry_type == ACE_OWNER || entry_type == OWNING_GROUP ||
244 entry_type == ACE_EVERYONE)
253 uint16_t entry_type; local
534 uint16_t entry_type; local
599 uint16_t entry_type; local
762 int entry_type; local
1462 int entry_type; local
2141 uint16_t entry_type; local
    [all...]
zfs_byteswap.c 57 uint16_t entry_type; local
72 entry_type = zacep->z_hdr.z_flags & ACE_TYPE_FLAGS;
79 entry_type = acep->a_flags & ACE_TYPE_FLAGS;
81 switch (entry_type) {
  /netvirt/usr/src/lib/libscf/common/
lowlevel_impl.h 177 rep_protocol_value_type_t entry_type; member in struct:scf_transaction_entry
lowlevel.c     [all...]

Completed in 440 milliseconds