Searched refs:kbdd_iocpending (Results 1 – 1 of 1) sorted by relevance
124 mblk_t *kbdd_iocpending; /* "ioctl" awaiting buffer */ member395 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()