Home
last modified time | relevance | path

Searched refs:fwrite_nvlist (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c663 fwrite_nvlist(char *filename, nvlist_t *nvl) in fwrite_nvlist() function
758 if ((err = fwrite_nvlist(nvfd->nvf_cache_path, nvl)) == 0) in e_fwrite_nvlist()
H A Dsunmdi.c315 extern int fwrite_nvlist(char *, nvlist_t *);
8304 err = fwrite_nvlist(vhc->vhc_vhcache_filename, nvl); in flush_vhcache()