Searched refs:print_opcode (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/iwx/ |
| H A D | if_iwx_debug.h | 58 void print_opcode(const char *, int, uint32_t);
|
| H A D | if_iwx_debug.c | 238 print_opcode(const char *func, int line, uint32_t code) in print_opcode() function
|
| /freebsd/contrib/ldns-host/ |
| H A D | ldns-host.c | 372 print_opcode(ldns_pkt_opcode opcode) { in print_opcode() function 490 print_opcode(ldns_pkt_get_opcode(pkt)); in print_pkt_verbose()
|
| /freebsd/sbin/ipfw/ |
| H A D | ipfw2.c | 1953 print_opcode(struct buf_pr *bp, struct format_opts *fo, in print_opcode() function 2278 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP4: O_IP6); in print_proto() 2280 cmd = print_opcode(bp, fo, state, ip4 > ip6 ? O_IP6: O_IP4); in print_proto() 2283 cmd = print_opcode(bp, fo, state, O_PROTO); in print_proto() 2448 cmd = print_opcode(bp, fo, &state, O_PROB); in show_static_rule() 2502 while (print_opcode(bp, fo, &state, -1)) in show_static_rule() 2506 cmd = print_opcode(bp, fo, &state, O_NOP); in show_static_rule()
|