Searched defs:stacks_entry_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c176 } stacks_entry_t; typedef in typeref:struct:stacks_entry
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)
228 stacks_entry_comp_impl(stacks_entry_t *l, stacks_entry_t *r,
304 stacks_entry_t * const *lp = l_arg;
305 stacks_entry_t * cons
[all...]

Completed in 60 milliseconds