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

/illumos-gate/usr/src/uts/common/io/
H A Dmouse8042.c116 bufcall_id_t bc_id; member in struct:mouse_state
306 state->bc_id = 0;
578 if (state->bc_id != 0) {
579 (void) qunbufcall(q, state->bc_id);
580 state->bc_id = 0;
711 state->bc_id = qbufcall(q, (state->reply_mp == NULL) ? 2 : 1,
714 if (state->bc_id == 0) {
728 state->bc_id = 0;
H A Dstream.c1278 bufcall_id_t bc_id; local
1297 bc_id = bcp->bc_id = (bufcall_id_t)(bid += 2); /* keep it odd */
1312 return (bc_id);
1327 if (id == bcp->bc_id)
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h641 bufcall_id_t bc_id; member in struct:strbufcall

Completed in 130 milliseconds