Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c176 } stacks_entry_t; typedef
177 #define STACKS_ENTRY_SIZE(x) OFFSETOF(stacks_entry_t, se_stack[(x)])
187 stacks_entry_t **si_hash; /* hash table */
196 static stacks_entry_t **stacks_hash;
197 static stacks_entry_t **stacks_array;
201 stacks_hash_entry(stacks_entry_t *sep) in stacks_hash_entry()
228 stacks_entry_comp_impl(stacks_entry_t *l, stacks_entry_t *r, in stacks_entry_comp_impl()
304 stacks_entry_t * const *lp = l_arg; in stacks_entry_comp()
305 stacks_entry_t * const *rp = r_arg; in stacks_entry_comp()
314 stacks_entry_t *cur, *next; in stacks_cleanup()
[all …]