Symbol: hyperv_device
headers/private/hyperv/hyperv.h
53
uint32 (*get_bus_version)(hyperv_device cookie);
headers/private/hyperv/hyperv.h
54
status_t (*get_reference_counter)(hyperv_device cookie, uint64* _count);
headers/private/hyperv/hyperv.h
55
status_t (*open)(hyperv_device cookie, uint32 txLength, uint32 rxLength,
headers/private/hyperv/hyperv.h
57
void (*close)(hyperv_device cookie);
headers/private/hyperv/hyperv.h
58
status_t (*read_packet)(hyperv_device cookie, void* buffer, uint32* bufferLength,
headers/private/hyperv/hyperv.h
60
status_t (*write_packet)(hyperv_device cookie, uint16 type, const void* buffer,
headers/private/hyperv/hyperv.h
62
status_t (*write_gpa_packet)(hyperv_device cookie, uint32 rangeCount,
headers/private/hyperv/hyperv.h
65
status_t (*allocate_gpadl)(hyperv_device cookie, uint32 length, void** _buffer,
headers/private/hyperv/hyperv.h
67
status_t (*free_gpadl)(hyperv_device cookie, uint32 gpadl);
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
106
vmbus_device_write_gpa_packet(hyperv_device cookie, uint32 rangeCount,
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
117
vmbus_device_allocate_gpadl(hyperv_device cookie, uint32 length, void** _buffer, uint32* _gpadl)
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
125
vmbus_device_free_gpadl(hyperv_device cookie, uint32 gpadl)
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
51
vmbus_device_get_bus_version(hyperv_device cookie)
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
60
vmbus_device_get_reference_counter(hyperv_device cookie, uint64* _count)
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
69
vmbus_device_open(hyperv_device cookie, uint32 txLength, uint32 rxLength,
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
79
vmbus_device_close(hyperv_device cookie)
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
88
vmbus_device_read_packet(hyperv_device cookie, void* buffer, uint32* bufferLength,
src/add-ons/kernel/bus_managers/hyperv/VMBusDeviceModule.cpp
97
vmbus_device_write_packet(hyperv_device cookie, uint16 type, const void* buffer, uint32 length,
src/add-ons/kernel/busses/scsi/hyperv/HyperVSCSI.h
99
hyperv_device fHyperVCookie;
src/add-ons/kernel/drivers/hyperv/hyperv_ic/ICBase.h
43
hyperv_device fHyperVCookie;
src/add-ons/kernel/drivers/input/hyperv_hid/Driver.cpp
21
hyperv_device hyperv_cookie;
src/add-ons/kernel/drivers/input/hyperv_hid/HIDDevice.cpp
18
hyperv_device hyperv_cookie)
src/add-ons/kernel/drivers/input/hyperv_hid/HIDDevice.h
29
hyperv_device hyperv_cookie);
src/add-ons/kernel/drivers/input/hyperv_hid/HIDDevice.h
64
hyperv_device fHyperVCookie;