Searched refs:phash (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_ncallio.c | 100 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 D | nsc_dev.c | 1109 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 D | nsc_ncallio.h | 51 uint64_t phash; /* path hash */ member
|
/titanic_41/usr/src/uts/common/avs/ns/sv/ |
H A D | sv.c | 1739 uint64_t phash; /* pathname hash */ in svioctl() local 1865 phash = nsc_strhash(svc.svc_path); in svioctl() 1876 if (nsc_fdpathcmp(svp->sv_fd, phash, in svioctl()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 6021 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_41/usr/src/uts/common/inet/ip/ |
H A D | ip.c | 4521 ip_thread_exit(void *phash) in ip_thread_exit() argument 4523 th_hash_t *thh = phash; in ip_thread_exit()
|