Lines Matching refs:fsip
219 stacks_findstack(uintptr_t addr, findstack_info_t *fsip, uint_t print_warnings) in stacks_findstack() argument
228 fsip->fsi_failed = 0; in stacks_findstack()
229 fsip->fsi_pc = 0; in stacks_findstack()
230 fsip->fsi_sp = 0; in stacks_findstack()
231 fsip->fsi_depth = 0; in stacks_findstack()
232 fsip->fsi_overflow = 0; in stacks_findstack()
261 fsip->fsi_tstate = ulwp.ul_sleepq != NULL; in stacks_findstack()
262 fsip->fsi_sobj_ops = (uintptr_t)(ulwp.ul_sleepq == NULL ? NULL : in stacks_findstack()
270 fsip->fsi_sp = fp = (uintptr_t)reg; in stacks_findstack()
278 fsip->fsi_pc = (uintptr_t)reg; in stacks_findstack()
291 if (fsip->fsi_depth < fsip->fsi_max_depth) { in stacks_findstack()
292 fsip->fsi_stack[fsip->fsi_depth++] = frame.rw_rtn; in stacks_findstack()
294 fsip->fsi_overflow = 1; in stacks_findstack()