Home
last modified time | relevance | path

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

1234567891011

/titanic_52/usr/src/cmd/sgs/link_audit/common/
H A Dhash.h36 typedef struct hash { struct
44 } hash; typedef
38 tablehash global() argument
39 starthash global() argument
40 hash_typehash global() argument
43 hash_typehash global() argument
/titanic_52/usr/src/uts/common/os/
H A Dmodhash.c151 MH_KEY_DESTROY(hash,key) global() argument
157 MH_VAL_DESTROY(hash,val) global() argument
163 MH_KEYCMP(hash,key1,key2) global() argument
207 uint_t hash = 0; mod_hash_bystr() local
317 mod_hash_destroy_ptrhash(mod_hash_t * hash) mod_hash_destroy_ptrhash() argument
393 mod_hash_destroy_idhash(mod_hash_t * hash) mod_hash_destroy_idhash() argument
476 mod_hash_destroy_hash(mod_hash_t * hash) mod_hash_destroy_hash() argument
518 i_mod_hash(mod_hash_t * hash,mod_hash_key_t key) i_mod_hash() argument
545 i_mod_hash_insert_nosync(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val,mod_hash_hndl_t handle) i_mod_hash_insert_nosync() argument
579 mod_hash_insert(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val) mod_hash_insert() argument
602 mod_hash_insert_reserve(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val,mod_hash_hndl_t handle) mod_hash_insert_reserve() argument
632 mod_hash_reserve(mod_hash_t * hash,mod_hash_hndl_t * handlep) mod_hash_reserve() argument
644 mod_hash_reserve_nosleep(mod_hash_t * hash,mod_hash_hndl_t * handlep) mod_hash_reserve_nosleep() argument
658 mod_hash_cancel(mod_hash_t * hash,mod_hash_hndl_t * handlep) mod_hash_cancel() argument
670 i_mod_hash_remove_nosync(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) i_mod_hash_remove_nosync() argument
707 mod_hash_remove(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) mod_hash_remove() argument
725 mod_hash_replace(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t val) mod_hash_replace() argument
750 mod_hash_destroy(mod_hash_t * hash,mod_hash_key_t key) mod_hash_destroy() argument
774 i_mod_hash_find_nosync(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) i_mod_hash_find_nosync() argument
794 mod_hash_find(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val) mod_hash_find() argument
806 mod_hash_find_cb(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val,void (* find_cb)(mod_hash_key_t,mod_hash_val_t)) mod_hash_find_cb() argument
822 mod_hash_find_cb_rval(mod_hash_t * hash,mod_hash_key_t key,mod_hash_val_t * val,int (* find_cb)(mod_hash_key_t,mod_hash_val_t),int * cb_rval) mod_hash_find_cb_rval() argument
838 i_mod_hash_walk_nosync(mod_hash_t * hash,uint_t (* callback)(mod_hash_key_t,mod_hash_val_t *,void *),void * arg) i_mod_hash_walk_nosync() argument
866 mod_hash_walk(mod_hash_t * hash,uint_t (* callback)(mod_hash_key_t,mod_hash_val_t *,void *),void * arg) mod_hash_walk() argument
882 i_mod_hash_clear_nosync(mod_hash_t * hash) i_mod_hash_clear_nosync() argument
902 mod_hash_clear(mod_hash_t * hash) mod_hash_clear() argument
[all...]
/titanic_52/usr/src/tools/ctf/cvt/
H A Dhash.c43 struct hash { struct
94 hash_t *hash; in hash_new() local
47 h_hashfnhash global() argument
51 h_cmphash global() argument
106 hash_add(hash_t * hash,void * key) hash_add() argument
127 hash_remove_cb(void * key1,void * key2,hash_t * hash) hash_remove_cb() argument
133 hash_remove(hash_t * hash,void * key) hash_remove() argument
142 hash_match(hash_t * hash,void * key,int (* fun)(void *,void *),void * private) hash_match() argument
166 hash_find_iter(hash_t * hash,void * key,int (* fun)(void *,void *),void * private) hash_find_iter() argument
194 hash_find(hash_t * hash,void * key,void ** value) hash_find() argument
211 hash_iter(hash_t * hash,int (* fun)(void *,void *),void * private) hash_iter() argument
230 hash_count(hash_t * hash) hash_count() argument
241 hash_free(hash_t * hash,void (* datafree)(void *,void *),void * private) hash_free() argument
255 hash_stats(hash_t * hash,int verbose) hash_stats() argument
[all...]
/titanic_52/usr/src/lib/libnsctl/common/
H A Dhash.c37 hash_node_t **hash; in nsc_create_hash() local
44 nsc_insert_node(hash_node_t **hash, void *data, const char *key) in nsc_insert_node() argument
78 nsc_lookup(hash_node_t **hash, const char *key) in nsc_lookup() argument
94 nsc_remove_node(hash_node_t **hash, cha argument
132 nsc_remove_all(hash_node_t ** hash,void (* callback)(void *)) nsc_remove_all() argument
160 unsigned int hash, i; calc_hash() local
[all...]
/titanic_52/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() argument
70 ficlHashInsertWord(ficlHash * hash,ficlWord * word) ficlHashInsertWord() argument
97 ficlHashLookup(ficlHash * hash,ficlString name,ficlUnsigned16 hashCode) ficlHashLookup() argument
130 ficlHashReset(ficlHash * hash) ficlHashReset() argument
[all...]
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; ficlPrimitiveWidGetName() local
314 ficlHash *hash = ficlVmPop(vm).p; ficlPrimitiveWidSetName() local
[all...]
H A Dprefix.c72 ficlHash *hash; in ficlVmParsePrefix() local
144 ficlHash *hash; in ficlSystemCompilePrefix() local
/titanic_52/usr/src/lib/libtecla/common/
H A Dhash.c216 HashTable *hash; /* The table to be returned */ _new_HashTable() local
287 _del_HashTable(HashTable * hash) _del_HashTable() argument
340 _new_HashSymbol(HashTable * hash,const char * name,int code,void (* fn)(void),void * data,SYM_DEL_FN (* del_fn)) _new_HashSymbol() argument
395 _del_HashSymbol(HashTable * hash,const char * name) _del_HashSymbol() argument
436 _find_HashSymbol(HashTable * hash,const char * name) _find_HashSymbol() argument
478 _new_HashNode(HashTable * hash,const char * name,int code,void (* fn)(void),void * data,SYM_DEL_FN (* del_fn)) _new_HashNode() argument
535 _del_HashNode(HashTable * hash,HashNode * node) _del_HashNode() argument
570 _find_HashBucket(HashTable * hash,const char * name) _find_HashBucket() argument
600 _find_HashNode(HashTable * hash,HashBucket * bucket,const char * name,HashNode ** prev) _find_HashNode() argument
675 _clear_HashTable(HashTable * hash) _clear_HashTable() argument
721 _scan_HashTable(HashTable * hash,HASH_SCAN_FN (* scan_fn),void * context) _scan_HashTable() argument
[all...]
/titanic_52/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; hclear() local
117 Dthash_t *hash = (Dthash_t*)dt->data; hfirst() local
132 Dthash_t *hash = (Dthash_t*)dt->data; hnext() local
154 Dthash_t *hash = (Dthash_t*)dt->data; hflatten() local
226 Dthash_t *hash = (Dthash_t*)dt->data; hstat() local
262 Dthash_t *hash = (Dthash_t*)dt->data; global() local
388 Dthash_t *hash = (Dthash_t*)dt->data; hashevent() local
[all...]
/titanic_52/usr/src/cmd/sendmail/db/include/
H A Ddb_shash.h33 #define HASHLOOKUP(begin, type, field, elt, r, n, hash, cmp) do { \ argument
57 HASHINSERT(begin,type,field,elt,n,hash) global() argument
78 HASHREMOVE(begin,type,field,elt,n,hash,cmp) global() argument
99 HASHREMOVE_EL(begin,type,field,obj,n,hash) global() argument
[all...]
/titanic_52/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() argument
60 const struct krb5_hash_provider *hash, in krb5_dk_encrypt() argument
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() argument
222 krb5int_aes_dk_encrypt(krb5_context context,const struct krb5_enc_provider * enc,const struct krb5_hash_provider * hash,const krb5_keyblock * key,krb5_keyusage usage,const krb5_data * ivec,const krb5_data * input,krb5_data * output) krb5int_aes_dk_encrypt() argument
[all...]
H A Ddk_decrypt.c53 const struct krb5_hash_provider *hash, in krb5_dk_decrypt() argument
66 const struct krb5_hash_provider *hash, in krb5int_aes_dk_decrypt() argument
79 const struct krb5_hash_provider *hash, in krb5_dk_decrypt_maybe_trunc_hmac() argument
/titanic_52/usr/src/lib/libcpc/common/
H A Dsubr.c163 __cpc_strhash_free(cpc_strhash_t *hash) in __cpc_strhash_free() argument
184 __cpc_strhash_add(cpc_strhash_t *hash, char *key) in __cpc_strhash_add() argument
210 __cpc_strhash_next(cpc_strhash_t *hash) in __cpc_strhash_next() argument
[all...]
/titanic_52/usr/src/cmd/vi/misc/
H A Dmkstr.c230 struct hash { struct
233 struct hash *hnext; argument
H A Dxstr.c303 struct hash { struct
306 struct hash *hnext; argument
316 register struct hash *hp, *hp0; argument
/titanic_52/usr/src/ucbcmd/mkstr/
H A Dmkstr.c263 static struct hash { struct
266 struct hash *hnext; argument
/titanic_52/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 HASH_IP_VIP_V4(hash,saddr,daddr,size) global() argument
61 HASH_IP_VIP_V6(hash,saddr,daddr,size) global() argument
[all...]
/titanic_52/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() argument
53 const struct krb5_hash_provider *hash, in krb5_raw_encrypt() argument
/titanic_52/usr/src/cmd/xstr/
H A Dxstr.c304 struct hash { struct
307 struct hash *hnext; argument
315 struct hash *hp, *hp0; in hashit() argument
/titanic_52/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_acpi.c461 amd_iommu_acpi_ivhd_t **hash) in add_deventry_info() argument
622 add_implicit_deventry(ivhd_container_t *ivhdcp, amd_iommu_acpi_ivhd_t **hash) in add_implicit_deventry() argument
662 add_ivhdc_info(ivhd_container_t *ivhdcp, amd_iommu_acpi_ivhd_t **hash) in add_ivhdc_info() argument
677 add_ivhd_info(amd_iommu_acpi_t * acpi,amd_iommu_acpi_ivhd_t ** hash) add_ivhd_info() argument
688 set_ivmd_info(ivmd_t * ivmdp,amd_iommu_acpi_ivmd_t ** hash) set_ivmd_info() argument
743 add_ivmdc_info(ivmd_container_t * ivmdcp,amd_iommu_acpi_ivmd_t ** hash) add_ivmdc_info() argument
749 add_ivmd_info(amd_iommu_acpi_t * acpi,amd_iommu_acpi_ivmd_t ** hash) add_ivmd_info() argument
[all...]
/titanic_52/usr/src/cmd/nscd/
H A Dnscd_dbimpl.c77 nscd_hash_t *hash; /* the current hash entry */ member
168 unsigned long hash; in _nscd_get_db_entry() local
197 unsigned long hash; _nscd_add_db_entry() local
295 unsigned long hash; _nscd_delete_db_entry() local
383 nscd_hash_t *hash; _nscd_alloc_db_entry() local
[all...]
/titanic_52/usr/src/lib/libnsl/yp/
H A Ddbm.c127 long hash; in forder() local
265 long hash; in nextkey() local
295 firsthash(long hash) firsthash() argument
319 dbm_access(long hash) dbm_access() argument
469 hashinc(long hash) hashinc() argument
[all...]
/titanic_52/usr/src/ucblib/libdbm/
H A Ddbm.c130 long hash; in forder() local
280 long hash; in nextkey() local
306 firsthash(long hash) firsthash() argument
330 dbm_access(long hash) dbm_access() argument
476 hashinc(long hash) hashinc() argument
[all...]
/titanic_52/usr/src/cmd/svc/common/
H A Dmanifest_hash.c116 mhash_retrieve_entry(scf_handle_t *hndl, const char *name, uchar_t *hash, in mhash_retrieve_entry() argument
233 uchar_t *hash, apply_action_t apply_late, char **errstr) in mhash_store_entry() argument
521 md5_hash_file(const char * file,off64_t sz,uchar_t * hash) md5_hash_file() argument
590 uchar_t hash[MHASH_SIZE]; mhash_test_file() local
[all...]
/titanic_52/usr/src/uts/common/gssapi/mechs/krb5/crypto/old/
H A Dold_encrypt.c38 const struct krb5_hash_provider *hash, in krb5_old_encrypt_length() argument
54 const struct krb5_hash_provider *hash, in krb5_old_encrypt() argument

1234567891011