Home
last modified time | relevance | path

Searched refs:type_index (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/scripts/
Dasn1_compiler.c686 static struct type **type_index; variable
738 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list()
739 if (!type_index) { in build_type_list()
750 type_index[t] = &types[t]; in build_type_list()
757 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()
762 struct type *type = type_index[n]; in build_type_list()
988 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()
/linux-4.1.27/arch/ia64/include/asm/
Dpal.h1233 ia64_pal_mc_error_info (u64 info_index, u64 type_index, u64 *size, u64 *error_info) in ia64_pal_mc_error_info() argument
1236 PAL_CALL(iprv, PAL_MC_ERROR_INFO, info_index, type_index, 0); in ia64_pal_mc_error_info()
/linux-4.1.27/security/selinux/ss/
Dpolicydb.c383 static int type_index(void *key, void *datum, void *datap) in type_index() function
480 type_index,