Searched refs:timodrproc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c318 static int timodrproc(queue_t *, mblk_t *);
586 * Rest is handled in timodrproc.
618 (void) timodrproc(q, mp);
623 (void) timodrproc(q, mp);
652 if (timodrproc(q, mp)) {
654 * timodrproc did a putbq - stop processing
681 timodrproc(queue_t *q, mblk_t *mp) function
698 TILOG("timodrproc: Got M_ERROR, flags = %x\n", tp->tim_flags);
786 tilog("timodrproc: Got T_ERROR_ACK, flags = %x\n",
811 tilog("timodrproc
[all...]

Completed in 90 milliseconds