Lines Matching defs:handler_id
96 int handler_id;
102 * and handler_id fields of adb_handler[i] for all i, and changes to the
205 /* Now fill in the handler_id field of the adb_handler entries. */
211 adb_handler[i].handler_id = req.reply[2];
214 adb_handler[i].handler_id);
465 will now register if default_id _and_ handler_id both match
466 but handler_id can be left to 0 to match with default_id only.
467 When handler_id is set, this function will try to adjust
468 the handler_id id it doesn't match. */
470 adb_register(int default_id, int handler_id, struct adb_ids *ids,
479 (!handler_id || (handler_id == adb_handler[i].handler_id) ||
480 try_handler_change(i, handler_id))) {
559 if (adb_handler[address].handler_id == new_id)
569 adb_handler[address].handler_id = req.reply[2];
589 adb_get_infos(int address, int *original_address, int *handler_id)
593 *handler_id = adb_handler[address].handler_id;
654 req->reply[1] = adb_handler[req->data[2]].handler_id;