Lines Matching defs:tmpbuf
135 if (b->tmpbuf)
136 free(b->tmpbuf, M_DEVBUF);
152 b->tmpbuf = NULL;
166 u_int8_t *tmpbuf;
188 tmpbuf = malloc(allocsize, M_DEVBUF, M_WAITOK);
192 __func__, b, b->tmpbuf, tmpbuf,
194 if (b->tmpbuf != NULL)
195 free(b->tmpbuf, M_DEVBUF);
196 b->tmpbuf = tmpbuf;
216 u_int8_t *buf, *tmpbuf, *shadbuf;
228 tmpbuf = malloc(allocsize, M_DEVBUF, M_WAITOK);
234 if (b->tmpbuf != NULL)
235 free(b->tmpbuf, M_DEVBUF);
236 b->tmpbuf = tmpbuf;
701 cnt = FEEDER_FEED(feeder, channel, to->tmpbuf,
705 sndbuf_acquire(to, to->tmpbuf, cnt);