Searched refs:reserved (Results 1 - 25 of 591) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXAETE.r39 notEnumerated, reserved, reserved, reserved, reserved,
40 reserved, reserved, reserved, reserved, reserved,
41 reserved, reserve
[all...]
/macosx-10.10/emacs-93/emacs/mac/src/
H A DEmacsMPW.r30 reserved,
32 reserved,
43 reserved,
44 reserved,
45 reserved,
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/win/
H A Dwin32main.c38 LPVOID reserved
65 DllEntryPoint(hInst, reason, reserved)
68 LPVOID reserved; /* Not used. */
70 return DllMain(hInst, reason, reserved);
91 DllMain(module, reason, reserved)
94 LPVOID reserved; /* Not used. */
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A DdllEntryPoint.c33 DllEntryPoint(hInst, reason, reserved)
36 LPVOID reserved; /* Not used. */
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A DdllEntryPoint.c33 DllEntryPoint(hInst, reason, reserved)
36 LPVOID reserved; /* Not used. */
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIDevice.cpp2 * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
52 // reserved->pmSleepEnabled
153 if (reserved->configEntry
154 && (device = (IOACPIPlatformDevice *) reserved->configEntry->acpiDevice)
159 reserved->psMethods[idx] = -1;
163 reserved->psMethods[idx] = idx;
168 reserved->psMethods[idx] = reserved->psMethods[kIOPCIDeviceOffState];
171 reserved->psMethods[kIOPCIDevicePausedState] = reserved
[all...]
H A DIOPCIMessagedInterruptController.cpp2 * Copyright (c) 1998-2006 Apple Computer, Inc. All rights reserved.
3 * Copyright (c) 2007-2021 Apple Inc. All rights reserved.
358 msiCapability = device->reserved->msiCapability;
360 if (kMSIX & device->reserved->msiMode)
436 if ((kMSIX & device->reserved->msiMode)
439 device->reserved->msiVectors = allocVectors(msiPhysVectors);
451 ivector->sharedController = (IOSharedInterruptController *) device->reserved->msiVectors;
463 device->reserved->msiVectors = &vectors[firstVector];
474 device->reserved->msiPhysVectorCount = msiPhysVectors;
475 device->reserved
[all...]
/macosx-10.10/dcerpc-61/dcerpc/include/dce/
H A Dndrold.idl2 * Copyright (c) 2010 Apple Inc. All rights reserved.
49 * Copyright (c) 2007, Novell, Inc. All rights reserved.
126 unsigned long reserved /*: 16 */;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/win/
H A DdllEntryPoint.c44 DllEntryPoint(hInst, reason, reserved)
47 LPVOID reserved; /* Not used. */
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/win/
H A DdllEntryPoint.c41 DllEntryPoint(hInst, reason, reserved)
44 LPVOID reserved; /* Not used. */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DdllEntry.c32 LPVOID reserved) /* Not used. */
59 LPVOID reserved) /* Not used. */
28 DllEntryPoint( HINSTANCE hInst, DWORD reason, LPVOID reserved) argument
54 DllMain( HINSTANCE hInst, DWORD reason, LPVOID reserved) argument
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DdllEntryPoint.c44 DllEntryPoint(hInst, reason, reserved)
47 LPVOID reserved; /* Not used. */
/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWin32Dll.c41 LPVOID reserved) __attribute__ ((noinline));
50 LPVOID reserved);
75 LPVOID reserved) /* Not used. */
77 return DllMain(hInst, reason, reserved);
106 LPVOID reserved)
71 DllEntryPoint( HINSTANCE hInst, DWORD reason, LPVOID reserved) argument
101 DllMain( HINSTANCE hInstance, DWORD reason, LPVOID reserved) argument
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWin32Dll.c39 LPVOID reserved)
49 DWORD reason, LPVOID reserved));
72 DllEntryPoint(hInst, reason, reserved)
75 LPVOID reserved; /* Not used. */
77 return DllMain(hInst, reason, reserved);
103 DllMain(hInstance, reason, reserved)
106 LPVOID reserved;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOInterruptEventSource.cpp2 * Copyright (c) 1998-2014 Apple Inc. All rights reserved.
42 IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsInterruptEventSourceCounter); \
47 IOStatistics::countInterruptCheckForWork(IOEventSource::reserved->counter); \
52 IOStatistics::countInterrupt(IOEventSource::reserved->counter); \
85 reserved = IONew(ExpansionData, 1);
87 if (!reserved) {
91 bzero(reserved, sizeof(ExpansionData));
110 reserved->statistics = IONew(IOInterruptAccountingData, 1);
112 if (!reserved->statistics) {
120 bzero(reserved
[all...]
H A DIOEventSource.cpp2 * Copyright (c) 1998-2000, 2009 Apple Inc. All rights reserved.
29 Copyright (c) 1998 Apple Computer, Inc. All rights reserved.
61 reserved->counter = IOStatistics::registerEventSource(inOwner); \
66 if (reserved) \
67 IOStatistics::unregisterEventSource(reserved->counter); \
72 IOStatistics::countOpenGate(reserved->counter); \
77 IOStatistics::countCloseGate(reserved->counter); \
150 if(!reserved) {
151 reserved = IONew(ExpansionData, 1);
152 if (!reserved) {
[all...]
H A DIOFilterInterruptEventSource.cpp2 * Copyright (c) 1998-2010 Apple Inc. All rights reserved.
40 IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsFilterInterruptEventSourceCounter); \
45 IOStatistics::countInterrupt(IOEventSource::reserved->counter); \
165 if (IOInterruptEventSource::reserved->statistics) {
174 if (IOInterruptEventSource::reserved->statistics) {
176 IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelCountIndex], 1);
181 IA_ADD_VALUE(&IOInterruptEventSource::reserved->statistics->interruptStatistics[kInterruptAccountingFirstLevelTimeIndex], endTime - startTime);
205 if (IOInterruptEventSource::reserved->statistics) {
214 if (IOInterruptEventSource::reserved->statistics) {
216 IA_ADD_VALUE(&IOInterruptEventSource::reserved
[all...]
H A DIOTimerEventSource.cpp2 * Copyright (c) 1998-2000, 2009-2010 Apple Inc. All rights reserved.
63 IOStatistics::setCounterType(IOEventSource::reserved->counter, kIOStatisticsTimerEventSourceCounter); \
68 IOStatistics::countOpenGate(me->IOEventSource::reserved->counter); \
73 IOStatistics::countCloseGate(me->IOEventSource::reserved->counter); \
78 IOStatistics::countTimerTimeout(me->IOEventSource::reserved->counter); \
91 // reserved != 0 means IOTimerEventSource::timeoutAndRelease is being used,
149 wl = me->reserved->workLoop;
156 if (doit && (me->reserved->calloutGeneration == count))
178 me->reserved->workLoop->release();
184 // reserved !
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsEngine.h2 * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
23 * Copyright (c) 1998 Apple Computer, Inc. All rights reserved.
37 UInt32 reserved[ 8 ]; member in struct:IOGraphicsEngineContext
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/win/
H A DdllEntry.c36 LPVOID reserved) /* Not used. */
32 DllEntryPoint( HINSTANCE hInst, DWORD reason, LPVOID reserved) argument
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageClass.h2 * Copyright (c) 1998-2014 Apple Inc. All rights reserved.
223 ExpansionData * reserved; member in class:IOUSBMassStorageClass
227 #define fResetInProgress reserved->fResetInProgress
228 #define fClients reserved->fClients
229 #define fPotentiallyStalledPipe reserved->fPotentiallyStalledPipe
230 #define fUseUSBResetNotBOReset reserved->fUseUSBResetNotBOReset
231 #define fAbortCurrentSCSITaskInProgress reserved->fAbortCurrentSCSITaskInProgress
232 #define fCBIMemoryDescriptor reserved->fCBIMemoryDescriptor
233 #define fBulkOnlyCBWMemoryDescriptor reserved->fBulkOnlyCBWMemoryDescriptor
234 #define fBulkOnlyCSWMemoryDescriptor reserved
[all...]
/macosx-10.10/smb-759.0/lib/librpc/
H A Dwerror.inc2 * Copyright (c) 2009 Apple Inc. All rights reserved.
/macosx-10.10/ICU-531.30/icuSources/stubdata/
H A Dstubdata.c30 uint32_t count, reserved; member in struct:__anon1007
47 0, /* reserved */
57 0, /* reserved */
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDProviderPropertyMerger.h2 * Copyright (c) 1998-2014 Apple Computer, Inc. All rights reserved.
35 /*! @var reserved
37 ExpansionData *reserved; member in class:IOHIDProviderPropertyMerger
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkStats.h2 * Copyright (c) 1998-2008 Apple Inc. All rights reserved.
78 UInt32 reserved[4]; member in struct:__anon2350

Completed in 314 milliseconds

1234567891011>>