Searched refs:hash_name (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A Dhash.h51 int hash_name(int, const char *);
H A Diidesc.c65 return (hash_name(nbuckets, ii->ii_name));
H A Dhash.c74 hash_name(int nbuckets, const char *name) function
H A Dtdata.c107 return (hash_name(nbuckets, name));
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c762 /* hash_name is a text substitution for either fid_hash or path_hash */
763 #define exp_hash_unlink(exi, hash_name) \
764 if (*(exi)->hash_name.bckt == (exi)) \
765 *(exi)->hash_name.bckt = (exi)->hash_name.next; \
766 if ((exi)->hash_name.prev) \
767 (exi)->hash_name.prev->hash_name.next = (exi)->hash_name.next; \
768 if ((exi)->hash_name
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c210 hash_name(const char *name) function
416 h = hash_name(svcname) & SVC_HASH_MASK;
686 h = hash_name(sn) & SVC_HASH_MASK;

Completed in 126 milliseconds