Lines Matching refs:rl_printf
173 static __check_format_printf(1, 2) int rl_printf(const char *fmt, ...)
199 rl_printf("%3u: ", 0);
202 rl_printf("\n%3u: ", i);
203 rl_printf("%02x ", buf[i]);
205 rl_printf("\n");
211 rl_printf("no bpf program loaded!\n");
432 rl_printf("l%d:\t%s %s, l%d, l%d\n", i, op, buf,
435 rl_printf("l%d:\t%s %s\n", i, op, buf);
442 rl_printf("pc: [%u]\n", r->Pc);
443 rl_printf("code: [%u] jt[%u] jf[%u] k[%u]\n",
445 rl_printf("curr: ");
449 rl_printf("jt: ");
451 rl_printf("jf: ");
455 rl_printf("A: [%#08x][%u]\n", r->A, r->A);
456 rl_printf("X: [%#08x][%u]\n", r->X, r->X);
458 rl_printf("ret: [%#08x][%u]!\n", r->R, r->R);
463 rl_printf("M[%d]: [%#08x][%u]\n", i, r->M[i], r->M[i]);
467 rl_printf("M[0,%d]: [%#08x][%u]\n", BPF_MEMWORDS - 1, 0, 0);
473 rl_printf("cap: %u, len: %u\n", pkt_caplen, pkt_len);
475 rl_printf("len: %u\n", pkt_len);
492 rl_printf("/* { op, jt, jf, k }, */\n");
494 rl_printf("{ %#04x, %2u, %2u, %#010x },\n",
508 rl_printf("cannot open socket!\n");
514 rl_printf("program not allowed to run by kernel!\n");
520 rl_printf("extensions currently not supported!\n");
543 rl_printf("breakpoint already set!\n");
555 rl_printf("too many breakpoints set, reset first!\n");
562 rl_printf("breakpoints: ");
567 rl_printf("%d ", bpf_breakpoints[i]);
570 rl_printf("\n");
598 rl_printf("reached bottom of register history stack!\n");
858 rl_printf("-- register dump --\n");
860 rl_printf("-- packet dump --\n");
862 rl_printf("(breakpoint)\n");
911 rl_printf("no pcap file loaded!\n");
951 rl_printf("cannot open pcap [%s]!\n", strerror(errno));
957 rl_printf("cannot fstat pcap file!\n");
962 rl_printf("not a regular pcap file, duh!\n");
968 rl_printf("pcap file too small!\n");
975 rl_printf("mmap of file failed!");
981 rl_printf("wrong pcap magic!\n");
1015 rl_printf("syntax error in head length encoding!\n");
1022 rl_printf("program exceeds encoded length!\n");
1028 rl_printf("syntax error at instruction %d!\n", i);
1041 rl_printf("syntax error exceeding encoded length!\n");
1084 rl_printf("bpf <code>: load bpf code\n");
1085 rl_printf("pcap <file>: load pcap file\n");
1117 rl_printf("(going back to first packet)\n");
1120 rl_printf("(next packet)\n");
1137 rl_printf("packet count starts with 1, clamping!\n");
1147 rl_printf("no packet #%u available!\n", which);
1168 rl_printf("breakpoint at: ");
1203 rl_printf("bpf passes:%u fails:%u\n", pass, fail);