Searched refs:args2 (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | audit.c | 1966 va_list args2; in audit_log_vformat() local 1979 va_copy(args2, args); in audit_log_vformat() 1989 len = vsnprintf(skb_tail_pointer(skb), avail, fmt, args2); in audit_log_vformat() 1994 va_end(args2); in audit_log_vformat()
|
/kernel/printk/ |
D | printk.c | 2130 va_list args2; in vprintk_store() local 2155 va_copy(args2, args); in vprintk_store() 2156 reserve_size = vsnprintf(&prefix_buf[0], sizeof(prefix_buf), fmt, args2) + 1; in vprintk_store() 2157 va_end(args2); in vprintk_store()
|
/kernel/bpf/ |
D | btf.c | 6019 const struct btf_param *args1, *args2; in btf_check_func_type_match() local 6044 args2 = (const struct btf_param *)(t2 + 1); in btf_check_func_type_match() 6065 t2 = btf_type_skip_modifiers(btf2, args2[i].type, NULL); in btf_check_func_type_match()
|