Home
last modified time | relevance | path

Searched refs:hash_name (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c791 *(exi)->hash_name.bckt = (exi)->hash_name.next; \
792 if ((exi)->hash_name.prev) \
793 (exi)->hash_name.prev->hash_name.next = (exi)->hash_name.next; \
794 if ((exi)->hash_name.next) \
795 (exi)->hash_name.next->hash_name.prev = (exi)->hash_name.prev; \
796 (exi)->hash_name.bckt = NULL;
799 (exi)->hash_name.bckt = (bucket); \
800 (exi)->hash_name.prev = NULL; \
801 (exi)->hash_name.next = *(bucket); \
802 if ((exi)->hash_name.next) \
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dloader.conf84 boot_archive.hash_name="/platform/i86pc/${ISADIR}/boot_archive.hash"
/illumos-gate/usr/src/tools/smatch/src/
H A Dtokenize.c876 static unsigned long hash_name(const char *name, int len) in hash_name() function
891 return insert_hash(ident, hash_name(ident->name, ident->len)); in hash_ident()
897 return create_hashed_ident(name, len, hash_name(name, len)); in built_in_ident()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dexplain.c208 hash_name(const char *name) in hash_name() function
413 h = hash_name(svcname) & SVC_HASH_MASK; in add_instance()
693 h = hash_name(sn) & SVC_HASH_MASK; in get_svc()