Home
last modified time | relevance | path

Searched refs:read_port_to_handler (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/
H A Ddevices.cc53 read_port_to_handler = NULL; in bx_devices_c()
132 if (read_port_to_handler) in init()
133 delete [] read_port_to_handler; in init()
136 read_port_to_handler = new struct io_handler_struct *[PORTS]; in init()
141 read_port_to_handler[i] = &io_read_handlers; in init()
674 if (read_port_to_handler[addr] && in register_io_read_handler()
679 read_port_to_handler[addr]->handler_name, name)); in register_io_read_handler()
713 read_port_to_handler[addr] = io_read_handler; in register_io_read_handler()
789 if (read_port_to_handler[addr] && in register_io_read_handler_range()
829 read_port_to_handler[addr] = io_read_handler; in register_io_read_handler_range()
[all …]
H A Diodev.h522 struct io_handler_struct **read_port_to_handler; variable
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/BochsIA32Plugin/
H A DsqBochsIA32Plugin.cpp509 read_port_to_handler = NULL; in bx_devices_c()