Searched refs:fsip (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c67 int kill_fp, findstack_info_t *fsip)
71 fsip->fsi_depth = 0;
72 fsip->fsi_overflow = 0;
86 if (fsip->fsi_depth < fsip->fsi_max_depth)
87 fsip->fsi_stack[fsip->fsi_depth++] =
90 fsip->fsi_overflow = 1;
142 stacks_findstack(uintptr_t addr, findstack_info_t *fsip, uint_t print_warnings) argument
150 fsip
66 crawl(uintptr_t frame, uintptr_t kbase, uintptr_t ktop, uintptr_t ubase, int kill_fp, findstack_info_t *fsip) argument
[all...]
H A Dfindstack.c375 findstack_info_t *fsip = &sip->si_fsi; local
381 if (stacks_findstack(addr, fsip, 0) != DCMD_OK &&
382 fsip->fsi_failed == FSI_FAIL_BADTHREAD) {
389 depth = fsip->fsi_depth;
392 nsep->se_sp = fsip->fsi_sp;
393 nsep->se_sobj_ops = fsip->fsi_sobj_ops;
394 nsep->se_tstate = fsip->fsi_tstate;
396 nsep->se_overflow = fsip->fsi_overflow;
398 nsep->se_failed = fsip->fsi_failed;
399 nsep->se_panic = fsip
452 findstack_info_t *fsip = &si.si_fsi; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c219 stacks_findstack(uintptr_t addr, findstack_info_t *fsip, uint_t print_warnings) argument
228 fsip->fsi_failed = 0;
229 fsip->fsi_pc = 0;
230 fsip->fsi_sp = 0;
231 fsip->fsi_depth = 0;
232 fsip->fsi_overflow = 0;
261 fsip->fsi_tstate = ulwp.ul_sleepq != NULL;
262 fsip->fsi_sobj_ops = (uintptr_t)(ulwp.ul_sleepq == NULL ? NULL :
270 fsip->fsi_sp = fp = (uintptr_t)reg;
278 fsip
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c534 ndmp_fs_info_v3 *fsip = NULL, *fsip_save = NULL; /* FS info pointer */ local
566 fsip_save = fsip = ndmp_malloc(sizeof (ndmp_fs_info_v3) * nmnt);
567 if (!fsip) {
585 fsip->fs_logical_device = ndmp_malloc(log_dev_len);
586 fsip->fs_type = ndmp_malloc(MNTTYPE_LEN);
587 if (!fsip->fs_logical_device || !fsip->fs_type) {
588 free(fsip->fs_logical_device);
589 free(fsip->fs_type);
593 (void) snprintf(fsip
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3204 uint32_t fsip :1; member in struct:hermon_hw_addr_path_s
3249 uint32_t fsip :1; member in struct:hermon_hw_addr_path_s
3302 uint32_t fsip :1; member in struct:hermon_hw_rss_s
3359 uint32_t fsip :1; member in struct:hermon_hw_rss_s

Completed in 87 milliseconds