Home
last modified time | relevance | path

Searched defs:hash (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/uts/common/os/
H A Dmodhash.c151 #define MH_KEY_DESTROY(hash, key) ((hash->mh_kdtor)(key)) argument
207 uint_t hash = 0; in mod_hash_bystr() local
317 mod_hash_destroy_ptrhash(mod_hash_t *hash) in mod_hash_destroy_ptrhash()
393 mod_hash_destroy_idhash(mod_hash_t *hash) in mod_hash_destroy_idhash()
476 mod_hash_destroy_hash(mod_hash_t *hash) in mod_hash_destroy_hash()
518 i_mod_hash(mod_hash_t *hash, mod_hash_key_t key) in i_mod_hash()
750 mod_hash_destroy(mod_hash_t *hash, mod_hash_key_t key) in mod_hash_destroy()
838 i_mod_hash_walk_nosync(mod_hash_t *hash, in i_mod_hash_walk_nosync()
866 mod_hash_walk(mod_hash_t *hash, in mod_hash_walk()
882 i_mod_hash_clear_nosync(mod_hash_t *hash) in i_mod_hash_clear_nosync()
[all …]
H A Dcallout.c82 #define CALLOUT_HASH_INSERT(hash, cp, cnext, cprev) \ argument
95 #define CALLOUT_HASH_APPEND(hash, cp, cnext, cprev) \ argument
108 #define CALLOUT_HASH_DELETE(hash, cp, cnext, cprev) \ argument
167 #define CALLOUT_LIST_INSERT(hash, cl) \ argument
170 #define CALLOUT_LIST_APPEND(hash, cl) \ argument
173 #define CALLOUT_LIST_DELETE(hash, cl) \ argument
320 callout_list_get(callout_table_t *ct, hrtime_t expiration, int flags, int hash) in callout_list_get()
755 int hash; in callout_heap_delete() local
865 int i, hash, clflags; in callout_heap_process() local
989 int hash, clflags; in timeout_generic() local
[all …]
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h36 typedef struct hash { struct
38 hash_entry **table; argument
39 hash_entry *start; argument
40 enum hash_type { argument
43 } hash_type; argument
44 } hash; argument
/illumos-gate/usr/src/common/ficl/
H A Dhash.c3 #define FICL_ASSERT_PHASH(hash, expression) FICL_ASSERT(NULL, expression) argument
12 ficlHashForget(ficlHash *hash, void *where) in ficlHashForget()
70 ficlHashInsertWord(ficlHash *hash, ficlWord *word) in ficlHashInsertWord()
97 ficlHashLookup(ficlHash *hash, ficlString name, ficlUnsigned16 hashCode) in ficlHashLookup()
130 ficlHashReset(ficlHash *hash) in ficlHashReset()
H A Dsearch.c79 ficlHash *hash = ficlVmGetDictionary(vm)->forthWordlist; in ficlPrimitiveForthWordlist() local
136 ficlHash *hash = ficlStackPopPointer(vm->dataStack); in ficlPrimitiveSearchWordlist() local
163 ficlHash *hash = ficlStackPopPointer(vm->dataStack); in ficlPrimitiveSetCurrent() local
227 ficlHash *hash; in ficlPrimitiveFiclWordlist() local
285 ficlHash *hash; in ficlPrimitiveWidGetName() local
314 ficlHash *hash = ficlVmPop(vm).p; in ficlPrimitiveWidSetName() local
H A Dprefix.c72 ficlHash *hash; in ficlVmParsePrefix() local
144 ficlHash *hash; in ficlSystemCompilePrefix() local
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c214 HashTable *hash; /* The table to be returned */ in _new_HashTable() local
285 HashTable *_del_HashTable(HashTable *hash) in _del_HashTable()
338 Symbol *_new_HashSymbol(HashTable *hash, const char *name, int code, in _new_HashSymbol()
393 Symbol *_del_HashSymbol(HashTable *hash, const char *name) in _del_HashSymbol()
434 Symbol *_find_HashSymbol(HashTable *hash, const char *name) in _find_HashSymbol()
476 static HashNode *_new_HashNode(HashTable *hash, const char *name, int code, in _new_HashNode()
533 static HashNode *_del_HashNode(HashTable *hash, HashNode *node) in _del_HashNode()
568 static HashBucket *_find_HashBucket(HashTable *hash, const char *name) in _find_HashBucket()
598 static HashNode *_find_HashNode(HashTable *hash, HashBucket *bucket, in _find_HashNode()
673 int _clear_HashTable(HashTable *hash) in _clear_HashTable()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddthash.c50 Dthash_t *hash = (Dthash_t*)dt->data; in htable() local
98 Dthash_t *hash = (Dthash_t*)dt->data; in hclear() local
117 Dthash_t *hash = (Dthash_t*)dt->data; in hfirst() local
132 Dthash_t *hash = (Dthash_t*)dt->data; in hnext() local
154 Dthash_t *hash = (Dthash_t*)dt->data; in hflatten() local
226 Dthash_t *hash = (Dthash_t*)dt->data; in hstat() local
262 Dthash_t *hash = (Dthash_t*)dt->data; local
388 Dthash_t *hash = (Dthash_t*)dt->data; in hashevent() local
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument
57 #define HASHINSERT(begin, type, field, elt, n, hash) do { \ argument
78 #define HASHREMOVE(begin, type, field, elt, n, hash, cmp) { \ argument
99 #define HASHREMOVE_EL(begin, type, field, obj, n, hash) { \ argument
/illumos-gate/usr/src/lib/lib9p/common/
H A Dhashtable.c74 ht_find(struct ht *h, uint32_t hash) in ht_find()
86 ht_find_locked(struct ht *h, uint32_t hash) in ht_find_locked()
102 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add()
131 ht_remove(struct ht *h, uint32_t hash) in ht_remove()
144 ht_remove_locked(struct ht *h, uint32_t hash) in ht_remove_locked()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/dk/
H A Ddk_encrypt.c47 const struct krb5_hash_provider *hash, in krb5_dk_encrypt_length()
60 const struct krb5_hash_provider *hash, in krb5_dk_encrypt()
167 krb5int_aes_encrypt_length(enc, hash, inputlen, length) in krb5int_aes_encrypt_length() argument
186 const struct krb5_hash_provider *hash, in trunc_hmac()
222 const struct krb5_hash_provider *hash, in krb5int_aes_dk_encrypt()
H A Ddk_decrypt.c53 const struct krb5_hash_provider *hash, in krb5_dk_decrypt()
66 const struct krb5_hash_provider *hash, in krb5int_aes_dk_decrypt()
79 const struct krb5_hash_provider *hash, in krb5_dk_decrypt_maybe_trunc_hmac()
/illumos-gate/usr/src/lib/libcpc/common/
H A Dsubr.c161 __cpc_strhash_free(cpc_strhash_t *hash) in __cpc_strhash_free()
182 __cpc_strhash_add(cpc_strhash_t *hash, char *key) in __cpc_strhash_add()
208 __cpc_strhash_next(cpc_strhash_t *hash) in __cpc_strhash_next()
/illumos-gate/usr/src/ucbcmd/mkstr/
H A Dmkstr.c261 static struct hash { struct
264 struct hash *hnext; argument
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c38 #define HASH_IP_V4(hash, addr, size) \ argument
43 #define HASH_IP_V6(hash, addr, size) \ argument
46 #define HASH_IP_PORT_V4(hash, addr, port, size) \ argument
52 #define HASH_IP_PORT_V6(hash, addr, port, size) \ argument
55 #define HASH_IP_VIP_V4(hash, saddr, daddr, size) \ argument
61 #define HASH_IP_VIP_V6(hash, saddr, daddr, size) \ argument
H A Dilb_conn.c131 ilb_conn_hash_t *hash; in ilb_conn_remove_common() local
372 ilb_conn_hash_t *hash; in ilb_conn_hash_fini() local
509 ilb_conn_hash_t *hash; in ilb_conn_add() local
757 ilb_conn_hash_t *hash; in ilb_find_conn() local
896 ilb_conn_hash_t *hash; in ilb_check_icmp_conn() local
1041 ilb_conn_hash_t *hash; in ilb_list_nat() local
1166 ilb_sticky_lookup(ilb_sticky_hash_t *hash, ilb_rule_t *rule, in6_addr_t *src) in ilb_sticky_lookup()
1183 ilb_sticky_add(ilb_sticky_hash_t *hash, ilb_rule_t *rule, ilb_server_t *server, in ilb_sticky_add()
1240 ilb_sticky_hash_t *hash; in ilb_sticky_find_add() local
1321 ilb_sticky_hash_t *hash; in ilb_sticky_cleanup() local
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dstorage.c26 unsigned hash = hashval(bb) + hashval(pseudo) + hashval(inout); in storage_hash() local
52 struct storage_hash *hash; in gather_storage() local
78 struct storage_hash *hash; in name_storage() local
91 struct storage_hash *hash; in lookup_storage() local
103 struct storage_hash *hash = alloc_storage_hash(storage); in add_storage() local
/illumos-gate/usr/src/cmd/xstr/
H A Dxstr.c302 struct hash { struct
305 struct hash *hnext; argument
313 struct hash *hp, *hp0; in hashit() argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/raw/
H A Draw_encrypt.c39 const struct krb5_hash_provider *hash, in krb5_raw_encrypt_length()
53 const struct krb5_hash_provider *hash, in krb5_raw_encrypt()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c461 amd_iommu_acpi_ivhd_t **hash) in add_deventry_info()
626 add_implicit_deventry(ivhd_container_t *ivhdcp, amd_iommu_acpi_ivhd_t **hash) in add_implicit_deventry()
666 add_ivhdc_info(ivhd_container_t *ivhdcp, amd_iommu_acpi_ivhd_t **hash) in add_ivhdc_info()
681 add_ivhd_info(amd_iommu_acpi_t *acpi, amd_iommu_acpi_ivhd_t **hash) in add_ivhd_info()
692 set_ivmd_info(ivmd_t *ivmdp, amd_iommu_acpi_ivmd_t **hash) in set_ivmd_info()
748 add_ivmdc_info(ivmd_container_t *ivmdcp, amd_iommu_acpi_ivmd_t **hash) in add_ivmdc_info()
754 add_ivmd_info(amd_iommu_acpi_t *acpi, amd_iommu_acpi_ivmd_t **hash) in add_ivmd_info()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c75 nscd_hash_t *hash; /* the current hash entry */ member
166 unsigned long hash; in _nscd_get_db_entry() local
195 unsigned long hash; in _nscd_add_db_entry() local
293 unsigned long hash; in _nscd_delete_db_entry() local
381 nscd_hash_t *hash; in _nscd_alloc_db_entry() local
/illumos-gate/usr/src/ucblib/libdbm/
H A Ddbm.c134 long hash; in forder() local
284 long hash; in nextkey() local
310 firsthash(long hash) in firsthash()
334 dbm_access(long hash) in dbm_access()
481 hashinc(long hash) in hashinc()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Ddbm.c125 long hash; in forder() local
263 long hash; in nextkey() local
293 firsthash(long hash) in firsthash()
317 dbm_access(long hash) in dbm_access()
467 hashinc(long hash) in hashinc()
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c117 mhash_retrieve_entry(scf_handle_t *hndl, const char *name, uchar_t *hash, in mhash_retrieve_entry()
234 uchar_t *hash, apply_action_t apply_late, char **errstr) in mhash_store_entry()
532 md5_hash_file(const char *file, off64_t sz, uchar_t *hash) in md5_hash_file()
601 uchar_t hash[MHASH_SIZE]; in mhash_test_file() local
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c281 #define DNLC_DIR_HASH(name, hash, namelen) \ argument
442 int hash; in dnlc_enter() local
509 int hash; in dnlc_update() local
590 int hash, depth; in dnlc_lookup() local
671 int hash; in dnlc_remove() local
930 dnlc_search(vnode_t *dp, const char *name, uchar_t namlen, int hash) in dnlc_search()
1107 int hash; in dnlc_dir_lookup() local
1248 int hash; in dnlc_dir_add_entry() local
1549 int hash; in dnlc_dir_rem_entry() local
1746 int hash; in dnlc_dir_update() local

12345678910>>...12