Searched refs:eventLog (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h48 IrDAEventDesc *eventLog; // the event buffer member in struct:IrDALogInfo
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDADebugLog/
H A DGetEntry.h46 IrDAEventDesc *eventLog; // the event buffer member in struct:IrDALogInfo
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/Common/
H A DXTrace.h37 EventDesc *eventLog; // address of the eventlog (in the kernel) member in struct:__anon79
38 UInt32 eventLogSize; // number of bytes in the eventLog
43 UInt32 fNumEntries; // number of entries in eventLog (kEntryCount)
147 EventDesc *eventLog, // source buffer
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/Daemon/
H A DLog.pm52 $self->{'eventLog'} = Win32::EventLog->new(ref($self), '')
94 } elsif (my $eventLog = $self->{'eventLog'}) {
106 $eventLog->Report({
/macosx-10.10/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddumplog.cpp458 printf("log at 0x%lx, size %ld\n", (UInt32)info.eventLog, info.eventLogSize);
465 ok = DoRead(info.eventLog, local, info.eventLogSize);
518 printf("Events at 0x%lx, size %ld\n", (UInt32)info.eventLog, info.eventLogSize);
620 eventPtr = (eventPtr - info.eventLog) + events; // adjust event ptr for kernel/user address space change
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAUser.cpp187 //ELG(info->eventLog, info->eventLogSize, 'irda', "info events");
204 ct = md->writeBytes(info->hdrSize, info->eventLog, info->eventLogSize);

Completed in 97 milliseconds