Symbol: PUCHAR
sys/dev/raid/hptmv/atapi.h
358
#define mGetErrorCode(IOPort) (UCHAR)InPort((PUCHAR)&IOPort->Data+1)
sys/dev/raid/hptmv/atapi.h
359
#define mSetFeaturePort(IOPort,x) OutPort((PUCHAR)&IOPort->Data+1, x)
sys/dev/raid/hptmv/atapi.h
364
#define mGetBlockNumber(IOPort) (UCHAR)InPort((PUCHAR)&IOPort->BlockNumber)
sys/dev/raid/hptmv/entry.c
1406
pAdapter->prdTableAddr = (PUCHAR)contigmalloc(
sys/dev/raid/hptmv/entry.c
1414
pAdapter->prdTableAlignedAddr = (PUCHAR)(((ULONG_PTR)pAdapter->prdTableAddr + 0x1f) & ~(ULONG_PTR)0x1fL);
sys/dev/raid/hptmv/entry.c
1416
PUCHAR PRDTable = pAdapter->prdTableAlignedAddr;
sys/dev/raid/hptmv/entry.c
2579
inquiryData->VendorId[i] = ((PUCHAR)pIdentify->ModelNumber)[i + 1];
sys/dev/raid/hptmv/entry.c
2580
inquiryData->VendorId[i+1] = ((PUCHAR)pIdentify->ModelNumber)[i];
sys/dev/raid/hptmv/entry.c
2590
inquiryData->ProductRevisionLevel[i] = ((PUCHAR)pIdentify->FirmwareRevision)[i+1];
sys/dev/raid/hptmv/entry.c
2591
inquiryData->ProductRevisionLevel[i+1] = ((PUCHAR)pIdentify->FirmwareRevision)[i];
sys/dev/raid/hptmv/gui_lib.c
987
DECLARE_BUFFER(PUCHAR, pbuffer);
sys/dev/raid/hptmv/hptproc.c
262
PUCHAR ke_area;
sys/dev/raid/hptmv/osbsd.h
178
PUCHAR prdTableAddr;
sys/dev/raid/hptmv/osbsd.h
179
PUCHAR prdTableAlignedAddr;
sys/dev/raid/hptmv/raid5n.h
110
PUCHAR page_base_virt;
sys/dev/raid/hptmv/raid5n.h
111
PUCHAR page_current;
sys/dev/raid/hptmv/raid5n.h
45
if (tocache) memcpy((PUCHAR)(cache), (PUCHAR)(host), bytes); \
sys/dev/raid/hptmv/raid5n.h
46
else memcpy((PUCHAR)(host), (PUCHAR)(cache), bytes)