Symbol: PDevice
sys/dev/raid/hptmv/array.h
215
void HPTLIBAPI fCheckArray(PDevice pDevice);
sys/dev/raid/hptmv/entry.c
1064
fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer)
sys/dev/raid/hptmv/entry.c
1069
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode)
sys/dev/raid/hptmv/entry.c
1102
int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth)
sys/dev/raid/hptmv/entry.c
1140
int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth)
sys/dev/raid/hptmv/entry.c
1145
int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable)
sys/dev/raid/hptmv/entry.c
1184
int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable)
sys/dev/raid/hptmv/entry.c
1227
IdeRegisterVDevice(PDevice pDev)
sys/dev/raid/hptmv/entry.c
1725
PDevice pDevice = &pVDevice->u.disk;
sys/dev/raid/hptmv/entry.c
214
PDevice pDevice = &pCmd->pVDevice->u.disk;
sys/dev/raid/hptmv/global.h
181
int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
sys/dev/raid/hptmv/global.h
182
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
sys/dev/raid/hptmv/global.h
183
int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
sys/dev/raid/hptmv/global.h
184
int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
sys/dev/raid/hptmv/global.h
185
int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
sys/dev/raid/hptmv/global.h
186
int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
sys/dev/raid/hptmv/gui_lib.c
1077
fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting);
sys/dev/raid/hptmv/hptproc.c
340
get_disk_name(char *name, PDevice pDev)
sys/dev/raid/hptmv/ioctl.c
68
get_disk_location(PDevice pDev, int *controller, int *channel)
sys/dev/raid/hptmv/vdevice.h
199
void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
sys/dev/raid/hptmv/vdevice.h
206
void HPTLIBAPI OsSetDeviceTable(PDevice pDevice, PIDENTIFY_DATA pIdentify);
sys/dev/raid/hptmv/vdevice.h
212
PDevice fGetDeviceTable(void);
sys/dev/raid/hptmv/vdevice.h
215
void OsReturnTable(PDevice pDevice);