Searched defs:handler (Results 76 - 100 of 162) sorted by path

1234567

/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp525 CheckWatchingMessage(bool mounted, dev_t expectedDevice, BTestHandler &handler, argument
/haiku/src/tests/servers/app/stacktile/
H A Dmain.cpp90 TestWindow::DispatchMessage(BMessage* message, BHandler* handler) argument
/haiku/src/tests/system/glue/
H A DStackAlign.cpp30 void handler(int param) function
/haiku/src/tests/system/kernel/
H A Dsigsuspend_test.cpp8 handler(int signal) function
/haiku/src/tools/cppunit/
H A DTestApp.cpp106 BTestHandler *handler = new BTestHandler; local
117 BTestApp::DeleteTestHandler(BTestHandler *handler) argument
/haiku/headers/os/kernel/
H A Ddebugger.h374 struct sigaction handler; // the new signal handler member in struct:__anon53
386 struct sigaction handler; // the signal handler member in struct:__anon55
535 struct sigaction handler; // the signal handler member in struct:__anon70
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h572 ReaderImplBase::PushAttributeHandler(AttributeHandler* handler) argument
/haiku/src/add-ons/input_server/devices/virtio/
H A DVirtioInputDevice.cpp293 VirtioInputHandler &handler = *((VirtioInputHandler*)arg); local
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp324 install_notify_handler(acpi_handle device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
333 remove_notify_handler(acpi_handle device, uint32 handlerType, acpi_notify_handler handler) argument
384 install_gpe_handler(acpi_handle handle, uint32 gpeNumber, uint32 type, acpi_gpe_handler handler, void *data) argument
402 install_address_space_handler(acpi_handle handle, uint32 spaceId, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data) argument
412 remove_address_space_handler(acpi_handle handle, uint32 spaceId, acpi_adr_space_handler handler) argument
451 install_fixed_event_handler(uint32 event, acpi_event_handler handler, void *data) argument
460 remove_fixed_event_handler(uint32 event, acpi_event_handler handler) argument
[all...]
H A DDevice.cpp19 acpi_install_notify_handler(acpi_device device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
27 acpi_remove_notify_handler(acpi_device device, uint32 handlerType, acpi_notify_handler handler) argument
35 acpi_install_address_space_handler(acpi_device device, uint32 spaceId, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data) argument
43 acpi_remove_address_space_handler(acpi_device device, uint32 spaceId, acpi_adr_space_handler handler) argument
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioModule.cpp137 virtio_queue_setup_interrupt(virtio_queue _queue, virtio_callback_func handler, argument
H A DVirtioQueue.cpp202 VirtioQueue::SetupInterrupt(virtio_callback_func handler, void *cookie) argument
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp551 virtio_device_queue_setup_interrupt(virtio_queue aQueue, virtio_callback_func handler, void* cookie) argument
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp1093 handle_ioctl(DeviceType* device, status_t (*handler)(DeviceType*, Request*), void* buffer) argument
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Dintel_extreme.cpp472 interrupt_handler handler = &gen8_interrupt_handler; local
938 interrupt_handler handler = &gen8_interrupt_handler; local
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DJoystickProtocolHandler.cpp338 JoystickProtocolHandler *handler = (JoystickProtocolHandler *)data; local
H A DProtocolHandler.cpp103 ProtocolHandler *handler = handlerList; local
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp38 ProtocolHandler* handler; member in struct:device_cookie
168 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->FindDevice(path); local
403 ProtocolHandler *handler = hidDevice->ProtocolHandlerAt(i); local
[all...]
H A DHIDDevice.cpp124 ProtocolHandler *handler = fProtocolHandlerList; local
136 HIDDevice::Open(ProtocolHandler *handler, uint32 flags) argument
146 HIDDevice::Close(ProtocolHandler *handler) argument
193 ProtocolHandler *handler = fProtocolHandlerList; local
[all...]
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp25 ProtocolHandler* handler; member in struct:device_cookie
148 ProtocolHandler *handler = hidDevice->ProtocolHandlerAt(i); local
198 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->DeviceAt(i); local
243 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->FindDevice(name); local
[all...]
H A DHIDDevice.cpp220 ProtocolHandler *handler = fProtocolHandlerList; local
239 HIDDevice::Open(ProtocolHandler *handler, uint32 flags) argument
247 HIDDevice::Close(ProtocolHandler *handler) argument
303 ProtocolHandler *handler = fProtocolHandlerList; local
[all...]
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIACPI.cpp241 InstallEventHandler(const char* guidString, acpi_notify_handler handler, void* context) argument
H A DWMIDevice.cpp52 InstallEventHandler(const char* guidString, acpi_notify_handler handler, void* context) argument
132 wmi_install_event_handler(wmi_device _device, const char* guidString, acpi_notify_handler handler, void* context) argument
H A DWMIPrivate.h92 acpi_notify_handler handler; member in struct:wmi_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4391 _SendRequest(RequestPort* port, RequestAllocator* allocator, RequestHandler* handler, Request** reply) argument
[all...]

Completed in 223 milliseconds

1234567