Searched refs:VDevice (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/hptmv/
H A Dvdevice.h68 void (* HPTLIBAPI pfnSendCommand)(_VBUS_ARG PCommand pCmd); /* call this to send a command to a VDevice */
69 void (* HPTLIBAPI pfnDeviceFailed)(_VBUS_ARG PVDevice pVDev); /* call this when a VDevice failed */
78 } VDevice; typedef in typeref:struct:_VDevice
80 #define ARRAY_VDEV_SIZE (offsetof(VDevice, u) + sizeof(RaidArray))
81 #define DISK_VDEV_SIZE (offsetof(VDevice, u) + sizeof(Device))

Completed in 121 milliseconds