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

/illumos-gate/usr/src/uts/common/io/
H A Dkbd.c124 mblk_t *kbdd_iocpending; /* "ioctl" awaiting buffer */ member in struct:kbddata
395 kbdd->kbdd_iocpending = NULL;
503 if ((mp = kbdd->kbdd_iocpending) != NULL) {
504 kbdd->kbdd_iocpending = NULL; /* not pending any more */
958 if (kbdd->kbdd_iocpending != NULL)
959 freemsg(kbdd->kbdd_iocpending);
960 kbdd->kbdd_iocpending = mp;

Completed in 218 milliseconds