kmem_tmpbuf_alloc
clist = kmem_tmpbuf_alloc(clist_size,
buf = kmem_tmpbuf_alloc(count * sizeof(const char *),
clist = kmem_tmpbuf_alloc(clist_size,
clist = kmem_tmpbuf_alloc(clist_size,
prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
prop = kmem_tmpbuf_alloc(proplen, propbuf, sizeof(propbuf), KM_SLEEP);
void * kmem_tmpbuf_alloc(size_t, void *, size_t, km_flag_t);