Home
last modified time | relevance | path

Searched refs:nvf_ops (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevcache_impl.h94 nvf_ops_t *nvf_ops; /* client ops vectors */ member
119 #define nvf_cache_path nvf_ops->nvfr_cache_path
120 #define nvf_unpack_nvlist nvf_ops->nvfr_unpack_nvlist
121 #define nvf_pack_list nvf_ops->nvfr_pack_list
122 #define nvf_list_free nvf_ops->nvfr_list_free
123 #define nvf_write_complete nvf_ops->nvfr_write_complete
H A Ddevcache.h51 typedef struct nvf_ops { struct
/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c294 nvfdp->nvf_ops = ops; in nvf_register_file()