Searched defs:handler (Results 1 - 25 of 707) sorted by path

1234567891011>>

/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dshell.h57 fluid_cmd_func_t handler; /** Pointer to the handler for this command */ member in struct:__anon91
[all...]
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dss.h35 void (*handler)(void *info, u_int events); member in struct:ss_callback_t
/haiku-fatelf/headers/os/kernel/
H A Ddebugger.h363 struct sigaction handler; // the new signal handler member in struct:__anon416
375 struct sigaction handler; // the signal handler member in struct:__anon418
509 struct sigaction handler; // the signal handler member in struct:__anon431
/haiku-fatelf/headers/private/bluetooth/
H A DCodeHandler.h43 static void SetHandler(uint32* code, uint16 handler) argument
H A DPortListener.h19 PortListener(const char* name, port_listener_func handler) argument
142 port_listener_func handler = ((struct PortListenerInfo*)data)->func; local
/haiku-fatelf/headers/private/kernel/
H A Dksignal.h50 void* handler; member in struct:signal_frame_data
/haiku-fatelf/headers/private/package/hpkg/
H A DReaderImplBase.h307 ReaderImplBase::PushAttributeHandler(AttributeHandler* handler) argument
/haiku-fatelf/src/add-ons/input_server/methods/pen/
H A DPenInputLooper.cpp111 void PenInputLooper::DispatchMessage(BMessage *message, BHandler *handler) argument
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp251 install_notify_handler(acpi_handle device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
260 remove_notify_handler(acpi_handle device, uint32 handlerType, acpi_notify_handler handler) argument
311 install_gpe_handler(acpi_handle handle, uint32 gpeNumber, uint32 type, acpi_gpe_handler handler, void *data) argument
329 install_address_space_handler(acpi_handle handle, uint32 spaceId, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data) argument
339 remove_address_space_handler(acpi_handle handle, uint32 spaceId, acpi_adr_space_handler handler) argument
378 install_fixed_event_handler(uint32 event, interrupt_handler* handler, void *data) argument
387 remove_fixed_event_handler(uint32 event, interrupt_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-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DDriver.cpp25 ProtocolHandler* handler; member in struct:device_cookie
117 ProtocolHandler *handler = hidDevice->ProtocolHandlerAt(i); local
165 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->DeviceAt(i); local
212 ProtocolHandler *handler = (ProtocolHandler *)gDeviceList->FindDevice(name); local
291 ProtocolHandler *handler = device->ProtocolHandlerAt(i); local
[all...]
H A DHIDDevice.cpp219 ProtocolHandler *handler = fProtocolHandlerList; local
238 HIDDevice::Open(ProtocolHandler *handler, uint32 flags) argument
246 HIDDevice::Close(ProtocolHandler *handler) argument
299 ProtocolHandler *handler = fProtocolHandlerList; local
[all...]
H A DJoystickProtocolHandler.cpp318 JoystickProtocolHandler *handler = (JoystickProtocolHandler *)data; local
H A DProtocolHandler.cpp94 ProtocolHandler *handler = handlerList; local
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestConnection.cpp31 Init(RequestConnection* connection, Channel* channel, RequestHandler* handler) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c289 void ntfs_log_set_handler(ntfs_log_handler *handler) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4383 _SendRequest(RequestPort* port, RequestAllocator* allocator, RequestHandler* handler, Request** reply) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp159 RequestPort::HandleRequests(RequestHandler* handler, Request** request, argument
105 SendRequest(RequestAllocator* allocator, RequestHandler* handler, Request** reply, bigtime_t timeout) argument
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Ddevice_interfaces.cpp121 net_device_handler* handler = iterator.Next(); local
653 net_device_handler* handler = new(std::nothrow) net_device_handler; local
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolderConfig.cpp210 EditableListItem* handler = dynamic_cast<EditableListItem*>(ItemAt(index)); local
230 EditableListItem* handler = dynamic_cast<EditableListItem*>(ItemAt(index)); local
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dj2k.c1657 void (*handler) (opj_j2k_t *j2k); member in struct:opj_dec_mstabent
/haiku-fatelf/src/apps/activitymonitor/
H A DSystemInfo.cpp15 SystemInfo::SystemInfo(SystemInfoHandler* handler) argument
/haiku-fatelf/src/apps/codycam/
H A DSettingsHandler.cpp360 SettingsArgvDispatcher* handler = settings->_Find(*argv); local
/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeRef.cpp531 addPositionObserver( BHandler* handler) argument
558 removePositionObserver( BHandler* handler) argument
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.cpp1085 ThreadHandler* handler = _GetThreadHandler(event->Thread()); local
1240 ThreadHandler* handler = new(std::nothrow) ThreadHandler(thread, local
1641 ThreadHandler* handler = fThreadHandlers.Lookup(threadID); local
[all...]

Completed in 189 milliseconds

1234567891011>>