Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Dasn1_compiler.c720 static struct type **type_index; variable
772 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list()
773 if (!type_index) { in build_type_list()
784 type_index[t] = &types[t]; in build_type_list()
791 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()
796 struct type *type = type_index[n]; in build_type_list()
1016 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type()
/linux-4.4.14/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.4.14/security/selinux/ss/
Dpolicydb.c388 static int type_index(void *key, void *datum, void *datap) in type_index() function
485 type_index,