Home
last modified time | relevance | path

Searched defs:stacks_entry (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c189 typedef struct stacks_entry { struct
190 struct stacks_entry *se_next; argument
191 struct stacks_entry *se_dup; /* dups of this stack */ argument
202 } stacks_entry_t; argument