Searched refs:type_val_to_struct (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.h220 struct type_datum **type_val_to_struct; member in struct:policydb
H A Dpolicydb.c303 p->type_val_to_struct[typdatum->value - 1] = typdatum;
485 p->type_val_to_struct =
486 kmalloc(p->p_types.nprim * sizeof(*(p->type_val_to_struct)),
488 if (!p->type_val_to_struct) {
693 kfree(p->type_val_to_struct);
1640 upper = p->type_val_to_struct[upper->bounds - 1];
H A Dservices.c533 = policydb.type_val_to_struct[scontext->type - 1];
535 = policydb.type_val_to_struct[tcontext->type - 1];
829 type = policydb.type_val_to_struct[index - 1];

Completed in 115 milliseconds