Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c675 #define COF_FREE 0x00010000 macro
729 if ((coargs->flags & COF_FREE) && !(co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()
736 if (!(coargs->flags & COF_FREE) && (co->c_xid & CALLOUT_ID_FREE)) { in callouts_cb()
762 if (!(coargs->flags & COF_FREE)) { in callouts_cb()
913 if ((coargs->flags & COF_FREE) && in callout_list_cb()
921 if (!(coargs->flags & COF_FREE) && in callout_list_cb()
1026 if (coargs->flags & COF_FREE) { in callout_list_cb()
1140 if (coargs->flags & COF_FREE) { in callout_t_cb()
1197 if (coargs->flags & COF_FREE) { in callout_t_cb()
1318 'F', MDB_OPT_SETBITS, COF_FREE, &coargs.flags, in callout()
[all …]