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()611 || typdatum->value > p->p_types.nprim in type_index()612 || typdatum->bounds > p->p_types.nprim) in type_index()614 p->sym_val_to_name[SYM_TYPES][typdatum->value - 1] = key; in type_index()615 p->type_val_to_struct[typdatum->value - 1] = typdatum; in type_index()1451 struct type_datum *typdatum; in type_read() local1456 typdatum = kzalloc(sizeof(*typdatum), GFP_KERNEL); in type_read()[all …]
1430 struct type_datum *typdatum; in string_to_context_struct() local1480 typdatum = symtab_search(&pol->p_types, scontextp); in string_to_context_struct()1481 if (!typdatum || typdatum->attribute) in string_to_context_struct()1484 ctx->type = typdatum->value; in string_to_context_struct()1997 struct type_datum *typdatum; in convert_context() local2059 typdatum = symtab_search(&args->newp->p_types, in convert_context()2062 if (!typdatum) in convert_context()2064 newc->type = typdatum->value; in convert_context()