Searched refs:gSCSIExecIOPBPtrLen (Results 1 - 2 of 2) sorted by path

/macosx-10.10.1/pdisk-9/
H A DDoSCSICommand.c73 UInt32 gSCSIExecIOPBPtrLen; variable
227 clear_memory(gSCSIExecIOPBPtr, gSCSIExecIOPBPtrLen);
229 PB.scsiPBLength = gSCSIExecIOPBPtrLen;
644 gSCSIExecIOPBPtrLen = PB.scsiMaxIOpbSize;
645 if (gSCSIExecIOPBPtrLen != 0)
646 gSCSIExecIOPBPtr = (SCSIExecIOPB *) NewPtrClear(gSCSIExecIOPBPtrLen);
H A DDoSCSICommand.h98 EXTERN UInt32 gSCSIExecIOPBPtrLen; variable

Completed in 269 milliseconds