Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c864 #define COF_NORM 0x00000002 macro
894 #define COF_DEFAULT (COF_REAL | COF_NORM | COF_LONG | COF_SHORT)
1284 if (!(coargs->flags & COF_NORM) && (cotype == CALLOUT_NORMAL)) { in callout_t_cb()
1499 'r', MDB_OPT_CLRBITS, COF_NORM, &coargs.flags, in callout()
1575 if (!(coargs.flags & (COF_REAL | COF_NORM))) { in callout()
1576 coargs.flags |= COF_REAL | COF_NORM; in callout()
1636 coargs.flags |= (COF_REAL | COF_NORM); in callout()