Searched refs:UInt8 (Results 176 - 200 of 891) sorted by relevance

1234567891011>>

/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVFamily.h220 UInt8 cmdType_respCode; // cmd type/resp onse code
221 UInt8 headerAddress;
222 UInt8 opcode;
223 UInt8 operand[5];
250 UInt8 eventData[kEventSpecificDataSize];
328 OSErr DVSetWriteSignalMode( DVDeviceRefNum refNum, UInt8 mode);
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp162 IOReturn IOFireWireAVCAsynchronousCommand::init(const UInt8 * command,
174 pCommandBuf = new UInt8[len];
328 IOReturn IOFireWireAVCAsynchronousCommand::reinit(const UInt8 * command, UInt32 len)
364 pCommandBuf = new UInt8[len];
468 UInt8 *pResponseBytes = (UInt8*) buf;
587 pCmd->pInterimResponseBuf = new UInt8[len];
609 pCmd->pFinalResponseBuf = new UInt8[len];
680 UInt8 cmd[8],response[8];
748 UInt8 va
[all...]
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIODataQueueClient.c152 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail);
169 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue);
187 ((IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail))->size = dataSize;
204 entry = (IODataQueueEntry *)((UInt8 *)dataQueue->queue + tail);
315 appendix = (IODataQueueAppendix *)((UInt8 *)dataQueue + queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE);
333 appendix = (IODataQueueAppendix *)((UInt8 *)dataQueue + queueSize + DATA_QUEUE_MEMORY_HEADER_SIZE);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_ssl/sslViewer/
H A DioSock.c89 const UInt8 *buf)
365 UInt8 *currData = (UInt8 *)data;
426 tprintf("SocketRead", initLen, *dataLength, (UInt8 *)data);
453 const UInt8 *dataPtr = (UInt8 *)data;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/clAppUtils/
H A DioSock.c66 const UInt8 *buf)
338 UInt8 *currData = (UInt8 *)data;
399 tprintf("SocketRead", initLen, *dataLength, (UInt8 *)data);
426 const UInt8 *dataPtr = (UInt8 *)data;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/threadTest/
H A DioSockThr.c66 const UInt8 *buf)
244 UInt8 *currData = (UInt8 *)data;
289 tprintf("SocketRead", initLen, *dataLength, (UInt8 *)data);
309 const UInt8 *dataPtr = (UInt8 *)data;
/macosx-10.10.1/WebKit-7600.1.25/mac/History/
H A DHistoryPropertyList.mm47 UInt8* HistoryPropertyListWriter::buffer(size_t size)
50 m_buffer = static_cast<UInt8*>(CFAllocatorAllocate(0, size, 0));
57 UInt8* buffer = m_buffer;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfsref.m35 rc = FSPathMakeRef((UInt8*)[path UTF8String],
46 UInt8 buffer[256];
62 rc = FSPathMakeRef((UInt8*)[path UTF8String],
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dfsref.m38 rc = FSPathMakeRef((UInt8*)[path UTF8String],
49 UInt8 buffer[256];
65 rc = FSPathMakeRef((UInt8*)[path UTF8String],
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPM.h734 UInt8 month;
735 UInt8 day;
736 UInt8 hour;
737 UInt8 minute;
738 UInt8 second;
739 UInt8 selector;
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsTypes.h540 UInt8 charSizeHorizontalActive;
541 UInt8 charSizeHorizontalBlanking;
542 UInt8 charSizeHorizontalSyncOffset;
543 UInt8 charSizeHorizontalSyncPulse;
545 UInt8 charSizeVerticalActive;
546 UInt8 charSizeVerticalBlanking;
547 UInt8 charSizeVerticalSyncOffset;
548 UInt8 charSizeVerticalSyncPulse;
550 UInt8 charSizeHorizontalBorderLeft;
551 UInt8 charSizeHorizontalBorderRigh
[all...]
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSITargetEmulator.cpp586 UInt8 * cdb,
587 UInt8 cdbLen,
593 UInt8 * senseBufferLen )
611 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) );
733 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) );
762 UInt8 * cdb,
763 UInt8 cdbLen,
769 UInt8 * senseBufferLen )
787 UInt8 amount = min ( *senseBufferLen, sizeof ( SCSI_Sense_Data ) );
905 UInt8 amoun
[all...]
/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPBusInterface.h121 UInt8 fFastRetryUnsetTimer;
328 IOReturn createAsyncStreamRxClient(UInt8 speed, UInt32 channel, MCB *mcb);
503 DRB *getDrbFromFwAddr(UInt8 *fwaddr);
511 ARB *getArbFromFwAddr(UInt8 *fwaddr);
513 static ARB *staticGetArbFromFwAddr(void *refcon, UInt8 *fwaddr);
540 void releaseDRB(UInt8 *fwaddr);
544 void releaseARB(UInt8 *fwaddr);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DBTreeTreeOps.c61 UInt8 * recPtr,
79 UInt8 * recPtr,
121 UInt8 * recPtr,
134 UInt8 *recPtr,
147 static void PrintKey( UInt8 * myPtr, int mySize );
201 UInt8 * dataPtr;
353 UInt8 * recPtr,
460 UInt8 * recPtr;
496 primaryKey->recPtr = (UInt8 *) &targetNodeNum;
525 insertKeyPtr->recPtr = (UInt8 *)
[all...]
/macosx-10.10.1/kext_tools-384.1.4/
H A Dmkext1_file.c145 adler_point = (UInt8 *)&mkextHeader->version;
147 (UInt8 *)&mkextHeader->version,
181 /* resolveToBase */ false, (UInt8 *)kextPath, sizeof(kextPath))) {
280 const UInt8 * mkextStart = NULL; // must calc after changing length!
281 UInt8 * addedDataStart = NULL; // must calc after changing length!
282 UInt8 * addedDataEnd = NULL; // do not free
308 addedDataStart = (UInt8 *)mkextStart + origCompressOffset;
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOPlatformExpert.h67 extern UInt32 PESavePanicInfo(UInt8 *buffer, UInt32 length);
181 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
241 /* virtual */ IOReturn readXPRAM(IOByteCount offset, UInt8 * buffer,
244 /* virtual */ IOReturn writeXPRAM(IOByteCount offset, UInt8 * buffer,
261 IOByteCount offset, UInt8 * buffer,
265 IOByteCount offset, UInt8 * buffer,
268 virtual IOByteCount savePanicInfo(UInt8 *buffer, IOByteCount length);
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/IOKit/ndrvsupport/
H A DIOMacOSVideo.h538 UInt8 csConnectTaggedType; /* type of tagging */
539 UInt8 csConnectTaggedData; /* tagging data */
568 typedef UInt8 RawSenseCode;
599 typedef UInt8 ExtendedSenseCode;
700 UInt8 csID;
707 UInt8 csMode;
708 UInt8 csFlags;
991 UInt8 csCharSizeHorizontalActive; /* Character size */
992 UInt8 csCharSizeHorizontalBlanking; /* Character size */
993 UInt8 csCharSizeHorizontalSyncOffse
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/sshKey/
H A DsshKey.cpp87 UInt8 buf[sizeof(uint32_t)];
100 UInt8 buf[sizeof(uint16_t)];
170 CFDataAppendBytes(cfOut, (UInt8 *)outBytes, numBytes);
230 UInt8 z = 0;
249 CFDataAppendBytes(cfOut, (const UInt8 *)buf, strlen(buf));
261 CFDataAppendBytes(cfOut, (UInt8 *)str, strLen);
674 CFDataAppendBytes(cfOut, (const UInt8 *)authfile_id_string, strlen(authfile_id_string) + 1);
677 UInt8 cipherSpec = SSH_CIPHER_3DES;
681 UInt8 spares[4] = {0};
699 CFDataAppendBytes(cfOut, (const UInt8 *)commen
[all...]
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dhotplug_macosx.c75 UInt8 m_NotEOV; /* set to 1 for any driver before the end */
76 UInt8 m_initialized; /* set to 1 on successful intialization */
80 UInt8 m_class; /* class of a non product specific driver */
81 UInt8 m_subClass; /* subClass of a non product specific driver */
82 UInt8 m_protocol; /* protocol of a non product specific driver */
207 UInt8 gotVendorId = 0;
209 UInt8 gotProductId = 0;
241 UInt8 class;
242 UInt8 subClass;
243 UInt8 protoco
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/IrDA/IO/
H A DCIrDevice.cpp147 CIrDevice::SetLAPAddress(UInt8 addr) // Set our LAP address
160 CIrDevice::ValidFrameAddress(UInt8 aField)
252 void CIrDevice::ReadComplete(UInt8 *buffer, UInt32 length)
262 UInt8 *b = buffer;
358 UInt8 *b = ctlBuffer; // start with control buffer, then switch to data buffer
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDElementPrivate.h170 virtual bool processReport( UInt8 reportID,
177 virtual bool createReport( UInt8 reportID,
182 virtual bool processArrayReport(UInt8 reportID,
187 virtual bool createDuplicateReport(UInt8 reportID,
191 virtual bool createArrayReport(UInt8 reportID,
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/
H A DSCSIParallelTask.cpp358 UInt8
381 UInt8
482 UInt8 senseDataSize )
495 UInt8 senseDataSize )
505 UInt8
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncryptTransform.cpp323 void xor_bytes(UInt8 *dst, const UInt8 *src1, const UInt8 *src2, CFIndex length);
324 void xor_bytes(UInt8 *dst, const UInt8 *src1, const UInt8 *src2, CFIndex length)
351 UInt8 *raw_seed = NULL, *raw_DB = NULL, *addr01 = NULL;
397 raw_seed = (UInt8*)malloc(hLen);
419 raw_DB = (UInt8*)malloc(CFDataGetLength(dbMask));
431 EncodingParameters = CFDataCreate(NULL, (UInt8*)"",
[all...]
/macosx-10.10.1/IOATAFamily-253.0.1/
H A DIOATAController.cpp959 volatile UInt8 status = 0x00;
1070 UInt8 index;
1071 UInt8 statCheck;
1375 volatile UInt8 finalStatus = *_tfStatusCmdReg;
1406 UInt8 status = *_tfAltSDevCReg;
1409 UInt8 error = 0x00;
1540 UInt8 status= 0x00;
1725 UInt8 preReqMask = (mATABusy | mATADataRequest );
1726 UInt8 preReqCondition = 0x00;
1900 UInt8 statu
[all...]
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDMedia.h311 virtual IOReturn readISRC(UInt8 track, CDISRC isrc);
389 UInt8 formatAsTime,
390 UInt8 trackOrSessionNumber,

Completed in 415 milliseconds

1234567891011>>