Home | History | Annotate | Download | only in src

Lines Matching refs:is_type

170 	int is_type;
615 static int set_to_cil_attr(struct policydb *pdb, int is_type, char ***names, uint32_t *num_names)
625 if (is_type) {
662 static int cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, struct ebitmap *pos, struct ebitmap *neg, uint32_t flags, char *attr)
679 if (is_type) {
809 static int cil_add_attr_to_list(struct list *attr_list, char *attribute, int is_type, void *set)
833 attr_list_node->is_type = is_type;
834 if (is_type) {
1273 if (attr_list_node->is_type) {