Home
last modified time | relevance | path

Searched refs:MDB_TGT_SPEC_STICKY (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c75 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in cmd_evset()
101 clrb |= MDB_TGT_SPEC_STICKY; in cmd_evset()
230 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in ev_getopts()
257 clrb |= MDB_TGT_SPEC_STICKY; in ev_getopts()
H A Dmdb_target.h394 #define MDB_TGT_SPEC_STICKY 0x0200 /* Do not delete as part of :z */ macro
H A Dmdb_target.c1574 flags &= ~MDB_TGT_SPEC_STICKY; in mdb_tgt_vespec_modify()
2107 flags &= ~MDB_TGT_SPEC_STICKY; in mdb_tgt_vespec_insert()
H A Dmdb_cmds.c2572 char tflag = "T "[!(sp.spec_flags & MDB_TGT_SPEC_STICKY)]; in print_event()
2827 if (!(spec.spec_flags & MDB_TGT_SPEC_STICKY)) in ve_delete()
H A Dmdb_proc.c5494 int tflag = MDB_TGT_SPEC_STICKY; /* default sigs are sticky */ in mdb_proc_tgt_create()