K 10 svn:author V 6 kevans K 8 svn:date V 27 2018-07-16T14:56:30.297442Z K 7 svn:log V 402 MFC r304908-r304909 r304908: Add cnv API. cnv API is a set of functions for managing name/value pairs by cookie. The cookie can be obtained by nvlist_next(), nvlist_get_parent() or nvlist_get_pararr() function. This patch also includes unit tests. Submitted by: Adam Starak r304909: Fix style issue in the cnv API. Remove unused arguments in a macro. Remove unused typedef. END