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() argument
374 PVDevice pVDev = &pAdapter->VDevices[channel]; init_vdev_params() local
410 PVDevice pVDev; device_change() local
1218 PVDevice pVDev = Map2pVDevice(pDev); IdeRegisterVDevice() local
1253 PVDevice pVDev; init_adapter() local
2145 PVDevice pVDev = pAdapter->VBus.pVDevice[i]; FlushAdapter() local
2473 PVDevice pVDev; launch_worker_thread() local
2530 SetInquiryData(PINQUIRYDATA inquiryData,PVDevice pVDev) SetInquiryData() argument
2616 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; hpt_io_dmamap_callback() local
2661 PVDevice pVDev = pAdapter->VBus.pVDevice[ccb_h->target_id]; OsSendCommand() local
[all...]
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