/titanic_50/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.h | 41 typedef struct bucket { struct 43 struct bucket *b_parent; argument 44 struct bucketlist *b_uncles; argument 45 struct bucket *b_thread; argument 52 } bucket_t; argument
|
/titanic_50/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_hash.c | 104 _sd_hash_bucket_t *bucket; in _sdbc_hash_configure() local 196 _sd_hash_bucket_t *bucket; in _sd_hash_search() local 297 _sd_hash_bucket_t *bucket; in _sd_hash_insert() local 379 _sd_hash_bucket_t *bucket; in _sd_hash_delete() local 445 _sd_hash_bucket_t *bucket; in _sd_hash_replace() local
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | hash.c | 87 HashBucket *bucket; /* An array of 'size' hash buckets */ member 343 HashBucket *bucket; /* The hash-bucket associated with the name */ in _new_HashSymbol() local 398 HashBucket *bucket = _find_HashBucket(hash, name); in _del_HashSymbol() local 438 HashBucket *bucket; /* The hash-table bucket associated with name[] */ in _find_HashSymbol() local 600 static HashNode *_find_HashNode(HashTable *hash, HashBucket *bucket, in _find_HashNode() 687 HashBucket *bucket = hash->bucket + i; in _clear_HashTable() local 733 HashBucket *bucket = hash->bucket + i; in _scan_HashTable() local
|
H A D | history.c | 90 GlhHashBucket *bucket; /* The parent hash-table bucket of this node */ member 125 GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */ member 2172 GlhHashBucket *bucket; /* The hash-table bucket of the line */ in _glh_acquire_copy() local 2264 GlhHashBucket *bucket = hnode->bucket; in _glh_discard_copy() local 2355 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line, in glh_find_hash_node()
|
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Distribution.java | 114 Bucket bucket; in initialize() local 164 Bucket bucket; in createBuckets() local 192 checkBucketRange(int i, int bucketCount, Distribution.Bucket bucket, in checkBucketRange() 200 checkBucketRange(int i, int bucketCount, Distribution.Bucket bucket) in checkBucketRange() 207 checkBucketRange(int i, Distribution.Bucket bucket, long[] range) in checkBucketRange()
|
H A D | LinearDistribution.java | 192 Distribution.Bucket bucket; in getValue() local
|
/titanic_50/usr/src/lib/libpool/common/ |
H A D | dict.c | 296 dict_bucket_t *bucket; in dict_get() local 314 dict_bucket_t *bucket; in dict_put() local 352 dict_bucket_t *bucket = *pbucket; in dict_remove() local 375 dict_bucket_t *bucket = NULL; in dict_map() local
|
/titanic_50/usr/src/uts/common/io/ |
H A D | str_conf.c | 131 uint_t bucket; in i_fmodsw_hash_insert() local 153 uint_t bucket; in i_fmodsw_hash_remove() local 178 uint_t bucket; in i_fmodsw_hash_find() local
|
/titanic_50/usr/src/uts/common/dtrace/ |
H A D | fasttrap.c | 277 fasttrap_bucket_t *bucket; in fasttrap_pid_cleanup_cb() local 442 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i]; in fasttrap_fork() local 504 fasttrap_bucket_t *bucket; in fasttrap_tracepoint_enable() local 676 fasttrap_bucket_t *bucket; in fasttrap_tracepoint_disable() local 1184 fasttrap_bucket_t *bucket; in fasttrap_proc_lookup() local 1246 fasttrap_bucket_t *bucket; in fasttrap_proc_release() local 1302 fasttrap_bucket_t *bucket; in fasttrap_provider_lookup() local 1470 fasttrap_bucket_t *bucket; in fasttrap_provider_retire() local 2259 fasttrap_bucket_t *bucket = &fasttrap_provs.fth_table[i]; in fasttrap_detach() local
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_dictionary.cc | 204 db_table_desc* bucket; in delete_dictionary() local 223 relocate_bucket(db_table_desc* bucket, in relocate_bucket() 241 enumerate_bucket(db_table_desc* bucket, db_status(*func)(db_table_desc *)) in enumerate_bucket() argument 260 search_bucket(db_table_desc* bucket, unsigned long hval, char *target) in search_bucket() 282 remove_from_bucket(db_table_desc_p bucket, in remove_from_bucket() 319 add_to_bucket(db_table_desc_p bucket, db_table_desc **head, db_table_desc_p td) in add_to_bucket() 464 db_table_desc *bucket; in enumerate_dictionary() local 491 unsigned long bucket; in search_dictionary() local 517 unsigned long bucket; in remove_from_dictionary() local 573 unsigned long bucket; in add_to_dictionary() local [all …]
|
H A D | db_index.cc | 193 unsigned long bucket; in lookup() local 231 unsigned long bucket; in remove() local 281 unsigned long bucket; in add() local
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_hash.c | 83 uint_t bucket; in refhash_insert() local 99 uint_t bucket; in refhash_delete() local 122 uint_t bucket; in refhash_lookup() local
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_sadb.c | 97 ipsec_getassocbyconn(isaf_t *bucket, ip_xmit_attr_t *ixa, uint32_t *src, in ipsec_getassocbyconn() 510 ipsec_getassocbyspi(isaf_t *bucket, uint32_t spi, uint32_t *src, uint32_t *dst, in ipsec_getassocbyspi() 572 isaf_t *bucket; in ipsec_outbound_sa() local 794 isaf_t *bucket; in ipsec_inbound_esp_sa() local
|
/titanic_50/usr/src/tools/ctf/cvt/ |
H A D | hash.c | 108 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_add() local 135 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_remove() local 145 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_match() local 169 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_find_iter() local
|
/titanic_50/usr/src/tools/protocmp/ |
H A D | depend.c | 49 int bucket; in processed_package() local 63 int bucket; in mark_processed() local
|
/titanic_50/usr/src/cmd/sgs/link_audit/common/ |
H A D | hash.c | 65 long bucket; in get_hash() local 139 ulong_t bucket; in del_hash() local
|
/titanic_50/usr/src/lib/libgen/common/ |
H A D | isencrypt.c | 78 int bucket[8]; in isencrypt() local
|
/titanic_50/usr/src/lib/libbsdmalloc/common/ |
H A D | malloc.bsd43.c | 100 int bucket; in malloc() local 176 morecore(int bucket) in morecore()
|
/titanic_50/usr/src/cmd/sgs/crle/common/ |
H A D | hash.c | 56 int bucket; in get_hash() local
|
/titanic_50/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_fget.c | 41 size_t bucket, mf_offset; local
|
H A D | mp_pr.c | 176 size_t bucket, fmap[FMAP_ENTRIES + 1]; local
|
/titanic_50/usr/src/lib/libtnf/ |
H A D | info.c | 117 struct taginfo *bucket, *info; in _tnf_get_info() local 171 struct taginfo *info, *bucket; in add_info() local
|
/titanic_50/usr/src/uts/common/fs/portfs/ |
H A D | port_fd.c | 146 portfd_t **bucket; in port_cache_lookup_fp() local 593 portfd_t **bucket; in port_cache_insert_fd() local
|
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestBean.java | 207 Distribution.Bucket bucket; in getLogDistribution() local 249 Distribution.Bucket bucket; in getLinearDistribution() local 269 Distribution.Bucket bucket; in getLogLinearDistribution() local
|
/titanic_50/usr/src/cmd/truss/ |
H A D | htbl.h | 57 int bucket; /* bucket in current iteration */ member
|