Searched defs:cotype (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1141 int index, seqid, cotype; local
1152 cotype = index & CALLOUT_TYPE_MASK;
1159 if (!(coargs->flags & COF_REAL) && (cotype == CALLOUT_REALTIME)) {
1163 if (!(coargs->flags & COF_NORM) && (cotype == CALLOUT_NORMAL)) {
1191 seqid, co_typenames[cotype],

Completed in 379 milliseconds