Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack_subr.c67 int kill_fp, findstack_info_t *fsip) in crawl() argument
71 fsip->fsi_depth = 0; in crawl()
72 fsip->fsi_overflow = 0; in crawl()
86 if (fsip->fsi_depth < fsip->fsi_max_depth) in crawl()
87 fsip->fsi_stack[fsip->fsi_depth++] = in crawl()
90 fsip->fsi_overflow = 1; in crawl()
142 stacks_findstack(uintptr_t addr, findstack_info_t *fsip, uint_t print_warnings) in stacks_findstack() argument
150 fsip->fsi_failed = 0; in stacks_findstack()
151 fsip->fsi_pc = 0; in stacks_findstack()
152 fsip->fsi_sp = 0; in stacks_findstack()
[all …]
H A Dfindstack.c375 findstack_info_t *fsip = &sip->si_fsi; in stacks_thread_cb() local
381 if (stacks_findstack(addr, fsip, 0) != DCMD_OK && in stacks_thread_cb()
382 fsip->fsi_failed == FSI_FAIL_BADTHREAD) { in stacks_thread_cb()
389 depth = fsip->fsi_depth; in stacks_thread_cb()
392 nsep->se_sp = fsip->fsi_sp; in stacks_thread_cb()
393 nsep->se_sobj_ops = fsip->fsi_sobj_ops; in stacks_thread_cb()
394 nsep->se_tstate = fsip->fsi_tstate; in stacks_thread_cb()
396 nsep->se_overflow = fsip->fsi_overflow; in stacks_thread_cb()
398 nsep->se_failed = fsip->fsi_failed; in stacks_thread_cb()
399 nsep->se_panic = fsip->fsi_panic; in stacks_thread_cb()
[all …]
/titanic_44/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) 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()
[all …]
/titanic_44/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c534 ndmp_fs_info_v3 *fsip = NULL, *fsip_save = NULL; /* FS info pointer */ in ndmpd_config_get_fs_info_v3() local
566 fsip_save = fsip = ndmp_malloc(sizeof (ndmp_fs_info_v3) * nmnt); in ndmpd_config_get_fs_info_v3()
567 if (!fsip) { in ndmpd_config_get_fs_info_v3()
585 fsip->fs_logical_device = ndmp_malloc(log_dev_len); in ndmpd_config_get_fs_info_v3()
586 fsip->fs_type = ndmp_malloc(MNTTYPE_LEN); in ndmpd_config_get_fs_info_v3()
587 if (!fsip->fs_logical_device || !fsip->fs_type) { in ndmpd_config_get_fs_info_v3()
588 free(fsip->fs_logical_device); in ndmpd_config_get_fs_info_v3()
589 free(fsip->fs_type); in ndmpd_config_get_fs_info_v3()
593 (void) snprintf(fsip->fs_type, MNTTYPE_LEN, "%s", in ndmpd_config_get_fs_info_v3()
595 (void) snprintf(fsip->fs_logical_device, log_dev_len, "%s", in ndmpd_config_get_fs_info_v3()
[all …]
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_hw.h3204 uint32_t fsip :1; member
3249 uint32_t fsip :1; member
3302 uint32_t fsip :1; member
3359 uint32_t fsip :1; member