Lines Matching refs:fmt_cnt
416 int i, mod[3] = {}, fmt_cnt = 0; in BPF_CALL_5() local
437 if (fmt_cnt >= 3) in BPF_CALL_5()
443 mod[fmt_cnt]++; in BPF_CALL_5()
446 mod[fmt_cnt]++; in BPF_CALL_5()
468 mod[fmt_cnt]++; in BPF_CALL_5()
481 switch (fmt_cnt) { in BPF_CALL_5()
502 mod[fmt_cnt]++; in BPF_CALL_5()
510 fmt_cnt++; in BPF_CALL_5()
581 int err = -EINVAL, fmt_cnt = 0, memcpy_cnt = 0; in BPF_CALL_5() local
633 if (fmt_cnt >= MAX_SEQ_PRINTF_VARARGS) { in BPF_CALL_5()
638 if (fmt_cnt >= num_args) { in BPF_CALL_5()
665 unsafe_ptr = (void *)(long)args[fmt_cnt]; in BPF_CALL_5()
670 params[fmt_cnt] = (u64)(long)bufs->buf[memcpy_cnt]; in BPF_CALL_5()
672 fmt_cnt++; in BPF_CALL_5()
683 params[fmt_cnt] = args[fmt_cnt]; in BPF_CALL_5()
684 fmt_cnt++; in BPF_CALL_5()
707 (void *) (long) args[fmt_cnt], in BPF_CALL_5()
711 params[fmt_cnt] = (u64)(long)bufs->buf[memcpy_cnt]; in BPF_CALL_5()
714 fmt_cnt++; in BPF_CALL_5()
732 params[fmt_cnt] = args[fmt_cnt]; in BPF_CALL_5()
733 fmt_cnt++; in BPF_CALL_5()