Searched refs:handle (Results 201 - 225 of 247) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp108 gUSBModule->cancel_queued_transfers(interface->endpoint[i].handle);
799 if (!endpointInfo->handle) {
852 status = gUSBModule->queue_interrupt(endpointInfo->handle,
856 status = gUSBModule->queue_bulk(endpointInfo->handle,
860 status = gUSBModule->queue_isochronous(endpointInfo->handle,
875 gUSBModule->cancel_queued_transfers(endpointInfo->handle);
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp220 if (existing->handle == irqEntry.source) {
238 link->handle = irqEntry.source;
239 status_t status = read_possible_irqs(acpi, link->handle,
247 status = read_current_irq(acpi, link->handle, link->current_irq);
348 evaluate_integer(acpi_module_info* acpi, acpi_handle handle, argument
356 status_t status = acpi->evaluate_method(handle, method, NULL,
386 dprintf("failed to get handle to link device\n");
740 dprintf("failed to resolve handle to path\n");
752 dprintf("failed to get handle to child \"%s\"\n", childName);
792 // TODO: handle
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl2.h2218 * NFIT/DVDIMM device handle support - used as the _ADR for each NVDIMM
2226 /* Device handle construction and extraction macros */
2240 /* Macro to construct a NFIT/NVDIMM device handle */
2249 /* Macros to extract individual fields from a NFIT/NVDIMM device handle */
2251 #define ACPI_NFIT_GET_DIMM_NUMBER(handle) \
2252 ((handle) & ACPI_NFIT_DIMM_NUMBER_MASK)
2254 #define ACPI_NFIT_GET_CHANNEL_NUMBER(handle) \
2255 (((handle) & ACPI_NFIT_CHANNEL_NUMBER_MASK) >> ACPI_NFIT_CHANNEL_NUMBER_OFFSET)
2257 #define ACPI_NFIT_GET_MEMORY_ID(handle) \
2258 (((handle)
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp37 QueryHandle* handle)
44 fHandle(handle)
93 virtual void QueryHandleClosed(QueryHandle* handle) argument
100 handle->SetQueryListener(NULL);
789 uint32 flags, port_id remotePort, int32 remoteToken, QueryHandle** handle)
791 if (!queryDomain || !queryString || !handle)
798 // allocate the handle
863 *handle = queryHandle;
36 QueryHandler(NodeMonitorListener* listener, QueryDomain* queryDomain, QueryHandle* handle) argument
788 OpenQuery(QueryDomain* queryDomain, const char* queryString, uint32 flags, port_id remotePort, int32 remoteToken, QueryHandle** handle) argument
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp918 TRACE_BT("LocalDeviceImpl: %s: Address %s handle=%#x type=%d encrypt=%d\n", __FUNCTION__,
919 bdaddrUtils::ToString(event->bdaddr).String(), event->handle,
933 reply.AddInt16("handle", event->handle);
952 TRACE_BT("LocalDeviceImpl: %s: Handle=%#x, reason=%s status=%x\n", __FUNCTION__, event->handle,
1064 event->handle, event->lmp_max_slots);
1085 TRACE_BT("LocalDeviceImpl: %s: Handle=%d #packets=%d\n", __FUNCTION__, numberPackets->handle,
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.cpp281 st = usb->queue_bulk(midiDevice->ept_in->handle,
436 status = usb->queue_bulk(midiDevice->ept_in->handle, midiDevice->buffer,
478 usb->cancel_queued_transfers(midiDevice->ept_in->handle);
480 usb->cancel_queued_transfers(midiDevice->ept_out->handle);
698 status = usb->queue_bulk(midiDevice->ept_out->handle,
/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp294 void *handle = load_driver_settings("vesa"); local
295 if (handle == NULL)
298 vesa_fixups(handle);
302 const driver_settings *settings = get_driver_settings(handle);
328 unload_driver_settings(handle);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp518 fNotifyEndpoint = interface->endpoint[notifyEndpoint].handle;
519 fReadEndpoint = interface->endpoint[readEndpoint].handle;
520 fWriteEndpoint = interface->endpoint[writeEndpoint].handle;
/haiku/src/system/kernel/device_manager/
H A DIOCache.cpp682 void* handle;
686 &handle);
702 vm_put_physical_page(address, handle);
/haiku/src/apps/launchbox/
H A DPadView.cpp178 bool handle = true;
181 handle = false;
185 if (!handle)
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h275 uint32 mem_handle; // memory handle
402 uint32 fb_mem_handle; // memory handle
463 uint32 mem_handle; // handle of memory of indirect buffers
474 uint32 mem_handle; // handle of feedback memory
492 uint32 mem_handle; // handle of memory of indirect buffers
601 uint32 handle; // handle (needed to free memory) member in struct:__anon37
610 uint32 handle; // memory handle member in struct:__anon38
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Ddriver.c153 /* get a handle for the agp bus if it exists */
347 result = mem_alloc( di->memmgr[memory_type], am->size, am->global ? 0 : dev, &am->handle, &am->offset );
362 result = mem_free( di->memmgr[memory_type], fm->handle, fm->global ? 0 : dev );
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp462 FileSystem::GetDelegation(const FileHandle& handle) argument
469 it = fHandleToDelegation.Find(handle);
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c58 void *handle; local
61 handle = load_driver_settings("nfs");
62 if (handle == NULL)
65 str = get_driver_parameter(handle, "high_port", NULL, NULL);
70 str = get_driver_parameter(handle, "low_port", NULL, NULL);
76 conf_allow_dir_open = get_driver_boolean_parameter(handle, "allow_dir_open", conf_allow_dir_open, true);
77 conf_ls_root_parent = get_driver_boolean_parameter(handle, "ls_root_parent", conf_ls_root_parent, true);
78 conf_no_check_ip_xid = get_driver_boolean_parameter(handle, "no_check_ip_xid", conf_no_check_ip_xid, true);
80 str = get_driver_parameter(handle, "call_timeout", NULL, NULL);
88 str = get_driver_parameter(handle, "call_trie
[all...]
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c243 TRACE("try endpoint:%d %x %x %x\n", ep, (int32)ed->attributes, (int32)ed->endpoint_address, uii->endpoint[ep].handle);
273 udi->pipe_in = uii->endpoint[epts[epIn]].handle;
274 udi->pipe_out = uii->endpoint[epts[epOut]].handle;
275 udi->pipe_intr = uii->endpoint[epts[epIntr]].handle;
506 /* handle reserved device and luns entries */
727 xpt_scsi_io - handle XPT_SCSI_IO sim action
780 /* handle various features for this device */
822 xpt_path_inquiry - handle XPT_PATH_INQ sim action
851 xpt_extended_path_inquiry - handle XPT_EXTENDED_PATH_INQ sim action
/haiku/headers/os/game/
H A DGameSound.h57 status_t Init(gs_id handle);
/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp204 reply.FindInt16("handle", (int16*)&fHandle);
226 disconnect->handle = fHandle;
/haiku/src/add-ons/kernel/generic/smbios/
H A Dsmbios.cpp71 uint16 handle; member in struct:smbios_structure_header
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c276 ed->endpoint_address, uii->endpoint[ep].handle);
289 dev->pipe_in = uii->endpoint[epts[0]].handle;
290 dev->pipe_out = uii->endpoint[epts[1]].handle;
291 dev->pipe_intr = uii->endpoint[epts[2]].handle;
745 ** the driver and also handle registering with the USB bus manager
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp174 fInterruptPipe = interface->endpoint[i].handle;
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h340 uint32 handle[0x08]; /* FIFO channel's cmd handle for the owning cmd */ member in struct:__anon21::__anon23::__anon24
341 uint32 ch_ptr[0x20]; /* cmd handle's ptr to it's assigned FIFO ch (if any) */
469 /* Retrieve the device name. Usefull for when we have a file handle, but want
/haiku/src/bin/pcmcia-cs/
H A Dcardctl.c277 arg2.win_info.handle = arg1.win_info.handle;
/haiku/headers/private/audio/
H A Dsoundcard.h1662 char handle[32]; member in struct:mixer_info
1891 char handle[32]; member in struct:oss_audioinfo
1911 char handle[32]; member in struct:oss_mixerinfo
1957 char handle[32]; member in struct:oss_midi_info
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp128 void *handle = load_driver_settings(path); local
129 if (!handle) {
135 fSettings = dup_driver_settings(get_driver_settings(handle));
136 unload_driver_settings(handle);
1149 \param protocolNumber The protocol number that the object should handle.
1570 // we do not have to handle it here
1675 - \c PPP_DISCARDED: The protocol handler(s) did not handle this packet.
1733 // maybe the parent interface can handle the packet
1758 - \c PPP_DISCARDED: The protocol handler(s) did not handle this packet.
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h207 static int _AddReadDirEntryGetDir(fuse_dirh_t handle,

Completed in 252 milliseconds

12345678910