| /illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
| H A D | bucket.h | 39 typedef struct bucket { struct 41 struct bucket *b_parent; argument 42 struct bucketlist *b_uncles; argument 43 struct bucket *b_thread; argument 50 } bucket_t; argument
|
| /freebsd/contrib/byacc/ |
| H A D | defs.h | 213 typedef struct bucket bucket; typedef 214 struct bucket struct 216 struct bucket *link; argument 217 struct bucket *next; argument 218 char *name; 219 char *tag; 221 char **argnames; 222 char **argtags; 223 int args; 224 char *destructor; [all …]
|
| /freebsd/sys/netinet6/ |
| H A D | frag6.c | 291 frag6_rmqueue(struct ip6q *q6, uint32_t bucket) in frag6_rmqueue() 308 frag6_freef(struct ip6q *q6, uint32_t bucket) in frag6_freef() 354 uint32_t bucket; in frag6_cleanup() local 432 uint32_t bucket, *hashkeyp; in frag6_input() local 937 uint32_t bucket; in frag6_slowtimo() local 1037 uint32_t bucket; in frag6_init() local 1066 uint32_t bucket; in frag6_drain_one() local 1100 uint32_t bucket; in frag6_destroy() local
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_set_standard_lookup.c | 53 struct bucket { global() struct 54 namebucket global() argument 55 hashbucket global() argument 56 idbucket global() argument [all...] |
| H A D | archive_entry_link_resolver.c | 279 size_t hash, bucket; in find_entry() local 334 size_t bucket; in next_entry() local 374 size_t hash, bucket; in insert_entry() local 410 size_t i, bucket; in grow_hash() local
|
| /illumos-gate/usr/src/lib/libtecla/common/ |
| H A D | hash.c | 85 HashBucket *bucket; /* An array of 'size' hash buckets */ member 341 HashBucket *bucket; /* The hash-bucket associated with the name */ in _new_HashSymbol() local 396 HashBucket *bucket = _find_HashBucket(hash, name); in _del_HashSymbol() local 436 HashBucket *bucket; /* The hash-table bucket associated with name[] */ in _find_HashSymbol() local 598 static HashNode *_find_HashNode(HashTable *hash, HashBucket *bucket, in _find_HashNode() 685 HashBucket *bucket = hash->bucket + i; in _clear_HashTable() local 731 HashBucket *bucket = hash->bucket + i; in _scan_HashTable() local
|
| /illumos-gate/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()
|
| /freebsd/sys/netinet/ |
| H A D | ip_reass.c | 113 ipq_timeout(struct ipqbucket *bucket, struct ipq *fp) in ipq_timeout() 121 ipq_drop(struct ipqbucket *bucket, struct ipq *fp) in ipq_drop() 590 struct ipqbucket *bucket = arg; in ipreass_callout() local 611 ipreass_reschedule(struct ipqbucket *bucket) in ipreass_reschedule() 893 int bucket, i; in ipq_reuse() local 930 ipq_free(struct ipqbucket *bucket, struct ipq *fp) in ipq_free()
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | fasttrap.c | 386 fasttrap_bucket_t *bucket; in fasttrap_thread_dtor() local 457 fasttrap_bucket_t *bucket; in fasttrap_pid_cleanup_cb() local 648 fasttrap_bucket_t *bucket = &fasttrap_tpoints.fth_table[i]; in fasttrap_fork() local 757 fasttrap_bucket_t *bucket; in fasttrap_tracepoint_enable() local 940 fasttrap_bucket_t *bucket; in fasttrap_tracepoint_disable() local 1457 fasttrap_bucket_t *bucket; in fasttrap_proc_lookup() local 1524 fasttrap_bucket_t *bucket; in fasttrap_proc_release() local 1611 fasttrap_bucket_t *bucket; in fasttrap_provider_lookup() local 1774 fasttrap_bucket_t *bucket; in fasttrap_provider_retire() local 2541 fasttrap_bucket_t *bucket = &fasttrap_provs.fth_table[i]; in fasttrap_unload() local
|
| /illumos-gate/usr/src/lib/libpool/common/ |
| H A D | dict.c | 290 dict_bucket_t *bucket; in dict_get() local 308 dict_bucket_t *bucket; in dict_put() local 346 dict_bucket_t *bucket = *pbucket; in dict_remove() local 369 dict_bucket_t *bucket = NULL; in dict_map() local
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | ckh.c | 63 ckh_bucket_search(ckh_t * ckh,size_t bucket,const void * key) ckh_bucket_search() argument 82 size_t hashes[2], bucket, cell; ckh_isearch() local 102 ckh_try_bucket_insert(ckh_t * ckh,size_t bucket,const void * key,const void * data) ckh_try_bucket_insert() argument 138 size_t hashes[2], bucket, tbucket; ckh_evict_reloc_insert() local 206 size_t hashes[2], bucket; ckh_try_insert() local [all...] |
| /illumos-gate/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
|
| /illumos-gate/usr/src/lib/libnisdb/ |
| H A D | db_dictionary.cc | 206 db_table_desc* bucket; in delete_dictionary() local 226 relocate_bucket(db_table_desc* bucket, in relocate_bucket() 244 enumerate_bucket(db_table_desc* bucket, db_status(*func)(db_table_desc *)) in enumerate_bucket() argument 263 search_bucket(db_table_desc* bucket, unsigned long hval, char *target) in search_bucket() 285 remove_from_bucket(db_table_desc_p bucket, in remove_from_bucket() 322 add_to_bucket(db_table_desc_p bucket, db_table_desc **head, db_table_desc_p td) in add_to_bucket() 465 db_table_desc *bucket; in enumerate_dictionary() local 492 unsigned long bucket; in search_dictionary() local 518 unsigned long bucket; in remove_from_dictionary() local 574 unsigned long bucket; in add_to_dictionary() local [all …]
|
| H A D | db_index.cc | 191 unsigned long bucket; in lookup() local 229 unsigned long bucket; in remove() local 279 unsigned long bucket; in add() local
|
| /illumos-gate/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
|
| /illumos-gate/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
|
| /illumos-gate/usr/src/uts/common/refhash/ |
| H A D | refhash.c | 77 uint_t bucket; in refhash_insert() local 93 uint_t bucket; in refhash_delete() local 116 uint_t bucket; in refhash_lookup() local
|
| /freebsd/sys/dev/vmware/vmci/ |
| H A D | vmci_doorbell.c | 91 uint32_t bucket; in vmci_doorbell_init() local 251 uint32_t bucket; in vmci_doorbell_index_table_find() local 284 uint32_t bucket; in vmci_doorbell_index_table_add() local 844 uint32_t bucket = VMCI_DOORBELL_HASH(notify_idx); in vmci_doorbell_fire_entries() local
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_dynamic.c | 1051 uint32_t version, bucket; in dyn_lookup_ipv4_state() local 1089 const void *ulp, int pktlen, uint32_t bucket, uint32_t kidx) in dyn_lookup_ipv4_state_locked() 1122 uint32_t version, bucket; in dyn_lookup_ipv4_parent() local 1155 const void *rule, uint32_t ruleid, uint32_t rulenum, uint32_t bucket) in dyn_lookup_ipv4_parent_locked() 1198 uint32_t version, bucket; in dyn_lookup_ipv6_state() local 1237 const void *ulp, int pktlen, uint32_t bucket, uint32_t kidx) in dyn_lookup_ipv6_state_locked() 1271 uint32_t version, bucket; in dyn_lookup_ipv6_parent() local 1305 const void *rule, uint32_t ruleid, uint32_t rulenum, uint32_t bucket) in dyn_lookup_ipv6_parent_locked() 1580 uint32_t bucket; in dyn_add_ipv4_parent() local 1634 uint32_t bucket; in dyn_add_ipv4_state() local [all …]
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | hash.c | 109 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_add() local 137 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_remove() local 147 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_match() local 172 int bucket = hash->h_hashfn(hash->h_nbuckets, key); in hash_find_iter() local
|
| /illumos-gate/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
|
| /illumos-gate/usr/src/tools/protocmp/ |
| H A D | depend.c | 49 int bucket; in processed_package() local 63 int bucket; in mark_processed() local
|
| /freebsd/sys/vm/ |
| H A D | uma_core.c | 466 uma_bucket_t bucket; in bucket_alloc() local 513 bucket_free(uma_zone_t zone, uma_bucket_t bucket, void *udata) in bucket_free() 792 uma_bucket_t bucket; in zone_fetch_bucket() local 857 zone_put_bucket(uma_zone_t zone, int domain, uma_bucket_t bucket, void *udata, in zone_put_bucket() 906 cache_bucket_pop(uma_cache_t cache, uma_cache_bucket_t bucket) in cache_bucket_pop() 925 cache_bucket_push(uma_cache_t cache, uma_cache_bucket_t bucket, void *item) in cache_bucket_push() 941 cache_bucket_unload(uma_cache_bucket_t bucket) in cache_bucket_unload() 981 cache_bucket_load(uma_cache_bucket_t bucket, uma_bucket_t b) in cache_bucket_load() 1050 uma_bucket_t bucket; in cache_fetch_bucket() local 1344 bucket_drain(uma_zone_t zone, uma_bucket_t bucket) in bucket_drain() [all …]
|
| /illumos-gate/usr/src/lib/libbsdmalloc/common/ |
| H A D | malloc.bsd43.c | 99 int bucket; in malloc() local 175 morecore(int bucket) in morecore()
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/ |
| H A D | hash_debug.c | 62 __dump_bucket(hashp, bucket) in __dump_bucket() argument
|