Home
last modified time | relevance | path

Searched defs:bucket (Results 1 – 25 of 84) sorted by relevance

1234

/titanic_51/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h41 typedef struct bucket { struct
43 struct bucket *b_parent; argument
45 struct bucket *b_thread; argument
44 b_unclesbucket global() argument
52 b_protected_tablebucket global() argument
/titanic_51/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_hash.c104 _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; _sd_hash_insert() local
379 _sd_hash_bucket_t *bucket; _sd_hash_delete() local
445 _sd_hash_bucket_t *bucket; _sd_hash_replace() local
[all...]
/titanic_51/usr/src/lib/libtecla/common/
H A Dhash.c87 HashBucket *bucket; /* An array of 'size' hash buckets */ member
343 HashBucket *bucket; /* The hash-bucket associated with the name */ _new_HashSymbol() local
398 HashBucket *bucket = _find_HashBucket(hash, name); _del_HashSymbol() local
438 HashBucket *bucket; /* The hash-table bucket associated with name[] */ _find_HashSymbol() local
600 _find_HashNode(HashTable * hash,HashBucket * bucket,const char * name,HashNode ** prev) _find_HashNode() argument
687 HashBucket *bucket = hash->bucket + i; _clear_HashTable() local
733 HashBucket *bucket = hash->bucket + i; _scan_HashTable() local
[all...]
H A Dhistory.c90 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 */ _glh_acquire_copy() local
2264 GlhHashBucket *bucket = hnode->bucket; _glh_discard_copy() local
2355 glh_find_hash_node(GlhHashBucket * bucket,const char * line,size_t n) glh_find_hash_node() argument
[all...]
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java114 Bucket bucket; initialize() local
164 Bucket bucket; createBuckets() local
192 checkBucketRange(int i, int bucketCount, Distribution.Bucket bucket, long base, long constant) checkBucketRange() argument
200 checkBucketRange(int i, int bucketCount, Distribution.Bucket bucket) checkBucketRange() argument
207 checkBucketRange(int i, Distribution.Bucket bucket, long[] range) checkBucketRange() argument
[all...]
H A DLinearDistribution.java192 Distribution.Bucket bucket; getValue() local
[all...]
/titanic_51/usr/src/lib/libpool/common/
H A Ddict.c296 dict_bucket_t *bucket; in dict_get() local
314 dict_bucket_t *bucket; dict_put() local
352 dict_bucket_t *bucket = *pbucket; dict_remove() local
375 dict_bucket_t *bucket = NULL; dict_map() local
[all...]
/titanic_51/usr/src/uts/common/io/
H A Dstr_conf.c131 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_51/usr/src/uts/common/dtrace/
H A Dfasttrap.c277 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; fasttrap_tracepoint_enable() local
676 fasttrap_bucket_t *bucket; fasttrap_tracepoint_disable() local
1184 fasttrap_bucket_t *bucket; fasttrap_proc_lookup() local
1246 fasttrap_bucket_t *bucket; fasttrap_proc_release() local
1302 fasttrap_bucket_t *bucket; fasttrap_provider_lookup() local
1470 fasttrap_bucket_t *bucket; fasttrap_provider_retire() local
2259 fasttrap_bucket_t *bucket = &fasttrap_provs.fth_table[i]; fasttrap_detach() local
[all...]
/titanic_51/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_hash.c83 uint_t bucket; in refhash_insert() local
99 uint_t bucket; in refhash_delete() local
122 uint_t bucket; in refhash_lookup() local
[all...]
/titanic_51/usr/src/lib/libnisdb/
H A Ddb_index.cc193 unsigned long bucket; in lookup() local
231 unsigned long bucket; in remove() local
281 unsigned long bucket; in add() local
[all...]
H A Ddb_dictionary.cc204 db_table_desc* bucket; in delete_dictionary() local
223 relocate_bucket(db_table_desc* bucket, in relocate_bucket() argument
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) search_bucket() argument
282 remove_from_bucket(db_table_desc_p bucket,db_table_desc_p * head,unsigned long hval,char * target,bool_t free_storage) remove_from_bucket() argument
319 add_to_bucket(db_table_desc_p bucket,db_table_desc ** head,db_table_desc_p td) add_to_bucket() argument
464 db_table_desc *bucket; enumerate_dictionary() local
491 unsigned long bucket; search_dictionary() local
517 unsigned long bucket; remove_from_dictionary() local
573 unsigned long bucket; add_to_dictionary() local
637 db_clone_bucket(db_table_desc * bucket,db_table_desc ** clone) db_clone_bucket() argument
845 db_table_desc *bucket, *np, *clone, *next_np; massage_dict() local
[all...]
/titanic_51/usr/src/uts/common/inet/ip/
H A Dip_sadb.c97 ipsec_getassocbyconn(isaf_t *bucket, ip_xmit_attr_t *ixa, uint32_t *src, in ipsec_getassocbyconn() argument
510 ipsec_getassocbyspi(isaf_t * bucket,uint32_t spi,uint32_t * src,uint32_t * dst,sa_family_t af) ipsec_getassocbyspi() argument
572 isaf_t *bucket; ipsec_outbound_sa() local
794 isaf_t *bucket; ipsec_inbound_esp_sa() local
[all...]
/titanic_51/usr/src/tools/ctf/cvt/
H A Dhash.c108 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_51/usr/src/cmd/sgs/link_audit/common/
H A Dhash.c65 long bucket; in get_hash() local
139 ulong_t bucket; in del_hash() local
[all...]
/titanic_51/usr/src/tools/protocmp/
H A Ddepend.c49 int bucket; in processed_package() local
63 int bucket; in mark_processed() local
/titanic_51/usr/src/lib/libgen/common/
H A Disencrypt.c78 int bucket[8]; in isencrypt() local
/titanic_51/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c100 int bucket; in malloc() local
176 morecore(int bucket) morecore() argument
[all...]
/titanic_51/usr/src/cmd/sgs/crle/common/
H A Dhash.c56 int bucket; in get_hash() local
/titanic_51/usr/src/cmd/sendmail/db/mp/
H A Dmp_fget.c41 size_t bucket, mf_offset; local
[all...]
H A Dmp_pr.c176 size_t bucket, fmap[FMAP_ENTRIES + 1]; local
/titanic_51/usr/src/lib/libtnf/
H A Dinfo.c117 struct taginfo *bucket, *info; in _tnf_get_info() local
171 struct taginfo *info, *bucket; in add_info() local
/titanic_51/usr/src/uts/common/fs/portfs/
H A Dport_fd.c146 portfd_t **bucket; in port_cache_lookup_fp() local
593 portfd_t **bucket; in port_cache_insert_fd() local
/titanic_51/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java207 Distribution.Bucket bucket; in getLogDistribution() local
249 Distribution.Bucket bucket; in getLinearDistribution() local
269 Distribution.Bucket bucket; getLogLinearDistribution() local
[all...]
/titanic_51/usr/src/cmd/truss/
H A Dhtbl.h57 int bucket; /* bucket in current iteration */ member

1234