Home
last modified time | relevance | path

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

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