Lines Matching defs:tmp
19 long tmp;
29 usdt0_arg_ret = bpf_usdt_arg(ctx, bpf_get_prandom_u32(), &tmp);
44 long tmp;
54 usdt3_arg_rets[0] = bpf_usdt_arg(ctx, 0, &tmp);
55 usdt3_args[0] = (int)tmp;
58 usdt3_arg_rets[1] = bpf_usdt_arg(ctx, 1, &tmp);
59 usdt3_args[1] = (long)tmp;
62 usdt3_arg_rets[2] = bpf_usdt_arg(ctx, 2, &tmp);
63 usdt3_args[2] = (uintptr_t)tmp;
124 long tmp;
134 usdt_sib_arg_ret = bpf_usdt_arg(ctx, 0, &tmp);
135 usdt_sib_arg = (short)tmp;