Lines Matching refs:hashtab_key_t
123 static int permission_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in permission_copy_callback()
163 (hashtab_key_t) new_id, in permission_copy_callback()
243 static int class_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in class_copy_callback()
307 (hashtab_key_t) new_id, in class_copy_callback()
346 static int role_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in role_copy_callback()
395 (hashtab_key_t) new_id, in role_copy_callback()
436 static int type_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in type_copy_callback()
493 (hashtab_key_t) new_id, in type_copy_callback()
531 static int user_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in user_copy_callback()
561 (hashtab_key_t) new_id, in user_copy_callback()
598 static int bool_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in bool_copy_callback()
625 (hashtab_key_t) new_id, in bool_copy_callback()
667 static int sens_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in sens_copy_callback()
709 static int cat_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in cat_copy_callback()
750 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key,
760 static int type_bounds_copy_callback(hashtab_key_t key, in type_bounds_copy_callback()
789 static int role_bounds_copy_callback(hashtab_key_t key, in role_bounds_copy_callback()
818 static int user_bounds_copy_callback(hashtab_key_t key, in user_bounds_copy_callback()
853 static int alias_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in alias_copy_callback()
1092 static int role_fix_callback(hashtab_key_t key, hashtab_datum_t datum, in role_fix_callback()
1160 static int type_fix_callback(hashtab_key_t key, hashtab_datum_t datum, in type_fix_callback()
1213 static int user_fix_callback(hashtab_key_t key, hashtab_datum_t datum, in user_fix_callback()
1253 static int (*fix_callback_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
1828 static int scope_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in scope_copy_callback()
1855 (hashtab_key_t) new_id, in scope_copy_callback()
1960 hashtab_key_t key;
1963 static int find_perm(hashtab_key_t key, hashtab_datum_t datum, void *varg) in find_perm()
2408 static int expand_role_attributes(hashtab_key_t key, hashtab_datum_t datum, in expand_role_attributes()
2467 static int populate_decl_roleattributes(hashtab_key_t key, in populate_decl_roleattributes()