Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.h156 uint64_t nsc_phash; /* Pathname hash */ member
H A Dnsc_dev.c1113 if (fd != NULL && fd->sf_dev->nsc_phash == phash) in nsc_fdpathcmp()
2000 dev->nsc_phash = nsc_strhash(path); in _nsc_alloc_dev()
2013 if (dp->nsc_phash == dev->nsc_phash && in _nsc_alloc_dev()
2046 if (dv->dv_phash == dev->nsc_phash && in _nsc_alloc_dev()
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c907 dev->nsc_path, dev->nsc_phash); in nsc_dev()