Home
last modified time | relevance | path

Searched refs:phash (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c100 uint64_t phash; in nsc_ncio_open() local
108 phash = nsc_strhash(path); in nsc_ncio_open()
112 new->phash = phash; in nsc_ncio_open()
119 if (ncp->phash == phash && strcmp(path, ncp->path) == 0) in nsc_ncio_open()
H A Dnsc_dev.c1109 nsc_fdpathcmp(nsc_fd_t *fd, uint64_t phash, char *path) in nsc_fdpathcmp() argument
1113 if (fd != NULL && fd->sf_dev->nsc_phash == phash) in nsc_fdpathcmp()
1127 uint64_t phash; in _nsc_setval() local
1148 phash = nsc_strhash(pp); in _nsc_setval()
1156 if (phash == dv->dv_phash && in _nsc_setval()
1171 dv->dv_phash = phash; in _nsc_setval()
1282 uint64_t phash; in r_nsc_setval_all() local
1308 phash = nsc_strhash(in->path); in r_nsc_setval_all()
1321 if (dv->dv_phash == phash && in r_nsc_setval_all()
H A Dnsc_ncallio.h51 uint64_t phash; /* path hash */ member
/titanic_50/usr/src/uts/common/avs/ns/sv/
H A Dsv.c1740 uint64_t phash; /* pathname hash */ in svioctl() local
1866 phash = nsc_strhash(svc.svc_path); in svioctl()
1877 if (nsc_fdpathcmp(svp->sv_fd, phash, in svioctl()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dqueue.c6021 multiqueue_cache(basedir, blen, qg, qn, phash) in multiqueue_cache() argument
6026 unsigned int *phash;
6267 *phash = hash_q(relpath, *phash);
6324 *phash = hash_q(qg->qg_qpaths[0].qp_name, *phash);
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip.c4521 ip_thread_exit(void *phash) in ip_thread_exit() argument
4523 th_hash_t *thh = phash; in ip_thread_exit()