Home
last modified time | relevance | path

Searched refs:PDevice (Results 1 – 7 of 7) sorted by relevance

/src/sys/dev/hptmv/
H A Dglobal.h100 Device, *PDevice; typedef
186 int HPTLIBAPI fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer);
187 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode);
188 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth);
189 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth);
190 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable);
191 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable);
H A Dvdevice.h199 void HPTLIBAPI IdeRegisterDevice(PDevice pDev);
206 void HPTLIBAPI OsSetDeviceTable(PDevice pDevice, PIDENTIFY_DATA pIdentify);
212 PDevice fGetDeviceTable(void);
215 void OsReturnTable(PDevice pDevice);
H A Dentry.c201 PDevice pDevice = &pCmd->pVDevice->u.disk; in handleEdmaError()
1051 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite()
1056 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode()
1089 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) in fDeSetTCQ()
1127 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) in fDeSetNCQ()
1132 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) in fDeSetWriteCache()
1171 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead()
1214 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice()
1706 PDevice pDevice = &pVDevice->u.disk; in fDeviceSendCommand()
H A Darray.h215 void HPTLIBAPI fCheckArray(PDevice pDevice);
H A Dhptproc.c366 get_disk_name(char *name, PDevice pDev) in get_disk_name()
H A Dioctl.c68 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location()
H A Dgui_lib.c1075 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting); in hpt_set_device_info_v2()