Searched refs:t_list (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/pending/ |
D | fsck.c | 37 char *t_list; 118 char *p, *s = TT.t_list; in fix_tlist() 128 s = TT.t_list; in fix_tlist() 197 else if (TT.t_list && (TT.t_list[0] != 'n' || TT.t_list[1] != 'o' || TT.t_list[0] != '!') in do_fsck() 198 && strncmp(TT.t_list, "opts=", 5) && strncmp(TT.t_list , "loop", 4) in do_fsck() 199 && !TT.arr_type[1]) type = TT.t_list; //one file sys at cmdline in do_fsck()
|
/external/iproute2/tc/ |
D | m_ipt.c | 54 static struct iptables_target *t_list = NULL; variable 66 me->next = t_list; in register_target() 67 t_list = me; in register_target() 74 me->next = t_list; in xtables_register_target() 75 t_list = me; in xtables_register_target() 212 for (m = t_list; m; m = m->next) { in find_t()
|
/external/selinux/checkpolicy/ |
D | policy_define.h | 32 int define_conditional(cond_expr_t *expr, avrule_t *t_list, avrule_t *f_list );
|
/external/toybox/generated/ |
D | globals.h | 594 char *t_list; member
|
/external/mesa3d/src/amd/common/ |
D | ac_nir_to_llvm.c | 3706 LLVMValueRef t_list; in handle_vs_input_decl() local 3728 t_list = build_indexed_load_const(ctx, t_list_ptr, t_offset); in handle_vs_input_decl() 3729 args[0] = t_list; in handle_vs_input_decl()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 402 LLVMValueRef t_list; in declare_input_vs() local 413 t_list = build_indexed_load_const(ctx, t_list_ptr, t_offset); in declare_input_vs() 422 args[0] = t_list; in declare_input_vs()
|