Lines Matching refs:wp
86 u_char *wp; in async_Encode() local
88 wp = *cp; in async_Encode()
91 *wp++ = HDLC_ESC; in async_Encode()
95 *wp++ = HDLC_ESC; in async_Encode()
98 *wp++ = c; in async_Encode()
99 *cp = wp; in async_Encode()
108 struct mbuf *wp; in async_LayerPush() local
121 wp = bp; in async_LayerPush()
123 while (wp) { in async_LayerPush()
124 sp = MBUF_CTOP(wp); in async_LayerPush()
125 for (cnt = wp->m_len; cnt > 0; cnt--) { in async_LayerPush()
132 wp = wp->m_next; in async_LayerPush()