Searched refs:fsip (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack_subr.c | 68 int kill_fp, findstack_info_t *fsip) in crawl() argument 72 fsip->fsi_depth = 0; in crawl() 73 fsip->fsi_overflow = 0; in crawl() 87 if (fsip->fsi_depth < fsip->fsi_max_depth) in crawl() 88 fsip->fsi_stack[fsip->fsi_depth++] = in crawl() 91 fsip->fsi_overflow = 1; in crawl() 143 stacks_findstack(uintptr_t addr, findstack_info_t *fsip, uint_t print_warnings) in stacks_findstack() argument 151 fsip->fsi_failed = 0; in stacks_findstack() 152 fsip->fsi_pc = 0; in stacks_findstack() 153 fsip->fsi_sp = 0; in stacks_findstack() [all …]
|
H A D | findstack.c | 387 findstack_info_t *fsip = &sip->si_fsi; in stacks_thread_cb() local 393 if (stacks_findstack(addr, fsip, 0) != DCMD_OK && in stacks_thread_cb() 394 fsip->fsi_failed == FSI_FAIL_BADTHREAD) { in stacks_thread_cb() 401 depth = fsip->fsi_depth; in stacks_thread_cb() 404 nsep->se_sp = fsip->fsi_sp; in stacks_thread_cb() 405 nsep->se_sobj_ops = fsip->fsi_sobj_ops; in stacks_thread_cb() 406 nsep->se_tstate = fsip->fsi_tstate; in stacks_thread_cb() 408 nsep->se_overflow = fsip->fsi_overflow; in stacks_thread_cb() 410 nsep->se_failed = fsip->fsi_failed; in stacks_thread_cb() 411 nsep->se_panic = fsip->fsi_panic; in stacks_thread_cb() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/ |
H A D | findstack_subr.c | 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 ? 0 : 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 …]
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_config.c | 534 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 …]
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon_hw.h | 3204 uint32_t fsip :1; member 3249 uint32_t fsip :1; member 3302 uint32_t fsip :1; member 3359 uint32_t fsip :1; member
|