Searched defs:pDev (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/dev/raid/hptmv/ |
H A D | entry.c | 1064 fDeReadWrite(PDevice pDev, ULONG Lba, UCHAR Cmd, void *tmpBuffer) in fDeReadWrite() 1069 void HPTLIBAPI fDeSelectMode(PDevice pDev, UCHAR NewMode) in fDeSelectMode() 1102 int HPTLIBAPI fDeSetTCQ(PDevice pDev, int enable, int depth) in fDeSetTCQ() 1140 int HPTLIBAPI fDeSetNCQ(PDevice pDev, int enable, int depth) in fDeSetNCQ() 1145 int HPTLIBAPI fDeSetWriteCache(PDevice pDev, int enable) in fDeSetWriteCache() 1184 int HPTLIBAPI fDeSetReadAhead(PDevice pDev, int enable) in fDeSetReadAhead() 1227 IdeRegisterVDevice(PDevice pDev) in IdeRegisterVDevice()
|
H A D | hptproc.c | 340 get_disk_name(char *name, PDevice pDev) in get_disk_name()
|
H A D | ioctl.c | 68 get_disk_location(PDevice pDev, int *controller, int *channel) in get_disk_location()
|
H A D | vdevice.h | 83 #define Map2pVDevice(pDev) ((PVDevice)((UINT_PTR)pDev - __offsetof(VDevice, u.disk))) argument
|