Searched refs:typdatum (Results 1 – 2 of 2) sorted by relevance
604 struct type_datum *typdatum; in type_index() local606 typdatum = datum; in type_index()609 if (typdatum->primary) { in type_index()610 if (!typdatum->value in type_index()615 p->type_val_to_struct[typdatum->value - 1] = typdatum; in type_index()1454 typdatum = kzalloc(sizeof(*typdatum), GFP_KERNEL); in type_read()1455 if (!typdatum) in type_read()1471 typdatum->primary = 1; in type_read()1473 typdatum->attribute = 1; in type_read()3182 if (typdatum->primary) in type_write()[all …]
1445 struct type_datum *typdatum; in string_to_context_struct() local1495 typdatum = symtab_search(&pol->p_types, scontextp); in string_to_context_struct()1496 if (!typdatum || typdatum->attribute) in string_to_context_struct()1499 ctx->type = typdatum->value; in string_to_context_struct()2032 struct type_datum *typdatum; in convert_context() local2091 typdatum = symtab_search(&args->newp->p_types, in convert_context()2094 if (!typdatum) in convert_context()2096 newc->type = typdatum->value; in convert_context()
Completed in 707 milliseconds