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.c43 static bucket_t **Buckethead;
47 static bucket_t *Bp;
49 static void start_new_list(const bucket_t *);
51 static bucket_t *new_bucket(const char *, int);
54 static int add_to_hashmap(const char *, const bucket_t *);
55 static bucket_t *find_in_hashmap(const char *);
69 if ((Buckethead = calloc(sizeof (bucket_t *), NLISTS)) == NULL) { in create_lists()
104 bucket_t *new, *child; in add_parent()
147 bucket_t *new, *child; in add_uncle()
193 bucket_t *v; in set_weak()
[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];