Searched refs:types_buf (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dlog.c775 char types_buf[BPF_REG_SIZE + 1]; local
788 types_buf[j] = slot_type_char[slot_type];
790 types_buf[BPF_REG_SIZE] = 0;
801 types_buf[j] = '\0';
805 verbose(env, "=%s", types_buf);
841 verbose(env, "=%s", types_buf);

Completed in 128 milliseconds