Searched refs:handler_id (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dadb.h39 * data[2] = id, rep[0] = orig addr, rep[1] = handler_id
91 int adb_register(int default_id,int handler_id,struct adb_ids *ids,
99 int adb_get_infos(int address, int *original_address, int *handler_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadb.c99 int handler_id; member in struct:adb_handler
105 * and handler_id fields of adb_handler[i] for all i, and changes to the
197 /* Now fill in the handler_id field of the adb_handler entries. */
204 adb_handler[i].handler_id = req.reply[2];
206 adb_handler[i].handler_id);
436 will now register if default_id _and_ handler_id both match
437 but handler_id can be left to 0 to match with default_id only.
438 When handler_id is set, this function will try to adjust
439 the handler_id id it doesn't match. */
441 adb_register(int default_id, int handler_id, struc argument
556 adb_get_infos(int address, int *original_address, int *handler_id) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dscrolbar.cpp158 gulong handler_id; local
159 handler_id = g_signal_connect(
161 g_signal_handler_block(m_widget, handler_id);
H A Dslider.cpp322 gulong handler_id; local
323 handler_id = g_signal_connect(
325 g_signal_handler_block(m_widget, handler_id);
H A Dwindow.cpp2473 gulong handler_id = g_signal_connect(m_scrollBar[dir], "event_after",
2475 g_signal_handler_block(m_scrollBar[dir], handler_id);

Completed in 100 milliseconds