Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_evset.c77 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in cmd_evset()
103 clrb |= MDB_TGT_SPEC_STICKY; in cmd_evset()
232 'T', MDB_OPT_SETBITS, MDB_TGT_SPEC_STICKY, &setb, in ev_getopts()
259 clrb |= MDB_TGT_SPEC_STICKY; in ev_getopts()
H A Dmdb_target.h388 #define MDB_TGT_SPEC_STICKY 0x0200 /* Do not delete as part of :z */ macro
H A Dmdb_target.c1587 flags &= ~MDB_TGT_SPEC_STICKY; in mdb_tgt_vespec_modify()
2114 flags &= ~MDB_TGT_SPEC_STICKY; in mdb_tgt_vespec_insert()
H A Dmdb_cmds.c2467 char tflag = "T "[!(sp.spec_flags & MDB_TGT_SPEC_STICKY)]; in print_event()
2726 if (!(spec.spec_flags & MDB_TGT_SPEC_STICKY)) in ve_delete()
H A Dmdb_proc.c5424 int tflag = MDB_TGT_SPEC_STICKY; /* default sigs are sticky */ in mdb_proc_tgt_create()