Searched defs:handle (Results 1 - 25 of 150) sorted by last modified time

123456

/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp64 AddConnection(uint16 handle, int type, const bdaddr_t& dst, hci_id hid) argument
136 RemoveConnection(uint16 handle, hci_id hid) argument
185 ConnectionByHandle(uint16 handle, hci_id hid) argument
[all...]
H A DBTCoreData.cpp32 ExistConnectionByHandle(uint16 handle, hci_id hid) argument
/haiku/headers/private/bluetooth/
H A DbtCoreData.h44 uint16 handle; member in struct:HciConnection
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp355 void* handle = parse_driver_settings_string(partition->Parameters()); local
/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/private/shared/
H A DAutoDeleter.h260 inline bool operator()(status_t handle) argument
276 inline HandleDeleter(C handle) argument
287 inline void SetTo(C handle) argument
319 C handle = fHandle; local
[all...]
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp348 evaluate_integer(acpi_module_info* acpi, acpi_handle handle, argument
[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...]
H A DACPIPrivate.h38 acpi_handle handle; member in struct:acpi_device_cookie
[all...]
H A DACPICAHaiku.cpp594 AcpiOsDeleteSemaphore(ACPI_SEMAPHORE handle) argument
615 AcpiOsWaitSemaphore(ACPI_SEMAPHORE handle, UINT32 units, UINT16 timeout) argument
660 AcpiOsSignalSemaphore(ACPI_SEMAPHORE handle, UINT32 units) argument
691 AcpiOsDeleteLock(ACPI_SPINLOCK handle) argument
699 AcpiOsAcquireLock(ACPI_SPINLOCK handle) argument
710 AcpiOsReleaseLock(ACPI_SPINLOCK handle, ACPI_CPU_FLAGS flags) argument
1282 AcpiOsDeleteMutex(ACPI_MUTEX handle) argument
1291 AcpiOsAcquireMutex(ACPI_MUTEX handle, UINT16 timeout) argument
1324 AcpiOsReleaseMutex(ACPI_MUTEX handle) argument
[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/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/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.cpp3325 FUSEVolume::_AddReadDirEntryGetDir(fuse_dirh_t handle, const char* name, argument
/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/mmc/
H A Dmmc_disk.cpp361 mmc_disk_handle* handle = new(std::nothrow) mmc_disk_handle; local
397 mmc_disk_handle* handle = (mmc_disk_handle*)cookie; local
408 mmc_disk_handle* handle = (mmc_disk_handle*)cookie; local
436 mmc_disk_handle* handle = (mmc_disk_handle*)cookie; local
463 mmc_disk_handle* handle = (mmc_disk_handle*)cookie; local
567 mmc_disk_handle* handle = (mmc_disk_handle*)cookie; local
[all...]
/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
323 virtio_block_handle* handle = (virtio_block_handle*)malloc( local
349 virtio_block_handle* handle = (virtio_block_handle*)cookie; local
360 virtio_block_handle* handle local
370 virtio_block_handle* handle = (virtio_block_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/servers/syslog_daemon/
H A DSyslogDaemon.cpp166 handler_func handle = (handler_func)fHandlers.ItemAt(i); local
/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/src/add-ons/kernel/drivers/input/virtio_input/
H A Dvirtio_input.cpp375 VirtioInputHandle* handle = (VirtioInputHandle*)cookie; local
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp125 of_call_method(uint32_t handle, const char *method, intptr_t numArgs, argument
138 intptr_t handle; member in struct:__anon7
184 intptr_t handle; member in struct:__anon8
408 intptr_t handle; member in struct:__anon19
419 of_close(intptr_t handle) argument
425 intptr_t handle; member in struct:__anon20
433 of_read(intptr_t handle, void *buffer, intptr_t bufferSize) argument
439 intptr_t handle; member in struct:__anon21
453 of_write(intptr_t handle, const void *buffer, intptr_t bufferSize) argument
459 intptr_t handle; member in struct:__anon22
473 of_seek(intptr_t handle, off_t pos) argument
483 intptr_t handle; member in struct:__anon23
497 of_blocks(intptr_t handle) argument
503 intptr_t handle; member in struct:__anon24
515 of_block_size(intptr_t handle) argument
521 intptr_t handle; member in struct:__anon25
[all...]
/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/system/boot/platform/atari_m68k/
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/debug/
H A Ddebug.cpp1360 void* handle = load_driver_settings("kernel"); local

Completed in 225 milliseconds

123456