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

/illumos-gate/usr/src/boot/sys/boot/forth/
H A Dloader.conf82 boot_archive.hash_name="/platform/i86pc/${ISADIR}/boot_archive.hash"
/illumos-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));
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c766 /* hash_name is a text substitution for either fid_hash or path_hash */
767 #define exp_hash_unlink(exi, hash_name) \
768 if (*(exi)->hash_name.bckt == (exi)) \
769 *(exi)->hash_name.bckt = (exi)->hash_name.next; \
770 if ((exi)->hash_name.prev) \
771 (exi)->hash_name.prev->hash_name.next = (exi)->hash_name.next; \
772 if ((exi)->hash_name
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c212 hash_name(const char *name) function
417 h = hash_name(svcname) & SVC_HASH_MASK;
687 h = hash_name(sn) & SVC_HASH_MASK;

Completed in 80 milliseconds