Home
last modified time | relevance | path

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
306 state->bc_id = 0; in mouse8042_attach()
578 if (state->bc_id != 0) { in mouse8042_close()
579 (void) qunbufcall(q, state->bc_id); in mouse8042_close()
580 state->bc_id = 0; in mouse8042_close()
711 state->bc_id = qbufcall(q, (state->reply_mp == NULL) ? 2 : 1, in mouse8042_initiate_reset()
714 if (state->bc_id == 0) { in mouse8042_initiate_reset()
728 state->bc_id = 0; in mouse8042_initiate_reset()
H A Dstream.c1315 bufcall_id_t bc_id; in bufcall() local
1334 bc_id = bcp->bc_id = (bufcall_id_t)(bid += 2); /* keep it odd */ in bufcall()
1349 return (bc_id); in bufcall()
1364 if (id == bcp->bc_id) in unbufcall()
/illumos-gate/usr/src/uts/common/sys/
H A Dstrsubr.h659 bufcall_id_t bc_id; member