Searched defs:type_name (Results 1 - 3 of 3) sorted by relevance

/arch/x86/xen/
H A Dp2m.c1201 static const char * const type_name[] = { local
1252 prev_pfn_type, pfn, type_name[prev_type]);
/arch/x86/tools/
H A Drelocs.c136 static const char *type_name[] = { local
148 if (type < ARRAY_SIZE(type_name)) {
149 name = type_name[type];
189 static const char *type_name[] = { local
228 if (type < ARRAY_SIZE(type_name) && type_name[type]) {
229 name = type_name[type];
/arch/alpha/kernel/
H A Dsetup.c513 char *type_name, *var_name, *p; local
637 cpu->type, &type_name, &var_name);
648 type_name, (*var_name ? " variation " : ""), var_name,
660 type_name, (*var_name ? " variation " : ""),
1062 char **type_name, char **variation_name)
1069 *type_name = systype_names[type];
1072 *type_name = api_names[type - ST_API_BIAS];
1075 *type_name = unofficial_names[type - ST_UNOFFICIAL_BIAS];
1077 *type_name = sys_unknown;
1061 get_sysnames(unsigned long type, unsigned long variation, unsigned long cpu, char **type_name, char **variation_name) argument

Completed in 173 milliseconds