Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c866 #define COF_SHORT 0x00000008 macro
894 #define COF_DEFAULT (COF_REAL | COF_NORM | COF_LONG | COF_SHORT)
958 if (!(coargs->flags & COF_SHORT) && !(co->c_xid & CALLOUT_LONGTERM)) { in callouts_cb()
1501 'l', MDB_OPT_CLRBITS, COF_SHORT, &coargs.flags, in callout()
1578 if (!(coargs.flags & (COF_LONG | COF_SHORT))) { in callout()
1579 coargs.flags |= COF_LONG | COF_SHORT; in callout()