Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/ss/
Dconstraint.h51 struct type_set *type_names; member
Dpolicydb.c634 if (expr->type_names) { in constraint_expr_destroy()
635 ebitmap_destroy(&expr->type_names->types); in constraint_expr_destroy()
636 ebitmap_destroy(&expr->type_names->negset); in constraint_expr_destroy()
637 kfree(expr->type_names); in constraint_expr_destroy()
1288 e->type_names = kzalloc(sizeof in read_cons_helper()
1289 (*e->type_names), in read_cons_helper()
1291 if (!e->type_names) in read_cons_helper()
1293 type_set_init(e->type_names); in read_cons_helper()
1294 rc = type_set_read(e->type_names, fp); in read_cons_helper()
2823 rc = type_set_write(e->type_names, fp); in write_cons_helper()
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_sli.c14594 char *type_names[] = FC_TYPE_NAMES_INIT; in lpfc_fc_frame_check() local
14650 type_names[fc_hdr->fh_type], fc_hdr->fh_type, in lpfc_fc_frame_check()
14660 type_names[fc_hdr->fh_type]); in lpfc_fc_frame_check()