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

/freebsd-11-stable/sys/dev/hptmv/
H A Dglobal.h100 Device, *PDevice; typedef in typeref:struct:_Device
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 Darray.h215 void HPTLIBAPI fCheckArray(PDevice pDevice);
H A Dentry.c205 PDevice pDevice = &pCmd->pVDevice->u.disk;
1056 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer)
1061 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode)
1094 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth)
1132 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth)
1137 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable)
1176 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable)
1219 IdeRegisterVDevice(PDevice pDev)
1711 PDevice pDevice = &pVDevice->u.disk;
H A Dhptproc.c366 get_disk_name(char *name, PDevice pDev)
H A Dioctl.c68 get_disk_location(PDevice pDev, int *controller, int *channel)
H A Dgui_lib.c1077 fDeSelectMode((PDevice)&(pVDevice->u.disk), (UCHAR)pInfo->DeviceModeSetting);

Completed in 88 milliseconds