Lines Matching defs:wbuf
164 * there might be windows still in the wbuf due to unmapped
187 caddr_t wbuf;
192 * remember child's fp and wbuf since they will get erased during
196 wbuf = mpcb->mpcb_wbuf;
215 kmem_cache_free(wbuf32_cache, wbuf);
216 wbuf = kmem_cache_alloc(wbuf64_cache, KM_SLEEP);
219 kmem_cache_free(wbuf64_cache, wbuf);
220 wbuf = kmem_cache_alloc(wbuf32_cache, KM_SLEEP);
226 mpcb->mpcb_wbuf = wbuf;
227 mpcb->mpcb_wbuf_pa = va_to_pa(wbuf);