Searched refs:api_names (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dsetup.c676 static char api_names[][16] = {"200", "Nautilus"}; variable
920 (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) {
921 *type_name = api_names[type - ST_API_BIAS];

Completed in 298 milliseconds