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

12345678910

/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp1010 void *handle; local
1013 &handle) != B_OK) {
1029 vm_put_physical_page_current_cpu(virtualAddress, handle);
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp1143 if (void* handle = load_driver_settings("kernel")) {
1144 sQEmuSingleStepHack = get_driver_boolean_parameter(handle,
1147 unload_driver_settings(handle);
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp603 fNotifyEndpoint = interface->endpoint[notifyEndpoint].handle;
604 fReadEndpoint = interface->endpoint[readEndpoint ].handle;
605 fWriteEndpoint = interface->endpoint[writeEndpoint ].handle;
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_print.c91 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, argument
97 n = ns_sprintrrf(ns_msg_base(*handle), ns_msg_size(*handle),
1120 /* XXX need to handle \nnn form. */
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DHub.cpp71 Object *object = GetStack()->GetObject(list->active->endpoint[0].handle);
320 // other port changes we do not really handle, report and clear them
/haiku/src/system/kernel/debug/
H A Ddebug.cpp1360 void* handle = load_driver_settings("kernel"); local
1361 if (handle != NULL) {
1362 const char* sizeString = get_driver_parameter(handle,
1372 unload_driver_settings(handle);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DStream.cpp256 fStreamEndpoint = interface->endpoint[i].handle;
257 TRACE(INF, "%s Stream Endpoint [address %#04x] handle is: %#010x.\n",
/haiku/src/add-ons/kernel/drivers/common/
H A Dusb_modeswitch.cpp494 device->bulk_in = endpoint->handle;
498 device->bulk_out = endpoint->handle;
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp934 // TODO: handle hart ID >= 64
1119 RISCV64VMPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) argument
1151 RISCV64VMPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) argument
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp596 uint8* handle = dst + i * bpr; local
598 *(uint32*)handle = color.data32;
599 handle += bpr;
628 uint32* handle = (uint32*)(dst + i * 4); local
630 *handle++ = color.data32;
1020 // uint32* handle = (uint32*)(offset + y1 * bpr);
1022 // *handle++ = color.data32;
1072 // uint32* handle = (uint32*)(offset + y1 * bpr);
1074 // *handle++ = gradientArray[y1 - top];
1102 // uint32* handle
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp765 void* handle; local
771 &handle);
808 vm_put_physical_page_current_cpu((addr_t)pageData, handle);
1108 // handle the ioctl
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1081 device->bulk_in = endpoint->handle;
1086 device->bulk_out = endpoint->handle;
1092 device->interrupt = endpoint->handle;
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp318 xfer->pipe = iface->endpoint[i].handle;
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c70 // handle for the USB bus manager
275 device->pipe = ii->endpoint[0].handle;
374 // otherwise the last device_free() will handle it
552 // handle time out
633 // the driver and also handle registering with the USB bus manager
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h192 int32_t handle; /* reference to filesystem to be changed */ member in struct:fsck_cmd
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A DL2capEndpoint.cpp487 buffer->type = fConnection->handle;
H A Dl2cap_signal.cpp349 command->type = conn->handle;
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp824 // handle indirect descriptor
920 // XXX: handle indirect ?
991 // handle indirect descriptor
1116 void **handle)
1123 put_physical_page_tmap(addr_t virtualAddress, void *handle) argument
1115 get_physical_page_tmap(addr_t physicalAddress, addr_t *_virtualAddress, void **handle) argument
/haiku/src/system/kernel/
H A Delf.cpp672 // FreeBSD implements it, but glibc doesn't handle it
2725 if (void* handle = load_driver_settings("kernel")) {
2726 sLoadElfSymbols = get_driver_boolean_parameter(handle, "load_symbols",
2729 unload_driver_settings(handle);
/haiku/src/system/kernel/vm/
H A Dvm.cpp1096 // to handle the private copies of pages as they are written to
2631 // We need to handle wired pages -- iterate through the cache's pages.
5099 vm_put_physical_page(addr_t vaddr, void* handle) argument
5101 return sPhysicalPageMapper->PutPage(vaddr, handle);
5113 vm_put_physical_page_current_cpu(addr_t vaddr, void* handle) argument
5115 return sPhysicalPageMapper->PutPageCurrentCPU(vaddr, handle);
5126 vm_put_physical_page_debug(addr_t vaddr, void* handle) argument
5128 return sPhysicalPageMapper->PutPageDebug(vaddr, handle);
6873 // The whole area is covered: let set_area_protection handle it.
/haiku/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h291 uint16 handle; member in struct:child_device_config
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp2704 // handle special cases
3196 // handle trivial special case -- both nodes are the same
3325 FUSEVolume::_AddReadDirEntryGetDir(fuse_dirh_t handle, const char* name, argument
3328 ReadDirBuffer* buffer = (ReadDirBuffer*)handle;

Completed in 509 milliseconds

12345678910