Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c1058 int index, seqid, cotype; in callout_t_cb() local
1069 cotype = index & CALLOUT_TYPE_MASK; in callout_t_cb()
1076 if (!(coargs->flags & COF_REAL) && (cotype == CALLOUT_REALTIME)) { in callout_t_cb()
1080 if (!(coargs->flags & COF_NORM) && (cotype == CALLOUT_NORMAL)) { in callout_t_cb()
1108 seqid, co_typenames[cotype], in callout_t_cb()