Home
last modified time | relevance | path

Searched defs:pVDev (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/dev/raid/hptmv/
H A Dvdevice.h106 #define mIsArray(pVDev) (pVDev->VDeviceType>VD_SINGLE_DISK) argument
108 #define mIsArray(pVDev) 0 argument
175 #define FOR_EACH_DEV_ON_VBUS(pVBus, pVDev, i) \ argument
188 #define FOR_EACH_DEV_ON_ALL_VBUS(pVBus, pVDev, i) \ argument
236 #define RegisterVDevice(pVDev) do { } while (0) argument
237 #define OsRegisterDevice(pVDev) argument
238 #define OsUnregisterDevice(pVDev) argument
H A Dentry.c188 static void failDevice(PVDevice pVDev) in failDevice()
386 PVDevice pVDev = &pAdapter->VDevices[channel]; in init_vdev_params() local
422 PVDevice pVDev; in device_change() local
1229 PVDevice pVDev = Map2pVDevice(pDev); in IdeRegisterVDevice() local
1274 PVDevice pVDev; in init_adapter() local
2164 PVDevice pVDev = pAdapter->VBus.pVDevice[i]; in FlushAdapter() local
2490 PVDevice pVDev; in launch_worker_thread() local
2558 SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev) in SetInquiryData()
2642 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; in hpt_io_dmamap_callback() local
2683 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; in OsSendCommand() local
H A Dhptproc.c65 PVDevice pSubArray, pVDev; in hpt_set_asc_info() local
373 hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan) in hpt_copy_disk_info()
487 PVDevice pVDev; in hpt_get_info() local
H A Dioctl.c314 PVDevice pVDev; in Kernel_DeviceIoControl() local
H A Dosbsd.h245 #define VDEV_TO_ID(pVDev) (DEVICEID)(ULONG_PTR)(pVDev) argument