Searched refs:sdevfd_handle (Results 1 – 1 of 1) sorted by relevance
125 static nvf_handle_t sdevfd_handle; variable168 sdevfd_handle = nvf_register_file(&sdev_cache_ops); in sdev_ncache_setup()169 ASSERT(sdevfd_handle); in sdev_ncache_setup()171 list_create(nvf_list(sdevfd_handle), sizeof (nvp_devname_t), in sdev_ncache_setup()174 rw_enter(nvf_lock(sdevfd_handle), RW_WRITER); in sdev_ncache_setup()176 (void) nvf_read_file(sdevfd_handle); in sdev_ncache_setup()179 rw_exit(nvf_lock(sdevfd_handle)); in sdev_ncache_setup()210 ASSERT(fd == sdevfd_handle); in sdev_ncache_list_free()237 ASSERT(fd == sdevfd_handle); in sdev_ncache_unpack_nvlist()274 list_insert_tail(nvf_list(sdevfd_handle), np); in sdev_ncache_unpack_nvlist()[all …]