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

12345678910

/haiku/src/system/kernel/arch/m68k/paging/
H A Dm68k_physical_page_mapper_large_memory.cpp142 addr_t* virtualAddress, void** handle);
143 virtual status_t PutPage(addr_t virtualAddress, void* handle);
146 addr_t* virtualAddress, void** handle);
148 void* handle);
151 addr_t* virtualAddress, void** handle);
153 void* handle);
497 addr_t* virtualAddress, void** handle)
506 *handle = slot;
517 LargeMemoryPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) argument
519 PutSlot((PhysicalPageSlot*)handle);
496 GetPage(phys_addr_t physicalAddress, addr_t* virtualAddress, void** handle) argument
525 GetPageCurrentCPU(phys_addr_t physicalAddress, addr_t* virtualAddress, void** handle) argument
542 PutPageCurrentCPU(addr_t virtualAddress, void* handle) argument
554 GetPageDebug(phys_addr_t physicalAddress, addr_t* virtualAddress, void** handle) argument
566 PutPageDebug(addr_t virtualAddress, void* handle) argument
[all...]
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp137 addr_t* virtualAddress, void** handle);
138 virtual status_t PutPage(addr_t virtualAddress, void* handle);
141 addr_t* virtualAddress, void** handle);
143 void* handle);
146 addr_t* virtualAddress, void** handle);
148 void* handle);
499 addr_t* virtualAddress, void** handle)
508 *handle = slot;
519 LargeMemoryPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) argument
521 PutSlot((PhysicalPageSlot*)handle);
498 GetPage(phys_addr_t physicalAddress, addr_t* virtualAddress, void** handle) argument
527 GetPageCurrentCPU(phys_addr_t physicalAddress, addr_t* virtualAddress, void** handle) argument
544 PutPageCurrentCPU(addr_t virtualAddress, void* handle) argument
556 GetPageDebug(phys_addr_t physicalAddress, addr_t* virtualAddress, void** handle) argument
568 PutPageDebug(addr_t virtualAddress, void* handle) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.cpp199 FileHandle handle; local
200 result = reply.GetFH(&handle);
210 fHandle = handle;
211 fNames->fHandle = handle;
H A DNFS4Server.cpp324 FileHandle handle; local
326 status_t result = request->Recall(&handle, truncate, &stateSeq, stateID);
335 delegation = current->GetDelegation(handle);
365 FileHandle handle; local
368 status_t result = request->GetAttr(&handle, &mask);
377 delegation = current->GetDelegation(handle);
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c158 ns_msg *handle, ns_sect section,
180 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode);
183 if (ns_parserr(handle, section, rrnum, &rr)) {
255 n = ns_sprintrr(handle, &rr, NULL, NULL,
290 ns_msg handle; local
294 if (ns_initparse(msg, len, &handle) < 0) {
298 opcode = ns_msg_getflag(handle, ns_f_opcode);
299 rcode = ns_msg_getflag(handle, ns_f_rcode);
300 id = ns_msg_id(handle);
301 qdcount = ns_msg_count(handle, ns_s_q
157 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
[all...]
/haiku/src/add-ons/translators/tiff/
H A DTIFFTranslator.cpp36 functions for reading writing etc. and a handle. This handle in our case
38 writing etc. So when operations are performed on the TIFF* handle that is
197 // get TIFF handle
248 // close TIFF if caller is not interested in TIFF handle
251 // leave TIFF open and return handle if caller needs it
280 uint8* handle = buffer; local
282 uint8 temp = handle[0];
283 handle[0] = handle[
297 uint8* handle = buffer; local
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Dapm.cpp299 void *handle = load_driver_settings("kernel"); local
300 if (handle != NULL) {
301 apm = get_driver_boolean_parameter(handle, "apm", false, false);
302 unload_driver_settings(handle);
305 handle = load_driver_settings(B_SAFEMODE_DRIVER_SETTINGS);
306 if (handle != NULL) {
307 apm = !get_driver_boolean_parameter(handle, B_SAFEMODE_DISABLE_APM, !apm, !apm);
308 unload_driver_settings(handle);
/haiku/src/system/kernel/arch/x86/
H A Darch_debug_console.cpp455 void *handle; local
458 handle = load_driver_settings("kernel");
459 if (handle != NULL) {
460 const char *value = get_driver_parameter(handle, "serial_debug_port",
476 value = get_driver_parameter(handle, "serial_debug_speed", NULL, NULL);
490 unload_driver_settings(handle);
/haiku/src/kits/media/experimental/
H A DMediaClient.cpp562 const media_connection& handle = conn->Connection(); local
563 if (handle.IsInput()) {
565 handle.remote_node.node, handle.source,
566 handle._Node().node, handle.destination);
569 handle._Node().node, handle.source,
570 handle.remote_node.node, handle
[all...]
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp341 //status_t status = handle->pending_error;
391 periph_ioctl(scsi_periph_handle_info *handle, int op, void *buffer, argument
401 if (handle->device->removable)
402 status = periph_get_media_status(handle);
420 if (handle->device->scsi->ioctl != NULL) {
421 status_t status = handle->device->scsi->ioctl(
422 handle->device->scsi_device, op, buffer, length);
429 if (gDeviceManager->get_attr_string(handle->device->node,
435 if (gDeviceManager->get_attr_string(handle->device->node,
450 return inquiry(handle
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c82 uint64 handle; member in struct:nbd_request_entry
113 status_t nbd_dequeue_request(struct nbd_device *dev, uint64 handle, struct nbd_request_entry **req);
174 uint64 handle; local
189 handle = dev->req++;
206 r->handle = handle;
213 r->req.handle = B_HOST_TO_BENDIAN_INT64(r->handle);
232 PRINT((DP ">%s(handle:%" B_PRIu64 ")\n", __FUNCTION__, req->handle));
239 nbd_dequeue_request(struct nbd_device *dev, uint64 handle, struct nbd_request_entry **req) argument
805 void *handle; local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp247 // create the query handle map
825 FileHandle* handle = NULL; local
828 result = volume->Open(entry->GetNode(), openMode, &handle);
830 NodeHandleUnlocker handleUnlocker(volume, handle);
836 reply.cookie = handle->GetCookie();
845 // close the handle, if a send error occurred
847 volume->Close(handle);
899 FileHandle* handle = NULL; local
901 result = volume->Open(node, openMode, &handle);
902 NodeHandleUnlocker handleUnlocker(volume, handle);
942 NodeHandle* handle = NULL; local
957 QueryHandle* handle = NULL; local
988 NodeHandle* handle = NULL; local
1070 NodeHandle* handle = NULL; local
1601 DirIterator* handle = NULL; local
1648 NodeHandle* handle = NULL; local
1904 AttrDirIterator* handle = NULL; local
1950 NodeHandle* handle = NULL; local
2037 FileHandle* handle = NULL; local
2193 FileHandle* handle = NULL; local
2275 FileHandle* handle = NULL; local
2337 FileHandle* handle = NULL; local
2375 QueryHandle* handle = NULL; local
2417 QueryHandle* handle = NULL; local
3265 _CloseQuery(QueryHandle* handle) argument
3279 NodeHandle* handle; local
[all...]
H A DClientVolume.h81 FileHandle** handle);
86 status_t Close(NodeHandle* handle);
89 NodeHandle** handle);
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_block.cpp140 get_geometry(virtio_block_handle* handle, device_geometry* geometry) argument
142 virtio_block_driver_info* info = handle->info;
323 virtio_block_handle* handle = (virtio_block_handle*)malloc( local
325 if (handle == NULL)
328 handle->info = info;
330 *_cookie = handle;
338 //virtio_block_handle* handle = (virtio_block_handle*)cookie;
349 virtio_block_handle* handle = (virtio_block_handle*)cookie; local
351 free(handle);
360 virtio_block_handle* handle local
370 virtio_block_handle* handle = (virtio_block_handle*)cookie; local
[all...]
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DMessageDriverSettingsUtils.cpp134 void *handle = load_driver_settings(name); local
135 if (!handle)
137 const driver_settings *settings = get_driver_settings(handle);
139 unload_driver_settings(handle);
149 unload_driver_settings(handle);
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2transactions.cpp75 error = usb->queue_interrupt(bdev->intr_in_ep->handle, data,
114 error = usb->queue_bulk(bdev->bulk_in_ep->handle, data,
142 status = usb->queue_interrupt(bdev->intr_in_ep->handle, buf, size,
167 status = usb->queue_bulk(bdev->bulk_in_ep->handle, buf, size,
297 error = usb->queue_bulk(bdev->bulk_out_ep->handle, nb_get_whole_buffer(nbuf),
/haiku/src/add-ons/network_settings/dialup/
H A DMessageDriverSettingsUtils.cpp136 void *handle = load_driver_settings(name); local
137 if(!handle)
139 const driver_settings *settings = get_driver_settings(handle);
141 unload_driver_settings(handle);
151 unload_driver_settings(handle);
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIAsus.cpp42 static void _NotifyHandler(acpi_handle handle,
44 void _Notify(acpi_handle handle, uint32 notify);
173 WMIAsus::_NotifyHandler(acpi_handle handle, uint32 notify, void *context) argument
176 device->_Notify(handle, notify);
181 WMIAsus::_Notify(acpi_handle handle, uint32 notify) argument
/haiku/headers/os/drivers/
H A DUSB3.h48 usb_endpoint_descriptor *descr; /* descriptor and handle */
49 usb_pipe handle; /* of this endpoint/pipe */ member in struct:usb_endpoint_info
53 usb_interface_descriptor *descr; /* descriptor and handle */
54 usb_interface handle; /* of this interface */ member in struct:usb_interface_info
141 * The provided handle may be a usb_device, usb_pipe or usb_interface
143 status_t (*set_feature)(usb_id handle, uint16 selector);
144 status_t (*clear_feature)(usb_id handle, uint16 selector);
145 status_t (*get_status)(usb_id handle, uint16 *status);
234 * the device handle you get stays valid while you are using it. If it gets
248 * device handle
[all...]
/haiku/headers/os/drivers/pcmcia/
H A Dds.h43 window_handle_t handle; member in struct:win_info_t
136 client_handle_t handle; member in struct:dev_link_t
175 int (*get_handle)(int socket, client_handle_t *handle);
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DKLSI.cpp31 SetControlPipe(endpoint->handle);
37 SetReadPipe(endpoint->handle);
40 SetWritePipe(endpoint->handle);
H A DSerialDevice.h42 void SetControlPipe(usb_pipe handle);
45 void SetReadPipe(usb_pipe handle);
48 void SetWritePipe(usb_pipe handle);
107 usb_device fDevice; // USB device handle
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc.c201 * That command is linked to the handle noted here. This handle is then used to
207 ACCW(HT_HANDL_00, (0x80000000 | NV10_CONTEXT_SURFACES_2D)); /* 32bit handle (not used) */
210 ACCW(HT_HANDL_01, (0x80000000 | NV_IMAGE_BLIT)); /* 32bit handle */
213 ACCW(HT_HANDL_02, (0x80000000 | NV4_GDI_RECTANGLE_TEXT)); /* 32bit handle */
217 ACCW(HT_HANDL_10, (0x80000000 | NV_ROP5_SOLID)); /* 32bit handle */
220 ACCW(HT_HANDL_11, (0x80000000 | NV_IMAGE_BLACK_RECTANGLE)); /* 32bit handle */
223 ACCW(HT_HANDL_12, (0x80000000 | NV_IMAGE_PATTERN)); /* 32bit handle */
229 ACCW(HT_HANDL_00, (0x80000000 | NV4_SURFACE)); /* 32bit handle */
232 ACCW(HT_HANDL_01, (0x80000000 | NV_IMAGE_BLIT)); /* 32bit handle */
[all...]
/haiku/src/kits/storage/disk_device/
H A DPartitionDelegate.cpp76 // init disk system and handle
86 BPartitionHandle* handle; local
87 status_t error = addOn->CreatePartitionHandle(&fMutablePartition, &handle);
89 TRACE(" failed to create partition handle for partition %ld, disk "
97 // handle
99 fPartitionHandle = handle;
370 TRACE(" no partition handle!\n");
450 BPartitionHandle* handle;
452 &handle);
460 fPartitionHandle = handle;
[all...]
/haiku/src/libs/compat/freebsd_network/compat/machine/generic/
H A Dbus.h27 bus_space_read_1(bus_space_tag_t tag, bus_space_handle_t handle, argument
32 return (*(volatile u_int8_t *)(handle + offset));
37 bus_space_read_2(bus_space_tag_t tag, bus_space_handle_t handle, argument
42 return (*(volatile u_int16_t *)(handle + offset));
47 bus_space_read_4(bus_space_tag_t tag, bus_space_handle_t handle, argument
52 return (*(volatile u_int32_t *)(handle + offset));
57 bus_space_read_8(bus_space_tag_t tag, bus_space_handle_t handle, argument
62 return (*(volatile uint64_t *)(handle + offset));

Completed in 361 milliseconds

12345678910