Searched refs:typdatum (Results 1 – 2 of 2) sorted by relevance
599 struct type_datum *typdatum; in type_index() local601 typdatum = datum; in type_index()604 if (typdatum->primary) { in type_index()605 if (!typdatum->value in type_index()606 || typdatum->value > p->p_types.nprim in type_index()607 || typdatum->bounds > p->p_types.nprim) in type_index()609 p->sym_val_to_name[SYM_TYPES][typdatum->value - 1] = key; in type_index()610 p->type_val_to_struct[typdatum->value - 1] = typdatum; in type_index()1445 struct type_datum *typdatum; in type_read() local1451 typdatum = kzalloc(sizeof(*typdatum), GFP_KERNEL); in type_read()[all …]
1422 struct type_datum *typdatum; in string_to_context_struct() local1472 typdatum = symtab_search(&pol->p_types, scontextp); in string_to_context_struct()1473 if (!typdatum || typdatum->attribute) in string_to_context_struct()1476 ctx->type = typdatum->value; in string_to_context_struct()1995 struct type_datum *typdatum; in services_convert_context() local2050 typdatum = symtab_search(&args->newp->p_types, in services_convert_context()2052 if (!typdatum) in services_convert_context()2054 newc->type = typdatum->value; in services_convert_context()