Home
last modified time | relevance | path

Searched refs:st_flags (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c172 stp->st_flags = flags; in st_new()
173 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) in st_new()
206 assert((stp->st_flags & FLG_STTAB_COOKED) == 0); in st_insert()
218 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) in st_insert()
271 assert((stp->st_flags & FLG_STTAB_COOKED) == 0); in st_delstring()
276 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) in st_delstring()
362 assert(stp->st_flags & FLG_STTAB_COOKED); in st_setstring()
372 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_setstring()
556 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in st_getstrtab_sz()
557 stp->st_flags |= FLG_STTAB_COOKED; in st_getstrtab_sz()
[all …]
H A Dsgsmsg.c320 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in dump_stringtab()
/titanic_50/usr/src/cmd/sgs/include/
H A D_string_table.h111 uint_t st_flags; member
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Dsections.c106 if (stp->st_flags & FLG_STTAB_COMPRESS) in Dbg_sec_strtab()
114 ((stp->st_flags & FLG_STTAB_COMPRESS) == 0)) in Dbg_sec_strtab()
/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h330 uint_t st_flags; /* Status flags (see below) */ member
H A Dmdb_target.c712 uint_t dstop = (t->t_status.st_flags & MDB_TGT_DSTOP); in mdb_tgt_status()
713 uint_t istop = (t->t_status.st_flags & MDB_TGT_ISTOP); in mdb_tgt_status()
1172 if (!(t->t_status.st_flags & MDB_TGT_ISTOP)) { in tgt_continue()
1199 if (error != 0 || !(t->t_status.st_flags & MDB_TGT_ISTOP)) in tgt_continue()
1224 else if (t->t_status.st_flags & MDB_TGT_ISTOP) in tgt_continue()
1291 t->t_status.st_flags &= ~MDB_TGT_BUSY; in tgt_continue()
H A Dmdb_cmds.c2537 if (tsp->st_flags & MDB_TGT_BUSY) in tgt_status()
2554 if (tsp->st_flags & MDB_TGT_DSTOP) in tgt_status()
H A Dmdb_proc.c3280 tsp->st_flags |= MDB_TGT_ISTOP; in pt_status()
3282 tsp->st_flags |= MDB_TGT_DSTOP; in pt_status()
3303 tsp->st_flags |= MDB_TGT_BUSY; in pt_status()
/titanic_50/usr/src/uts/common/io/audio/impl/
H A Daudio_impl.h230 kstat_named_t st_flags; member
H A Daudio_engine.c977 st->st_flags.value.ui32 = e->e_flags; in auimpl_engine_ksupdate()
1022 kstat_named_init(&st->st_flags, "flags", KSTAT_DATA_UINT32); in auimpl_engine_ksinit()
/titanic_50/usr/src/cmd/svc/startd/
H A Dstartd.h550 uint_t st_flags; member
/titanic_50/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1368 tsp->st_flags |= MDB_TGT_ISTOP; in kmt_status()