Home
last modified time | relevance | path

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

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