Home
last modified time | relevance | path

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

/freebsd/sys/dev/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) argument
237 #define OsRegisterDevice(pVDev) argument
238 #define OsUnregisterDevice(pVDev) argument
H A Dhptproc.c62 PVDevice pSubArray, pVDev; in hpt_set_asc_info() local
396 hpt_copy_disk_info(HPT_GET_INFO *pinfo, PVDevice pVDev, UINT iChan) in hpt_copy_disk_info()
510 PVDevice pVDev; in hpt_get_info() local
H A Dentry.c176 static void failDevice(PVDevice pVDev) in failDevice()
374 PVDevice pVDev = &pAdapter->VDevices[channel]; in init_vdev_params() local
410 PVDevice pVDev; in device_change() local
1217 PVDevice pVDev = Map2pVDevice(pDev); in IdeRegisterVDevice() local
1252 PVDevice pVDev; in init_adapter() local
2144 PVDevice pVDev = pAdapter->VBus.pVDevice[i]; in FlushAdapter() local
2472 PVDevice pVDev; in launch_worker_thread() local
2529 SetInquiryData(PINQUIRYDATA inquiryData, PVDevice pVDev) in SetInquiryData()
2615 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; in hpt_io_dmamap_callback() local
2660 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; in OsSendCommand() local
H A Dioctl.c312 PVDevice pVDev; in Kernel_DeviceIoControl() local
H A Dosbsd.h247 #define VDEV_TO_ID(pVDev) (DEVICEID)(pVDev) argument
251 #define VDEV_TO_ID(pVDev) (DEVICEID)(ULONG_PTR)(pVDev) argument