Searched refs:nsep (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | findstack.c | 377 stacks_entry_t **sepp, *nsep, *sep; in stacks_thread_cb() local 390 nsep = mdb_zalloc(STACKS_ENTRY_SIZE(depth), UM_SLEEP); in stacks_thread_cb() 391 nsep->se_thread = addr; 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() 395 nsep->se_count = 1; in stacks_thread_cb() 396 nsep->se_overflow = fsip->fsi_overflow; in stacks_thread_cb() 397 nsep->se_depth = depth; in stacks_thread_cb() 398 nsep->se_failed = fsip->fsi_failed; in stacks_thread_cb() [all …]
|
/titanic_41/usr/src/cmd/time/ |
H A D | time.c | 60 static char *nsep = "\0\0.\0 \0 \0\0"; variable 167 c = nonzero?sep[i]:nsep[i]; in printt()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target.c | 775 mdb_sespec_t *sep, *nsep; in mdb_tgt_sespec_prune_all() local 777 for (sep = mdb_list_next(&t->t_active); sep != NULL; sep = nsep) { in mdb_tgt_sespec_prune_all() 778 nsep = mdb_list_next(sep); in mdb_tgt_sespec_prune_all() 814 mdb_sespec_t *sep, *nsep; in mdb_tgt_sespec_idle_all() local 828 for (sep = mdb_list_next(&t->t_active); sep != NULL; sep = nsep) { in mdb_tgt_sespec_idle_all() 829 nsep = mdb_list_next(sep); in mdb_tgt_sespec_idle_all() 942 mdb_sespec_t *sep, *nsep; in mdb_tgt_sespec_activate_all() local 945 for (sep = mdb_list_next(&t->t_idle); sep != NULL; sep = nsep) { in mdb_tgt_sespec_activate_all() 946 nsep = mdb_list_next(sep); in mdb_tgt_sespec_activate_all() 985 mdb_sespec_t *sep, *nsep; in mdb_tgt_sespec_arm_all() local [all …]
|
H A D | mdb_proc.c | 337 mdb_sespec_t *sep, *nsep = mdb_list_next(&t->t_active); in pt_rtld_event() local 353 for (sep = nsep; sep != NULL; sep = nsep) { in pt_rtld_event() 354 nsep = mdb_list_next(sep); in pt_rtld_event() 807 mdb_sespec_t *sep, *nsep; in pt_exec() local 867 for (sep = t->t_matched; sep != T_SE_END; sep = nsep) { in pt_exec() 868 nsep = sep->se_matched; in pt_exec()
|
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_sbd.c | 1058 int nsep; in bd_info() local 1069 nsep = 1; in bd_info() 1072 nsep = 2; in bd_info() 1075 i = nsep; in bd_info()
|
/titanic_41/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 1405 mdb_sespec_t *sep, *nsep; in kmt_defbp_event() local 1418 for (sep = mdb_list_next(&t->t_active); sep; sep = nsep) { in kmt_defbp_event() 1419 nsep = mdb_list_next(sep); in kmt_defbp_event()
|