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

/linux-master/include/linux/
H A Dadb.h57 int adb_register(int default_id,int handler_id,struct adb_ids *ids,
65 int adb_get_infos(int address, int *original_address, int *handler_id);
/linux-master/drivers/macintosh/
H A Dadb.c98 int handler_id; member in struct:adb_handler
104 * and handler_id fields of adb_handler[i] for all i, and changes to the
207 /* Now fill in the handler_id field of the adb_handler entries. */
213 adb_handler[i].handler_id = req.reply[2];
216 adb_handler[i].handler_id);
467 will now register if default_id _and_ handler_id both match
468 but handler_id can be left to 0 to match with default_id only.
469 When handler_id is set, this function will try to adjust
470 the handler_id id it doesn't match. */
472 adb_register(int default_id, int handler_id, struc argument
591 adb_get_infos(int address, int *original_address, int *handler_id) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1845 * @param handler_id handler ID returned by *libbpf_register_prog_handler()*
1854 LIBBPF_API int libbpf_unregister_prog_handler(int handler_id);
H A Dlibbpf.c392 int handler_id; member in struct:bpf_sec_def
9380 sec_def->handler_id = ++last_custom_sec_def_handler_id;
9387 return sec_def->handler_id;
9390 int libbpf_unregister_prog_handler(int handler_id) argument
9395 if (handler_id <= 0)
9398 if (has_custom_fallback_def && custom_fallback_def.handler_id == handler_id) {
9405 if (custom_sec_defs[i].handler_id == handler_id)
/linux-master/kernel/trace/
H A Dtrace_events_hist.c591 enum handler_id { enum
604 enum handler_id handler;
3685 enum handler_id handler)
3790 char *str, enum handler_id handler)
4808 enum handler_id hid = 0;

Completed in 1021 milliseconds