Searched refs:type_index (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/scripts/ |
D | asn1_compiler.c | 720 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/ |
D | pal.h | 1233 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/ |
D | policydb.c | 388 static int type_index(void *key, void *datum, void *datap) in type_index() function 485 type_index,
|