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

/linux-master/arch/um/os-Linux/
H A Delf_aux.c33 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
34 switch ( auxv->a_type ) {
/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c41 for (auxv = (void *)envp; auxv->a_type != AT_NULL; auxv++)
42 if (auxv->a_type == AT_SYSINFO)
/linux-master/tools/testing/selftests/vDSO/
H A Dparse_vdso.c238 for (int i = 0; elf_auxv[i].a_type != AT_NULL; i++)
240 if (elf_auxv[i].a_type == AT_SYSINFO_EHDR) {
/linux-master/tools/testing/selftests/powerpc/
H A Dutils.c393 while (p->a_type != AT_NULL) {
394 if (p->a_type == type)
/linux-master/lib/
H A Dmaple_tree.c1058 enum maple_type a_type; local
1073 a_type = mas_parent_type(mas, mas->node);
1075 a_enode = mt_mk_node(p_node, a_type);
1101 a_type = mas_parent_type(mas, p_enode);
1104 a_enode = mt_mk_node(a_node, a_type);
1105 pivots = ma_pivots(a_node, a_type);
1115 if (!set_max && a_slot < mt_pivots[a_type]) {

Completed in 139 milliseconds