Searched refs:st_flags (Results 1 – 17 of 17) sorted by relevance
57 assert(! (st->st_flags & ST_DBMOPEN)); in stats_dbm_open()71 st->st_flags |= ST_DBMOPEN; in stats_dbm_open()82 if (! (st->st_flags & ST_DBMOPEN)) in stats_dbm_rm()104 if (! (st->st_flags & ST_DBMOPEN)) in stats_dbm_close()107 st->st_flags &= ~ST_DBMOPEN; in stats_dbm_close()122 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_fetch_byfid()153 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_store_byfid()179 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_fetch_byvfsp()216 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_store_byvfsp()243 assert(st->st_flags & ST_DBMOPEN); in stats_dbm_delete_byvfsp()[all …]
82 st->st_flags |= ST_VALID; in stats_create_unbound()147 st->st_flags |= ST_VALID | ST_BOUND; in stats_create_mountpath()180 if (st->st_flags & ST_BOUND) { in stats_next()189 st->st_flags &= ~ST_BOUND; in stats_next()192 st->st_flags |= ST_BOUND; in stats_next()246 assert(st->st_flags & ST_BOUND); in stats_getkey()306 if ((st->st_logstream != NULL) && (st->st_flags & ST_LFOPEN)) in stats_destroy()315 assert(! (st->st_flags & ST_DBMOPEN)); in stats_destroy()329 if (! (st->st_flags & ST_VALID)) in stats_good()351 st->st_flags |= ST_ERROR; in stats_perror()[all …]
49 assert(st->st_flags & ST_BOUND); in stats_read_stat()234 assert(st->st_flags & ST_BOUND); in stats_zero_stats()
203 assert(st->st_flags & ST_BOUND); in stats_log_kstat_read()274 st->st_flags |= ST_LFOPEN; in stats_log_logfile_open()318 if (! (st->st_flags & ST_LFOPEN)) { in stats_log_logfile_read()1512 assert(st->st_flags & ST_DBMOPEN); in stats_log_fi_add()1513 assert(st->st_flags & ST_LFOPEN); in stats_log_fi_add()1642 assert(st->st_flags & ST_LFOPEN); in stats_log_getheader()1669 assert(st->st_flags & ST_LFOPEN); in stats_log_compute_wssize()1670 assert(st->st_flags & ST_DBMOPEN); in stats_log_compute_wssize()1860 st->st_flags |= ST_WSCOMP; in stats_log_compute_wssize()1867 assert(st->st_flags & ST_WSCOMP); in stats_log_wssize_init()[all …]
57 uint_t st_flags; /* misc. flags */ member
172 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 …]
320 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) { in dump_stringtab()
111 uint_t st_flags; member
106 if (stp->st_flags & FLG_STTAB_COMPRESS) in Dbg_sec_strtab()114 ((stp->st_flags & FLG_STTAB_COMPRESS) == 0)) in Dbg_sec_strtab()
330 uint_t st_flags; /* Status flags (see below) */ member
712 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()
2537 if (tsp->st_flags & MDB_TGT_BUSY) in tgt_status()2554 if (tsp->st_flags & MDB_TGT_DSTOP) in tgt_status()
3280 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()
230 kstat_named_t st_flags; member
977 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()
550 uint_t st_flags; member
1368 tsp->st_flags |= MDB_TGT_ISTOP; in kmt_status()