Searched refs:bc_id (Results 1 – 3 of 3) sorted by relevance
116 bufcall_id_t bc_id; member306 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()
1278 bufcall_id_t bc_id; in bufcall() local1297 bc_id = bcp->bc_id = (bufcall_id_t)(bid += 2); /* keep it odd */ in bufcall()1312 return (bc_id); in bufcall()1327 if (id == bcp->bc_id) in unbufcall()
641 bufcall_id_t bc_id; member