Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/hptmv/
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) argument
237 #define OsRegisterDevice(pVDev) argument
238 #define OsUnregisterDevice(pVDev) argument
Dhptproc.c65 PVDevice pSubArray, pVDev; in hpt_set_asc_info() local
372 hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan) in hpt_copy_disk_info()
486 PVDevice pVDev; in hpt_get_info() local
Dentry.c221 static void failDevice(PVDevice pVDev) in failDevice()
419 PVDevice pVDev = &pAdapter->VDevices[channel]; in init_vdev_params() local
455 PVDevice pVDev; in device_change() local
1262 PVDevice pVDev = Map2pVDevice(pDev); in IdeRegisterVDevice() local
1309 PVDevice pVDev; in init_adapter() local
2219 PVDevice pVDev = pAdapter->VBus.pVDevice[i]; in FlushAdapter() local
2592 PVDevice pVDev; in launch_worker_thread() local
2653 SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev) in SetInquiryData()
2737 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; in hpt_io_dmamap_callback() local
2782 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; in OsSendCommand() local
Dioctl.c331 PVDevice pVDev; in Kernel_DeviceIoControl() local
Dosbsd.h262 #define VDEV_TO_ID(pVDev) (DEVICEID)(pVDev) argument
266 #define VDEV_TO_ID(pVDev) (DEVICEID)(ULONG_PTR)(pVDev) argument