Searched refs:typdatum (Results 1 - 2 of 2) 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.c292 struct type_datum *typdatum; local
294 typdatum = datum;
297 if (typdatum->primary) {
298 if (!typdatum->value
299 || typdatum->value > p->p_types.nprim
300 || typdatum->bounds > p->p_types.nprim)
302 p->p_type_val_to_name[typdatum->value - 1] = key;
303 p->type_val_to_struct[typdatum->value - 1] = typdatum;
1302 struct type_datum *typdatum; local
[all...]
H A Dservices.c1122 struct type_datum *typdatum; local
1172 typdatum = hashtab_search(pol->p_types.table, scontextp);
1173 if (!typdatum || typdatum->attribute)
1176 ctx->type = typdatum->value;
1603 struct type_datum *typdatum; local
1666 typdatum = hashtab_search(args->newp->p_types.table,
1668 if (!typdatum)
1670 c->type = typdatum->value;

Completed in 108 milliseconds