Searched refs:entry_type (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libsec/common/
H A Dacl.y55 %type <val> iflags verbose_iflag compact_iflag access_type entry_type
150 ace: entry_type idname ace_perms access_type
173 | entry_type idname ace_perms access_type COLON id
199 | entry_type idname ace_perms iflags access_type
221 | entry_type idname ace_perms iflags access_type COLON id
250 | entry_type ace_perms access_type
263 | entry_type ace_perms access_type COLON id
275 | entry_type ace_perms iflags access_type
290 | entry_type ace_perms iflags access_type COLON id
302 aclent: entry_type idnam
559 entry_type: ENTRY_TYPE {$$ = $1;} label
[all...]
H A Daclutils.h120 extern int get_id(int entry_type, char *name, uid_t *id);
121 extern int get_id_nofail(int entry_type, char *name);
122 extern int ace_entry_type(int entry_type);
H A Daclsort.c56 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;
H A Dacl_lex.l930 get_id(int entry_type, char *name, uid_t *id)
936 switch (entry_type) {
973 get_id_nofail(int entry_type, char *name)
977 if (get_id(entry_type, name, &id))
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c91 grub_uint8_t entry_type; member in struct:grub_fat_dir_entry
603 if (dir.entry_type == 0)
605 if (!(dir.entry_type & 0x80))
608 if (dir.entry_type == 0x85)
625 if (!(sec.entry_type & 0x80))
627 if (!(sec.entry_type & 0x40))
629 switch (sec.entry_type)
646 sec.entry_type);
664 if (dir.entry_type == 0x81)
667 if (dir.entry_type
[all...]
H A Dreiserfs.c782 enum grub_reiserfs_item_type entry_type; local
806 entry_type = GRUB_FSHELP_DIR;
876 entry_type = GRUB_FSHELP_SYMLINK;
878 entry_type = GRUB_FSHELP_REG;
923 entry_type = GRUB_FSHELP_SYMLINK;
925 entry_type = GRUB_FSHELP_REG;
939 if (hook (entry_name, entry_type, entry_item))
942 entry_name, entry_type);
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h179 rep_protocol_value_type_t entry_type; member in struct:scf_transaction_entry
H A Dlowlevel.c3173 out->rptc_type = cur->entry_type;
3195 cur->entry_type);
3199 len = commit_value(NULL, child, cur->entry_type);
4603 cur->entry_type = REP_PROTOCOL_TYPE_INVALID;
4732 entry->entry_type = type;
5145 if (!scf_is_compatible_protocol_type(entry->entry_type,

Completed in 106 milliseconds