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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/tipc/
H A Ddbg.h62 void tipc_printbuf_move(struct print_buf *pb_to, struct print_buf *pb_from);
H A Ddbg.c160 * @pb_to: pointer to destination print buffer structure
167 void tipc_printbuf_move(struct print_buf *pb_to, struct print_buf *pb_from) argument
173 if (!pb_to->buf)
177 tipc_printbuf_reset(pb_to);
181 if (pb_to->size < pb_from->size) {
182 tipc_printbuf_reset(pb_to);
183 tipc_printf(pb_to, "*** PRINT BUFFER MOVE ERROR ***");
191 strcpy(pb_to->buf, pb_from->crs + 1);
192 pb_to->crs = pb_to
[all...]

Completed in 73 milliseconds