ST_API_BIAS       861 arch/alpha/kernel/setup.c 	} else if ((type > ST_API_BIAS) &&
ST_API_BIAS       862 arch/alpha/kernel/setup.c 		   (type - ST_API_BIAS) < ARRAY_SIZE(api_vecs)) {
ST_API_BIAS       863 arch/alpha/kernel/setup.c 		vec = api_vecs[type - ST_API_BIAS];
ST_API_BIAS       998 arch/alpha/kernel/setup.c 	} else if ((type > ST_API_BIAS) &&
ST_API_BIAS       999 arch/alpha/kernel/setup.c 		   (type - ST_API_BIAS) < ARRAY_SIZE(api_names)) {
ST_API_BIAS      1000 arch/alpha/kernel/setup.c 		*type_name = api_names[type - ST_API_BIAS];