Searched refs:context (Results 176 - 200 of 343) sorted by path

1234567891011>>

/haiku/headers/private/kernel/
H A Duser_mutex.h19 void delete_user_mutex_context(struct user_mutex_context* context);
H A Dvfs.h47 /** The I/O context of a process/team, holds the fd array among others */
72 void vfs_exec_io_context(io_context *context);
75 void vfs_get_io_context(io_context *context);
76 void vfs_put_io_context(io_context *context);
77 status_t vfs_resize_fd_table(struct io_context* context, uint32 newSize);
128 status_t vfs_release_posix_lock(io_context* context,
/haiku/headers/private/netservices/
H A DDataRequest.h32 BUrlContext* context = NULL);
H A DFileRequest.h34 BUrlContext* context = NULL);
H A DGopherRequest.h34 BUrlContext* context = NULL);
H A DHttpRequest.h75 BUrlContext* context = NULL);
H A DNetworkRequest.h28 BUrlContext* context,
H A DUrlProtocolRoster.h30 BUrlContext* context = NULL);
H A DUrlRequest.h28 BUrlContext* context,
41 status_t SetContext(BUrlContext* context);
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h144 AttributeHandlerContext* context,
147 AttributeHandlerContext* context,
175 AttributeHandlerContext* context);
247 AttributeHandlerContext* context, uint8 id,
251 virtual status_t NotifyDone(AttributeHandlerContext* context);
253 virtual status_t Delete(AttributeHandlerContext* context);
273 virtual status_t NotifyDone(AttributeHandlerContext* context);
292 AttributeHandlerContext* context, uint8 id,
296 virtual status_t NotifyDone(AttributeHandlerContext* context);
314 AttributeHandlerContext* context, uint
[all...]
/haiku/headers/private/wmi/
H A Dwmi.h34 const char* guidString, acpi_notify_handler handler, void* context);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp734 ACPI_OSD_HANDLER serviceRoutine, void *context)
737 DEBUG_FUNCTION_F("vector: %" B_PRIu32 "; handler: %p context %p",
738 (uint32)interruptNumber, serviceRoutine, context);
743 sInterruptHandlerData[interruptNumber] = context;
745 (interrupt_handler)serviceRoutine, context, 0);
747 DEBUG_FUNCTION_F("vector: %" B_PRIu32 "; handler: %p context %p returned %" B_PRId32,
748 (uint32)interruptNumber, serviceRoutine, context, (uint32)result);
790 * context - Passed as a parameter to the function
799 void *context)
814 if (gDPC->queue_dpc(gDPCHandle, function, context) !
733 AcpiOsInstallInterruptHandler(UINT32 interruptNumber, ACPI_OSD_HANDLER serviceRoutine, void *context) argument
798 AcpiOsExecute(ACPI_EXECUTE_TYPE type, ACPI_OSD_EXEC_CALLBACK function, void *context) argument
[all...]
H A DACPIPrivate.h47 void* context);
68 void *context);
148 void* context);
184 acpi_notify_handler handler, void* context);
231 acpi_walk_callback ascendingCallback, void* context, void** returnValue);
248 acpi_walk_resources_callback callback, void* context);
H A DBusManager.cpp61 get_device_by_hid_callback(ACPI_HANDLE object, UINT32 depth, void* context, argument
64 uint32* counter = (uint32*)context;
67 TRACE("get_device_by_hid_callback %p, %d, %p\n", object, depth, context);
96 void* context)
154 static void globalNotifyHandler(ACPI_HANDLE device, UINT32 value, void* context) argument
325 acpi_notify_handler handler, void *context)
328 (ACPI_NOTIFY_HANDLER)handler, context) == AE_OK ? B_OK : B_ERROR;
734 acpi_walk_resources_callback callback, void* context)
737 (ACPI_WALK_RESOURCE_CALLBACK)callback, context);
744 acpi_walk_callback ascendingCallback, void* context, voi
95 globalGPEHandler(UINT32 eventType, ACPI_HANDLE device, UINT32 eventNumber, void* context) argument
324 install_notify_handler(acpi_handle device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
733 walk_resources(acpi_handle busDeviceHandle, char* method, acpi_walk_resources_callback callback, void* context) argument
742 walk_namespace(acpi_handle busDeviceHandle, uint32 objectType, uint32 maxDepth, acpi_walk_callback descendingCallback, acpi_walk_callback ascendingCallback, void* context, void** returnValue) argument
[all...]
H A DDevice.cpp20 acpi_notify_handler handler, void *context)
23 context);
81 acpi_walk_resources_callback callback, void* context)
83 return walk_resources(device->handle, method, callback, context);
90 acpi_walk_callback ascendingCallback, void* context, void** returnValue)
93 descendingCallback, ascendingCallback, context, returnValue);
19 acpi_install_notify_handler(acpi_device device, uint32 handlerType, acpi_notify_handler handler, void *context) argument
80 acpi_walk_resources(acpi_device device, char *method, acpi_walk_resources_callback callback, void* context) argument
88 acpi_walk_namespace(acpi_device device, uint32 objectType, uint32 maxDepth, acpi_walk_callback descendingCallback, acpi_walk_callback ascendingCallback, void* context, void** returnValue) argument
H A DEmbeddedController.cpp570 EcGpeQueryHandler(void* context) argument
572 struct acpi_ec_cookie* sc = (struct acpi_ec_cookie*)context;
575 ASSERT(context != NULL);
592 called from an unknown lock context.
595 EcGpeHandler(acpi_handle gpeDevice, uint32 gpeNumber, void* context) argument
597 struct acpi_ec_cookie* sc = (acpi_ec_cookie*)context;
599 ASSERT(context != NULL);//, ("EcGpeHandler called with NULL"));
615 context);
626 EcSpaceSetup(acpi_handle region, uint32 function, void* context, argument
630 // just pass the context throug
641 EcSpaceHandler(uint32 function, acpi_physical_address address, uint32 width, int* value, void* context, void* regionContext) argument
[all...]
H A DEmbeddedController.h211 void *context);
214 void *context, void **return_Context);
218 void *context, void *regionContext);
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp258 pch_i2c_scan_parse_callback(ACPI_RESOURCE *res, void *context) argument
260 struct pch_i2c_crs* crs = (struct pch_i2c_crs*)context;
307 void *context, void** returnValue)
309 pch_i2c_sim_info* bus = (pch_i2c_sim_info*)context;
306 pch_i2c_scan_bus_callback(acpi_handle object, uint32 nestingLevel, void *context, void** returnValue) argument
H A Dpch_i2c.h51 void *context, void** returnValue);
H A Dpch_i2c_acpi.cpp37 pch_i2c_scan_parse_callback(ACPI_RESOURCE *res, void *context) argument
39 struct pch_i2c_crs* crs = (struct pch_i2c_crs*)context;
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp663 SdhciDevice* context = (SdhciDevice*)cookie; local
666 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
688 SdhciDevice* context = new(std::nothrow)SdhciDevice; local
689 if (context == NULL)
691 context->fNode = node;
692 *device_cookie = context;
704 return init_device_pci(node, context);
712 SdhciDevice* context = (SdhciDevice*)device_cookie; local
713 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
721 uninit_device_pci(context, paren
[all...]
H A Dsdhci.h428 extern status_t init_device_pci(device_node* node, SdhciDevice* context);
429 extern void uninit_device_pci(SdhciDevice* context, device_node* pciParent);
H A Dsdhci_acpi.cpp41 sdhci_acpi_scan_parse_callback(ACPI_RESOURCE *res, void *context) argument
43 struct sdhci_crs* crs = (struct sdhci_crs*)context;
140 SdhciDevice* context = (SdhciDevice*)cookie; local
141 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
174 if (gDeviceManager->register_node(context->fNode,
H A Dsdhci_pci.cpp140 SdhciDevice* context = (SdhciDevice*)cookie; local
141 device_node* parent = gDeviceManager->get_parent_node(context->fNode);
185 if (gDeviceManager->register_node(context->fNode,
194 init_device_pci(device_node* node, SdhciDevice* context) argument
201 device_node* pciParent = gDeviceManager->get_parent_node(context->fNode);
219 context->fRicohOriginalMode = pci->read_pci_config(device,
233 uninit_device_pci(SdhciDevice* context, device_node* pciParent) argument
243 if (gDeviceManager->get_attr_uint16(context->fNode, B_DEVICE_VENDOR_ID,
245 || gDeviceManager->get_attr_uint16(context->fNode, B_DEVICE_ID,
251 context
[all...]
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.h152 static acpi_status AcpiCrsScanCallback(acpi_resource *res, void *context);

Completed in 128 milliseconds

1234567891011>>