Home
last modified time | relevance | path

Searched refs:bucket_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c47 static bucket_t *Bp;
193 bucket_t *v; in set_weak()
222 bucket_t *b; in add_by_name()
316 bucket_t *l, *b; in sort_buckets()
445 bucket_t *l, *b; in print_all_buckets()
494 bucket_t *b; in new_bucket()
496 if ((b = (bucket_t *)calloc(1, sizeof (bucket_t))) == NULL) { in new_bucket()
571 bucket_t *
578 bucket_t *
589 bucket_t *
[all …]
H A Dbucket.h50 } bucket_t; typedef
56 extern void print_bucket(const bucket_t *);
70 extern bucket_t *first_list(void);
71 extern bucket_t *next_list(void);
72 extern bucket_t *first_from_list(const bucket_t *);
73 extern bucket_t *next_from_list(void);
76 extern char **parents_of(const bucket_t *);
83 bucket_t *h_bucket;
H A Dxlator.c855 bucket_t *l; /* List of buckets. */ in writemapfile()
856 bucket_t *b; /* Bucket within list. */ in writemapfile()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c97 initial_allocation(bucket_t *bp) /* &__uberdata.bucket[0] */ in initial_allocation()
186 bucket_t *bp; in lmalloc()
275 bucket_t *bp; in lfree()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h48 typedef struct bucket_t { struct
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h851 } bucket_t; typedef
950 bucket_t bucket[NBUCKETS];