Symbol: PDevice
sys/dev/hptmv/array.h
215
void HPTLIBAPI fCheckArray(PDevice pDevice);
sys/dev/hptmv/entry.c
1051
fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer)
sys/dev/hptmv/entry.c
1056
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode)
sys/dev/hptmv/entry.c
1089
int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth)
sys/dev/hptmv/entry.c
1127
int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth)
sys/dev/hptmv/entry.c
1132
int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable)
sys/dev/hptmv/entry.c
1171
int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable)
sys/dev/hptmv/entry.c
1214
IdeRegisterVDevice(PDevice pDev)
sys/dev/hptmv/entry.c
1706
PDevice pDevice = &pVDevice->u.disk;
sys/dev/hptmv/entry.c
201
PDevice pDevice = &pCmd->pVDevice->u.disk;
sys/dev/hptmv/global.h
186
int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
sys/dev/hptmv/global.h
187
void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
sys/dev/hptmv/global.h
188
int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
sys/dev/hptmv/global.h
189
int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
sys/dev/hptmv/global.h
190
int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
sys/dev/hptmv/global.h
191
int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
sys/dev/hptmv/gui_lib.c
1075
fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting);
sys/dev/hptmv/hptproc.c
366
get_disk_name(char *name, PDevice pDev)
sys/dev/hptmv/ioctl.c
68
get_disk_location(PDevice pDev, int *controller, int *channel)
sys/dev/hptmv/vdevice.h
199
void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
sys/dev/hptmv/vdevice.h
206
void HPTLIBAPI OsSetDeviceTable(PDevice pDevice, PIDENTIFY_DATA pIdentify);
sys/dev/hptmv/vdevice.h
212
PDevice fGetDeviceTable(void);
sys/dev/hptmv/vdevice.h
215
void OsReturnTable(PDevice pDevice);