Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c877 #define COF_TABLE 0x00004000 macro
1294 (coargs->flags & (COF_TABLE | COF_VERBOSE))) { in callout_t_cb()
1309 if (coargs->flags & (COF_TABLE | COF_VERBOSE)) { in callout_t_cb()
1332 if (coargs->flags & COF_TABLE) { in callout_t_cb()
1516 'T', MDB_OPT_SETBITS, COF_TABLE, &coargs.flags, in callout()