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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.h52 } bucket_t; typedef in typeref:struct:bucket
58 extern void print_bucket(const bucket_t *);
72 extern bucket_t *first_list(void);
73 extern bucket_t *next_list(void);
74 extern bucket_t *first_from_list(const bucket_t *);
75 extern bucket_t *next_from_list(void);
78 extern char **parents_of(const bucket_t *);
85 bucket_t *h_bucket;
H A Dbucket.c45 static bucket_t **Buckethead;
49 static bucket_t *Bp;
51 static void start_new_list(const bucket_t *);
53 static bucket_t *new_bucket(const char *, int);
56 static int add_to_hashmap(const char *, const bucket_t *);
57 static bucket_t *find_in_hashmap(const char *);
71 if ((Buckethead = calloc(sizeof (bucket_t *), NLISTS)) == NULL) {
106 bucket_t *new, *child;
149 bucket_t *new, *child;
195 bucket_t *
[all...]
H A Dxlator.c858 bucket_t *l; /* List of buckets. */
859 bucket_t *b; /* Bucket within list. */
/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h48 typedef struct bucket_t { struct
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h43 typedef struct bucket_t { struct
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c74 * See "thr_uberdata.h" for the definition of bucket_t.
97 initial_allocation(bucket_t *bp) /* &__uberdata.bucket[0] */
186 bucket_t *bp;
275 bucket_t *bp;
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h844 } bucket_t; typedef in typeref:struct:__anon74
943 bucket_t bucket[NBUCKETS];

Completed in 76 milliseconds