Searched refs:typdatum (Results 1 – 2 of 2) sorted by relevance
580 struct type_datum *typdatum; in type_index() local582 typdatum = datum; in type_index()585 if (typdatum->primary) { in type_index()586 if (!typdatum->value in type_index()587 || typdatum->value > p->p_types.nprim in type_index()588 || typdatum->bounds > p->p_types.nprim) in type_index()590 p->sym_val_to_name[SYM_TYPES][typdatum->value - 1] = key; in type_index()591 p->type_val_to_struct[typdatum->value - 1] = typdatum; in type_index()1433 struct type_datum *typdatum; in type_read() local1438 typdatum = kzalloc(sizeof(*typdatum), GFP_KERNEL); in type_read()[all …]
1381 struct type_datum *typdatum; in string_to_context_struct() local1431 typdatum = hashtab_search(pol->p_types.table, scontextp); in string_to_context_struct()1432 if (!typdatum || typdatum->attribute) in string_to_context_struct()1435 ctx->type = typdatum->value; in string_to_context_struct()1933 struct type_datum *typdatum; in convert_context() local1995 typdatum = hashtab_search(args->newp->p_types.table, in convert_context()1998 if (!typdatum) in convert_context()2000 newc->type = typdatum->value; in convert_context()