Lines Matching refs:fmt_cnt
431 int i, mod[3] = {}, fmt_cnt = 0; in BPF_CALL_5() local
452 if (fmt_cnt >= 3) in BPF_CALL_5()
458 mod[fmt_cnt]++; in BPF_CALL_5()
461 mod[fmt_cnt]++; in BPF_CALL_5()
483 mod[fmt_cnt]++; in BPF_CALL_5()
496 switch (fmt_cnt) { in BPF_CALL_5()
517 mod[fmt_cnt]++; in BPF_CALL_5()
525 fmt_cnt++; in BPF_CALL_5()
596 int err = -EINVAL, fmt_cnt = 0, memcpy_cnt = 0; in BPF_CALL_5() local
648 if (fmt_cnt >= MAX_SEQ_PRINTF_VARARGS) { in BPF_CALL_5()
653 if (fmt_cnt >= num_args) { in BPF_CALL_5()
680 unsafe_ptr = (void *)(long)args[fmt_cnt]; in BPF_CALL_5()
685 params[fmt_cnt] = (u64)(long)bufs->buf[memcpy_cnt]; in BPF_CALL_5()
687 fmt_cnt++; in BPF_CALL_5()
698 params[fmt_cnt] = args[fmt_cnt]; in BPF_CALL_5()
699 fmt_cnt++; in BPF_CALL_5()
722 (void *) (long) args[fmt_cnt], in BPF_CALL_5()
726 params[fmt_cnt] = (u64)(long)bufs->buf[memcpy_cnt]; in BPF_CALL_5()
729 fmt_cnt++; in BPF_CALL_5()
747 params[fmt_cnt] = args[fmt_cnt]; in BPF_CALL_5()
748 fmt_cnt++; in BPF_CALL_5()