Home
last modified time | relevance | path

Searched refs:type_names (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/security/selinux/ss/
Dconstraint.h51 struct type_set *type_names; member
Dpolicydb.c629 if (expr->type_names) { in constraint_expr_destroy()
630 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
631 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
632 kfree(expr->type_names); in constraint_expr_destroy()
1283 e->type_names = kzalloc(sizeof in read_cons_helper()
1284 (*e->type_names), in read_cons_helper()
1286 if (!e->type_names) in read_cons_helper()
1288 type_set_init(e->type_names); in read_cons_helper()
1289 rc = type_set_read(e->type_names, fp); in read_cons_helper()
2818 rc = type_set_write(e->type_names, fp); in write_cons_helper()
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_sli.c14618 char *type_names[] = FC_TYPE_NAMES_INIT; in lpfc_fc_frame_check() local
14674 type_names[fc_hdr->fh_type], fc_hdr->fh_type, in lpfc_fc_frame_check()
14684 type_names[fc_hdr->fh_type]); in lpfc_fc_frame_check()