Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Ddevcache.c325 return (((nvfd_t *)handle)->nvf_cache_path); in nvf_cache_name()
758 if ((err = fwrite_nvlist(nvfd->nvf_cache_path, nvl)) == 0) in e_fwrite_nvlist()
793 rval = fread_nvlist(nvfd->nvf_cache_path, &nvl); in fread_nvp_list()
824 nvfd->nvf_cache_path, name); in fread_nvp_list()
832 nvfd->nvf_cache_path, name, nvpair_type(nvp)); in fread_nvp_list()
860 KFDEBUG((CE_CONT, "reading %s\n", nvfd->nvf_cache_path)); in nvf_read_file()
868 nvfd->nvf_cache_path); in nvf_read_file()
873 nvfd->nvf_cache_path); in nvf_read_file()
879 nvfd->nvf_cache_path); in nvf_read_file()
973 "%s rw upgrade failed\n", nvfd->nvf_cache_path); in nvpflush_one()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Ddevcache_impl.h121 #define nvf_cache_path nvf_ops->nvfr_cache_path macro