HomeSort by: relevance | last modified time | path
    Searched defs:newnvl (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/libnv/dist/
nvlist.c 419 nvlist_t *newnvl; local in function:nvlist_clone
429 newnvl = nvlist_create(nvl->nvl_flags & NV_FLAG_PUBLIC_MASK);
435 (void)nvlist_move_nvpair(newnvl, newnvp);
438 nvlist_destroy(newnvl);
441 return (newnvl);

Completed in 50 milliseconds