Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_ncache.c190 if (dp->nvp_npaths > 0) { in sdev_nvp_free()
192 for (i = 0; i < dp->nvp_npaths; i++, p++) { in sdev_nvp_free()
196 dp->nvp_npaths * sizeof (char *)); in sdev_nvp_free()
198 dp->nvp_npaths * sizeof (int)); in sdev_nvp_free()
254 np->nvp_npaths = nstrs; in sdev_ncache_unpack_nvlist()
315 DP_DEVNAME_NCACHE_ID, np->nvp_paths, np->nvp_npaths); in sdev_ncache_pack_list()
324 np->nvp_expirecnts, np->nvp_npaths); in sdev_ncache_pack_list()
371 for (i = 0; i < np->nvp_npaths; i++) { in sdev_ncache_process_store()
450 np->nvp_npaths = n; in sdev_ncache_write()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h435 int nvp_npaths; member