Home
last modified time | relevance | path

Searched refs:serial_event_ftype (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dserial.h160 typedef void (serial_event_ftype) (struct serial *scb, void *context); typedef
161 extern void serial_async (struct serial *scb, serial_event_ftype *handler, void *context);
203 serial_event_ftype *async_handler;/* Async event handler */
Dserial.c491 serial_event_ftype *handler, in serial_async()
Dremote.c5321 static serial_event_ftype remote_async_serial_handler;
DChangeLog-19992579 * serial.h (serial_event_ftype): Replace FD and ERROR args with
3124 * serial.h (serial_event_ftype): Add two pars.