Home
last modified time | relevance | path

Searched refs:print_buf (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/net/tipc/
Dlog.c51 static struct print_buf null_buf = { NULL, 0, NULL, 0 };
52 struct print_buf *const TIPC_NULL = &null_buf;
54 static struct print_buf cons_buf = { NULL, 0, NULL, 1 };
55 struct print_buf *const TIPC_CONS = &cons_buf;
57 static struct print_buf log_buf = { NULL, 0, NULL, 1 };
58 struct print_buf *const TIPC_LOG = &log_buf;
79 static void tipc_printbuf_move(struct print_buf *pb_to,
80 struct print_buf *pb_from);
101 void tipc_printbuf_init(struct print_buf *pb, char *raw, u32 size) in tipc_printbuf_init()
121 static void tipc_printbuf_reset(struct print_buf *pb) in tipc_printbuf_reset()
[all …]
Dcore.h62 struct print_buf; /* log.h */
85 extern struct print_buf *const TIPC_NULL;
86 extern struct print_buf *const TIPC_CONS;
87 extern struct print_buf *const TIPC_LOG;
89 void tipc_printf(struct print_buf *, const char *fmt, ...);
120 void tipc_msg_dbg(struct print_buf *, struct tipc_msg *, const char *);
Dlog.h48 struct print_buf { struct
58 void tipc_printbuf_init(struct print_buf *pb, char *buf, u32 size); argument
59 int tipc_printbuf_validate(struct print_buf *pb);
Dname_table.c838 static void subseq_list(struct sub_seq *sseq, struct print_buf *buf, u32 depth, in subseq_list()
876 static void nameseq_list(struct name_seq *seq, struct print_buf *buf, u32 depth, in nameseq_list()
907 static void nametbl_header(struct print_buf *buf, u32 depth) in nametbl_header()
929 static void nametbl_list(struct print_buf *buf, u32 depth_info, in nametbl_list()
983 struct print_buf b; in tipc_nametbl_get()
Dbearer.h175 void tipc_media_addr_printf(struct print_buf *pb, struct tipc_media_addr *a);
Ddiscover.c104 struct print_buf pb; in disc_dupl_alert()
Dmsg.c137 void tipc_msg_dbg(struct print_buf *buf, struct tipc_msg *msg, const char *str) in tipc_msg_dbg()
Dconfig.c113 struct print_buf pb; in tipc_show_stats()
Dbearer.c175 void tipc_media_addr_printf(struct print_buf *pb, struct tipc_media_addr *a) in tipc_media_addr_printf()
Dport.c575 static void port_print(struct tipc_port *p_ptr, struct print_buf *buf, int full_id) in port_print()
617 struct print_buf pb; in tipc_port_get_ports()
Dbcast.c710 struct print_buf pb; in tipc_bclink_stats()
Dlink.c2822 struct print_buf pb; in tipc_link_stats()
2967 struct print_buf pb; in link_print()
2968 struct print_buf *buf = &pb; in link_print()
/linux-2.6.39/drivers/media/video/hdpvr/
Dhdpvr-control.c52 char print_buf[15]; in get_video_info() local
77 hex_dump_to_buffer(dev->usbc_buf, 5, 16, 1, print_buf, in get_video_info()
78 sizeof(print_buf), 0); in get_video_info()
80 "get video info returned: %d, %s\n", ret, print_buf); in get_video_info()
96 char print_buf[9]; in get_input_lines_info() local
110 hex_dump_to_buffer(dev->usbc_buf, 3, 16, 1, print_buf, in get_input_lines_info()
111 sizeof(print_buf), 0); in get_input_lines_info()
114 print_buf); in get_input_lines_info()
Dhdpvr-core.c128 char *print_buf = kzalloc(5*buf_size+1, GFP_KERNEL); in device_authorization() local
129 if (!print_buf) { in device_authorization()
149 hex_dump_to_buffer(dev->usbc_buf, 46, 16, 1, print_buf, in device_authorization()
153 ret, print_buf); in device_authorization()
180 hex_dump_to_buffer(response, 8, 16, 1, print_buf, 5*buf_size+1, 0); in device_authorization()
182 print_buf); in device_authorization()
186 hex_dump_to_buffer(response, 8, 16, 1, print_buf, 5*buf_size+1, 0); in device_authorization()
188 print_buf); in device_authorization()