]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add kmem_vasprintf function
authorBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 24 Jun 2010 16:41:59 +0000 (09:41 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 24 Jun 2010 16:41:59 +0000 (09:41 -0700)
commite6de04b73cfaa1b17eee531d472cbbd37c247502
tree88f515ee9b834209c9cc914868959cec64828742
parent438683c0a9c9a045106f27aca85dc1855d926497
Add kmem_vasprintf function

We might as well have both asprintf() variants.  This allows us
to safely pass a va_list through several levels of the stack
using va_copy() instead of va_start().
include/sys/kmem.h
module/spl/spl-kmem.c