Searched defs:handle (Results 126 - 150 of 150) sorted by relevance

123456

/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp1281 void* handle = parse_driver_settings_string(parameters); local
1448 void* handle = parse_driver_settings_string(parameters); local
2217 void* handle = parse_driver_settings_string(parameters); local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c58 void *handle; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp334 set_feature(usb_id handle, uint16 selector) argument
346 clear_feature(usb_id handle, uint16 selector) argument
358 get_status(usb_id handle, uint16 *status) argument
/haiku/src/system/boot/platform/atari_m68k/
H A Ddevices.cpp587 BlockHandle::BlockHandle(int handle) argument
689 FloppyDrive::FloppyDrive(int handle) argument
870 BIOSDrive::BIOSDrive(int handle) argument
997 XHDIDrive(int handle, uint16 major, uint16 minor) argument
[all...]
H A Dtoscalls.h346 static inline int Bconput(int16 handle, const char *string) argument
367 static inline int Bconputs(int16 handle, const char *string) argument
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp1119 RISCV64VMPhysicalPageMapper::PutPage(addr_t virtualAddress, void* handle) argument
1151 RISCV64VMPhysicalPageMapper::PutPageDebug(addr_t virtualAddress, void* handle) argument
/haiku/src/add-ons/kernel/drivers/network/ether/virtio/
H A Dvirtio_net.cpp523 virtio_net_handle* handle = (virtio_net_handle*)malloc( local
575 virtio_net_handle* handle = (virtio_net_handle*)cookie; local
591 virtio_net_handle* handle = (virtio_net_handle*)cookie; local
614 virtio_net_handle* handle = (virtio_net_handle*)cookie; local
673 virtio_net_handle* handle = (virtio_net_handle*)cookie; local
733 virtio_net_handle* handle = (virtio_net_handle*)cookie; local
[all...]
/haiku/headers/os/drivers/
H A DACPI.h110 acpi_handle handle; member in struct:acpi_object_type::__anon8
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp564 virtio_gpu_handle* handle = (virtio_gpu_handle*)malloc( local
653 virtio_gpu_handle* handle = (virtio_gpu_handle*)cookie; local
669 virtio_gpu_handle* handle = (virtio_gpu_handle*)cookie; local
712 virtio_gpu_handle* handle = (virtio_gpu_handle*)cookie; local
[all...]
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp113 get_geometry(nvme_disk_handle* handle, device_geometry* geometry) argument
355 nvme_disk_handle* handle = (nvme_disk_handle*)malloc( local
382 nvme_disk_handle* handle = (nvme_disk_handle*)cookie; local
549 nvme_disk_bounced_io(nvme_disk_handle* handle, io_reques argument
624 nvme_disk_handle* handle = (nvme_disk_handle*)cookie; local
801 nvme_disk_handle* handle = (nvme_disk_handle*)cookie; local
824 nvme_disk_handle* handle = (nvme_disk_handle*)cookie; local
935 nvme_disk_handle* handle = (nvme_disk_handle*)cookie; local
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp300 get_name(acpi_handle handle, uint32 nameType, char* returnedName, argument
309 acquire_global_lock(uint16 timeout, uint32 *handle) argument
317 release_global_lock(uint32 handle) argument
349 enable_gpe(acpi_handle handle, uint32 gpeNumber) argument
356 disable_gpe(acpi_handle handle, uint32 gpeNumber) argument
363 clear_gpe(acpi_handle handle, uint32 gpeNumber) argument
370 set_gpe(acpi_handle handle, uint32 gpeNumber, uint8 action) argument
377 finish_gpe(acpi_handle handle, uint32 gpeNumber) argument
384 install_gpe_handler(acpi_handle handle, uint32 gpeNumber, uint32 type, acpi_gpe_handler handler, void *data) argument
393 remove_gpe_handler(acpi_handle handle, uint32 gpeNumber, acpi_gpe_handler address) argument
402 install_address_space_handler(acpi_handle handle, uint32 spaceId, acpi_adr_space_handler handler, acpi_adr_space_setup setup, void *data) argument
412 remove_address_space_handler(acpi_handle handle, uint32 spaceId, acpi_adr_space_handler handler) argument
536 ACPI_HANDLE handle; local
574 ACPI_HANDLE handle; local
598 ACPI_HANDLE handle; local
612 ACPI_HANDLE handle; local
634 ACPI_HANDLE handle; local
662 evaluate_object(acpi_handle handle, const char* object, acpi_objects *args, acpi_object_type* returnValue, size_t bufferLength) argument
681 evaluate_method(acpi_handle handle, const char* method, acpi_objects *args, acpi_data *returnValue) argument
[all...]
/haiku/src/system/runtime_loader/
H A Delf.cpp726 unload_library(void* handle, image_id imageID, bool addOn) argument
983 get_library_symbol(void* handle, void* caller, const char* symbolName, argument
[all...]
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_command.h219 uint16 handle; member in struct:hci_disconnect
225 uint16 handle; member in struct:hci_cp_add_sco
271 uint16 handle; member in struct:hci_cp_change_conn_ptype
277 uint16 handle; member in struct:hci_cp_auth_requested
282 uint16 handle; member in struct:hci_cp_set_conn_encrypt
288 uint16 handle; member in struct:hci_cp_change_conn_link_key
301 uint16 handle; member in struct:hci_cp_read_rmt_features
306 uint16 handle; member in struct:hci_cp_read_rmt_version
315 uint16 handle; member in struct:hci_cp_role_discovery
319 uint16 handle; member in struct:hci_rp_role_discovery
325 uint16 handle; member in struct:hci_cp_flow_specification
342 uint16 handle; member in struct:hci_cp_read_link_policy
346 uint16 handle; member in struct:hci_rp_read_link_policy
358 uint16 handle; member in struct:hci_cp_write_link_policy
363 uint16 handle; member in struct:hci_rp_write_link_policy
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dwin32_io.c282 HANDLE handle; member in struct:__anon144
508 static int ntfs_device_win32_lock(HANDLE handle) argument
482 ntfs_device_win32_simple_open_file(const char *filename, HANDLE *handle, int flags, BOOL locking) argument
529 ntfs_device_win32_unlock(HANDLE handle) argument
543 ntfs_device_win32_setlock(HANDLE handle, ULONG code) argument
572 ntfs_device_win32_dismount(HANDLE handle) argument
595 ntfs_device_win32_getsize(HANDLE handle) argument
621 ntfs_device_win32_getdisklength(HANDLE handle) argument
651 ntfs_device_win32_getntfssize(HANDLE handle) argument
689 ntfs_device_win32_getgeo(HANDLE handle, win32_fd *fd) argument
747 ntfs_device_win32_getntgeo(HANDLE handle, win32_fd *fd) argument
800 HANDLE handle; local
842 HANDLE handle; local
880 HANDLE handle; local
988 HANDLE handle; local
1060 ntfs_device_win32_find_partition(HANDLE handle, DWORD partition_id, s64 *part_offset, s64 *part_length, int *hidden_sectors) argument
1133 HANDLE handle; local
1342 HANDLE handle; local
1970 HANDLE handle; local
1992 win32_ftruncate(HANDLE handle, s64 size) argument
2035 HANDLE handle; local
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp765 void* handle; local
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp825 FileHandle* handle = NULL; local
899 FileHandle* handle = NULL; local
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...]
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp596 uint8* handle = dst + i * bpr; local
628 uint32* handle = (uint32*)(dst + i * 4); local
[all...]
/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
/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/system/kernel/debug/
H A Ddebug.cpp1360 void* handle = load_driver_settings("kernel"); local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp3325 FUSEVolume::_AddReadDirEntryGetDir(fuse_dirh_t handle, const char* name, argument
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h601 uint32 handle; // handle (needed to free memory) member in struct:__anon37
610 uint32 handle; // memory handle member in struct:__anon38
/haiku/src/system/kernel/vm/
H A Dvm.cpp5099 vm_put_physical_page(addr_t vaddr, void* handle) argument
5113 vm_put_physical_page_current_cpu(addr_t vaddr, void* handle) argument
5126 vm_put_physical_page_debug(addr_t vaddr, void* handle) argument
/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/headers/private/graphics/intel_extreme/
H A Dintel_extreme.h291 uint16 handle; member in struct:child_device_config

Completed in 344 milliseconds

123456