Home
last modified time | relevance | path

Searched refs:st_state (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1353 tsp->st_state = MDB_TGT_RUNNING; in kmt_status()
1358 tsp->st_state = MDB_TGT_STOPPED; in kmt_status()
1364 tsp->st_state = MDB_TGT_STOPPED; in kmt_status()
1372 tsp->st_state = MDB_TGT_LOST; in kmt_status()
1379 state, tsp->st_state, (void *)tsp->st_pc, tsp->st_pc); in kmt_status()
1657 if (tsp.st_state != MDB_TGT_RUNNING && tsp.st_state != MDB_TGT_STOPPED) in kmt_brkpt_ctor()
1880 if (tsp.st_state != MDB_TGT_RUNNING && tsp.st_state != MDB_TGT_STOPPED) in kmt_wapt_ctor()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c714 uint_t state = t->t_status.st_state; in mdb_tgt_status()
1075 if (t->t_status.st_state == MDB_TGT_UNDEAD) in tgt_continue()
1077 if (t->t_status.st_state == MDB_TGT_DEAD) in tgt_continue()
1079 if (t->t_status.st_state == MDB_TGT_LOST) in tgt_continue()
1174 if (t->t_status.st_state == MDB_TGT_UNDEAD) in tgt_continue()
1176 else if (t->t_status.st_state == MDB_TGT_LOST) in tgt_continue()
1220 if (t->t_status.st_state == MDB_TGT_UNDEAD) in tgt_continue()
1222 else if (t->t_status.st_state == MDB_TGT_LOST) in tgt_continue()
2182 t->t_status.st_state == MDB_TGT_RUNNING) in mdb_tgt_vespec_insert()
H A Dmdb_rawfile.c265 tsp->st_state = MDB_TGT_DEAD; in rf_status()
267 tsp->st_state = MDB_TGT_IDLE; in rf_status()
H A Dmdb_target.h329 uint_t st_state; /* Program state (see below) */ member
H A Dmdb_cmds.c1995 if (mdb_tgt_status(tgt, &st) == 0 && st.st_state == MDB_TGT_IDLE) in cmd_dis()
2206 &st) == 0 && st.st_state == MDB_TGT_IDLE) in cmd_dump()
2549 switch (tsp->st_state) { in tgt_status()
2613 if (st.st_state == MDB_TGT_IDLE && mdb_tgt_run(t, 0, NULL) == -1) { in cmd_cont_common()
2624 if (st.st_state == MDB_TGT_IDLE && t_cont == &mdb_tgt_step) { in cmd_cont_common()
H A Dmdb_proc.c736 status.st_state == MDB_TGT_UNDEAD || in pt_fork()
737 status.st_state == MDB_TGT_LOST) in pt_fork()
3262 tsp->st_state = MDB_TGT_IDLE; in pt_status()
3268 tsp->st_state = MDB_TGT_RUNNING; in pt_status()
3272 tsp->st_state = MDB_TGT_STOPPED; in pt_status()
3287 tsp->st_state = MDB_TGT_LOST; in pt_status()
3290 tsp->st_state = MDB_TGT_UNDEAD; in pt_status()
3293 tsp->st_state = MDB_TGT_DEAD; in pt_status()
3296 tsp->st_state = MDB_TGT_IDLE; in pt_status()
H A Dmdb_modapi.c973 return (ts.st_state); in mdb_get_state()
H A Dmdb_kproc.c874 tsp->st_state = MDB_TGT_DEAD; in kp_status()
H A Dmdb_kvm.c1298 tsp->st_state = (kt->k_xpv_domu || (kt->k_dumphdr != NULL)) ? in kt_status()
/titanic_41/usr/src/lib/libscf/common/
H A Dnotify_params.c86 int32_t st_state; member
1329 if (!(tset & st_pgnames[j].st_state)) in smf_notify_set_params()
1627 if (!(tset & st_pgnames[j].st_state)) in _scf_get_svc_notify_params()
1634 st_pgnames[j].st_state) != 0) { in _scf_get_svc_notify_params()
1923 if (!(tset & st_pgnames[j].st_state)) in smf_notify_del_params()
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfstat.c127 u_char st_state[2]; member
1305 tp->st_state[0] = ips.is_state[0];
1306 tp->st_state[1] = ips.is_state[1];
1511 sprintf(str1, "%X/%X", tp->st_state[0],
1512 tp->st_state[1]);
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c129 static void *st_state; variable
734 if (((e = ddi_soft_state_init(&st_state, in _init()
740 ddi_soft_state_fini(&st_state); in _init()
776 ddi_soft_state_fini(&st_state); in _fini()
828 if (ddi_get_soft_state(st_state, instance) != NULL) { in st_probe()
899 if (!(un = ddi_get_soft_state(st_state, instance))) { in st_attach()
976 un = ddi_get_soft_state(st_state, instance); in st_attach()
1192 ddi_soft_state_free(st_state, instance); in st_attach()
1229 if (!(un = ddi_get_soft_state(st_state, instance))) { in st_detach()
1416 ddi_soft_state_free(st_state, instance); in st_detach()
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1446 if ((un = ddi_get_soft_state(st_state, instance)) == NULL) \