Searched refs:buf_old (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | printk.h | 55 const void *buf_old = buf; in print_hex_dump() local 70 (const char *)buf_old)); in print_hex_dump()
|
/freebsd/sys/net/route/ |
H A D | route_helpers.c | 322 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in decompose_change_notification() local 323 nhop_print_buf_any(rc->rc_nh_old, buf_old, NHOP_PRINT_BUFSIZE); in decompose_change_notification() 325 FIB_NH_LOG(LOG_DEBUG, wn_old[0].nh, "change %s -> %s", buf_old, buf_new); in decompose_change_notification()
|
H A D | route_ctl.c | 1331 char buf_old[NHOP_PRINT_BUFSIZE], buf_new[NHOP_PRINT_BUFSIZE]; in change_route_conditional() local 1332 nhop_print_buf_any(rnd_orig->rnd_nhop, buf_old, NHOP_PRINT_BUFSIZE); in change_route_conditional() 1335 "trying change %s -> %s", buf_old, buf_new); in change_route_conditional()
|