Lines Matching full:wp
85 u_char *wp; in async_Encode() local
87 wp = *cp; in async_Encode()
90 *wp++ = HDLC_ESC; in async_Encode()
94 *wp++ = HDLC_ESC; in async_Encode()
97 *wp++ = c; in async_Encode()
98 *cp = wp; in async_Encode()
107 struct mbuf *wp; in async_LayerPush() local
120 wp = bp; in async_LayerPush()
122 while (wp) { in async_LayerPush()
123 sp = MBUF_CTOP(wp); in async_LayerPush()
124 for (cnt = wp->m_len; cnt > 0; cnt--) { in async_LayerPush()
131 wp = wp->m_next; in async_LayerPush()