Searched refs:hash_bucket (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/includes/omapip/
H A Dhash.h52 struct hash_bucket { struct
53 struct hash_bucket *next;
69 struct hash_bucket *buckets [1];
141 struct hash_bucket *new_hash_bucket (const char *, int);
142 void free_hash_bucket (struct hash_bucket *, const char *, int);
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dhash.c95 (extra * sizeof(struct hash_bucket *)), file, line);
113 struct hash_bucket *hbc, *hbn = (struct hash_bucket *)0;
125 ptr -> buckets [i] = (struct hash_bucket *)0;
133 struct hash_bucket *free_hash_buckets;
136 struct hash_bucket *hash_bucket_hunks;
140 struct hash_bucket *c, *n, **p;
169 struct hash_bucket *new_hash_bucket (file, line)
173 struct hash_bucket *rval;
176 rval = dmalloc (127 * sizeof (struct hash_bucket),
[all...]
/netbsd-current/external/bsd/top/dist/
H A Dhash.c491 pos->hash_bucket = ht->buckets;
496 while(pos->hash_bucket->list.count == 0)
498 pos->hash_bucket++;
506 pos->ll_item = LL_FIRST(&(pos->hash_bucket->list));
535 li = LL_FIRST(&(pos->hash_bucket->list));
540 li = LL_NEXT(&(pos->hash_bucket->list), pos->ll_item);
550 pos->hash_bucket++;
559 li = LL_FIRST(&(pos->hash_bucket->list));
593 ll_extract(&(pos->hash_bucket->list), li, pos->ll_last);
825 pos->hash_bucket
[all...]
H A Dhash.m4h71 bucket_t *hash_bucket;
H A Dhash.h71 bucket_t *hash_bucket; member in struct:hash_pos
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dprint.c353 struct hash_bucket *bp;
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dmdb.c2442 struct hash_bucket *hb;

Completed in 178 milliseconds