Searched refs:typdatum (Results 1 – 2 of 2) sorted by relevance
602 struct type_datum *typdatum; in type_index() local604 typdatum = datum; in type_index()607 if (!typdatum->value || typdatum->value > p->p_types.nprim || in type_index()608 typdatum->bounds > p->p_types.nprim) { in type_index()610 (char *)key, typdatum->value, typdatum->bounds, in type_index()615 if (typdatum->primary) { in type_index()616 p->sym_val_to_name[SYM_TYPES][typdatum->value - 1] = key; in type_index()617 p->type_val_to_struct[typdatum->value - 1] = typdatum; in type_index()1717 struct type_datum *typdatum; in type_read() local1723 typdatum = kzalloc_obj(*typdatum); in type_read()[all …]
1482 struct type_datum *typdatum; in string_to_context_struct() local1532 typdatum = symtab_search(&pol->p_types, scontextp); in string_to_context_struct()1533 if (!typdatum || typdatum->attribute) in string_to_context_struct()1536 ctx->type = typdatum->value; in string_to_context_struct()2063 struct type_datum *typdatum; in services_convert_context() local2118 typdatum = symtab_search(&args->newp->p_types, in services_convert_context()2120 if (!typdatum) in services_convert_context()2122 newc->type = typdatum->value; in services_convert_context()