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()
666 static int sens_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in sens_copy_callback()
708 static int cat_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in cat_copy_callback()
749 static int (*copy_callback_f[SYM_NUM]) (hashtab_key_t key,
759 static int type_bounds_copy_callback(hashtab_key_t key, in type_bounds_copy_callback()
788 static int role_bounds_copy_callback(hashtab_key_t key, in role_bounds_copy_callback()
817 static int user_bounds_copy_callback(hashtab_key_t key, in user_bounds_copy_callback()
852 static int alias_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in alias_copy_callback()
1091 static int role_fix_callback(hashtab_key_t key, hashtab_datum_t datum, in role_fix_callback()
1159 static int type_fix_callback(hashtab_key_t key, hashtab_datum_t datum, in type_fix_callback()
1212 static int user_fix_callback(hashtab_key_t key, hashtab_datum_t datum, in user_fix_callback()
1252 static int (*fix_callback_f[SYM_NUM]) (hashtab_key_t key, hashtab_datum_t datum,
1821 static int scope_copy_callback(hashtab_key_t key, hashtab_datum_t datum, in scope_copy_callback()
1848 (hashtab_key_t) new_id, in scope_copy_callback()
1953 hashtab_key_t key;
1956 static int find_perm(hashtab_key_t key, hashtab_datum_t datum, void *varg) in find_perm()
2401 static int expand_role_attributes(hashtab_key_t key, hashtab_datum_t datum, in expand_role_attributes()
2460 static int populate_decl_roleattributes(hashtab_key_t key, in populate_decl_roleattributes()