Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c879 #define COF_FREE 0x00010000 macro
933 if ((coargs->flags & COF_FREE) && !(co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()
940 if (!(coargs->flags & COF_FREE) && (co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()
966 if (!(coargs->flags & COF_FREE)) { in callouts_cb()
1117 if ((coargs->flags & COF_FREE) && in callout_list_cb()
1125 if (!(coargs->flags & COF_FREE) && in callout_list_cb()
1230 if (coargs->flags & COF_FREE) { in callout_list_cb()
1344 if (coargs->flags & COF_FREE) { in callout_t_cb()
1401 if (coargs->flags & COF_FREE) { in callout_t_cb()
1522 'F', MDB_OPT_SETBITS, COF_FREE, &coargs.flags, in callout()
[all …]