Home
last modified time | relevance | path

Searched refs:iop_msg_handler (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/mac68k/include/
H A Diopreg.h115 typedef void (*iop_msg_handler)(struct _s_IOP *iop, struct iop_msg *); typedef
124 iop_msg_handler handler;
141 iop_msg_handler listeners[IOP_MAXCHAN];
152 int iop_send_msg(int, int, u_char *, int, iop_msg_handler, void *);
153 int iop_queue_receipt(int, int, iop_msg_handler, void *);
154 int iop_register_listener(int, int, iop_msg_handler, void *);
/netbsd-src/sys/arch/mac68k/mac68k/
H A Diop.c369 iop_msg_handler handler, void *user_data) in iop_send_msg()
410 iop_queue_receipt(int iopn, int chan, iop_msg_handler handler, void *user_data) in iop_queue_receipt()
439 iop_register_listener(int iopn, int chan, iop_msg_handler handler, in iop_register_listener()