Searched refs:fState (Results 1 - 25 of 32) sorted by last modified time

12

/macosx-10.10/dyld-353.2.1/src/
H A DImageLoader.cpp70 fDepth(0), fLoadOrder(fgLoadOrdinal++), fState(0), fLibraryCount(libCount),
108 fState = dyld_image_state_mapped;
221 return (fState >= dyld_image_state_bound);
579 if ( fState < dyld_image_state_dependents_mapped ) {
581 fState = dyld_image_state_dependents_mapped;
658 fState = dyld_image_state_mapped;
709 if ( fState < dyld_image_state_rebased ) {
711 fState = dyld_image_state_rebased;
729 fState = dyld_image_state_dependents_mapped;
769 if ( fState < dyld_image_state_boun
[all...]
H A DImageLoader.h566 dyld_image_states getState() { return (dyld_image_states)fState; }
726 // set fState to dyld_image_state_memory_mapped
782 uint32_t fState : 8,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOKitKernelInternal.h150 IOMDDMAWalkSegmentState fState; member in struct:IODMACommandInternal
H A DIODMACommand.cpp63 #define fState reserved->fState macro
1003 (IOMDDMAWalkSegmentArgs *)(void *) fState;
1068 rtn = memory->dmaCommandOperation(mdOp, fState, sizeof(fState));
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DContextMenuItemWin.cpp66 m_checked = info.fState & MFS_CHECKED;
67 m_enabled = !(info.fState & MFS_DISABLED);
99 info.fState |= m_enabled ? MFS_ENABLED : MFS_DISABLED;
100 info.fState |= m_checked ? MFS_CHECKED : MFS_UNCHECKED;
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dumutex.h190 u_atomic_int32_t fState; member in struct:UInitOnce
192 void reset() {fState = 0;};
193 UBool isReset() {return umtx_loadAcquire(fState) == 0;};
205 if (umtx_loadAcquire(uio.fState) == 2) {
218 if (umtx_loadAcquire(uio.fState) == 2) {
233 if (umtx_loadAcquire(uio.fState) != 2 && umtx_initImplPreInit(uio)) {
249 if (umtx_loadAcquire(uio.fState) == 2) {
264 if (umtx_loadAcquire(uio.fState) != 2 && umtx_initImplPreInit(uio)) {
H A Dumutex.cpp58 // This function is called when a test of a UInitOnce::fState reveals that
75 &uio.fState, // Destination
92 previousState = umtx_loadAcquire(uio.fState);
107 umtx_storeRelease(uio.fState, 2);
178 // This function is called when a test of a UInitOnce::fState reveals that
189 int32_t state = uio.fState;
191 umtx_storeRelease(uio.fState, 1);
195 while (uio.fState == 1) {
201 U_ASSERT(uio.fState == 2);
211 // Some threads may be racing to test the fState variabl
[all...]
/macosx-10.10/apache-793/httpd/support/win32/
H A DApacheMonitor.c381 mii.fState = MFS_DEFAULT;
384 mii.fState |= MFS_DISABLED;
420 mii.fState = fRunning ? MFS_CHECKED : MFS_UNCHECKED;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireROMCache.cpp316 if( fState == kROMStateInvalid )
349 while( fState == kROMStateSuspended )
353 IORecursiveLockSleep( fLock, &fState, THREAD_UNINT );
358 FWKLOGASSERT( fState == kROMStateInvalid || fState == kROMStateResumed );
360 if( fState == kROMStateInvalid )
364 else if( fState == kROMStateResumed )
399 while( fState == kROMStateSuspended )
404 IORecursiveLockSleep( fLock, &fState, THREAD_UNINT );
410 FWKLOGASSERT( fState
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVLib.c277 UInt8 fState; // Current DCL block member in struct:DVGlobalInStruct
3612 pGlobalData, pGlobalData->fState, stream->fFrames.fStatus,
3634 pGlobalData->fState = 0;
3867 pGlobalData->fState = pLocalData->fBlockNum;
3887 pos = globs->fState;
3943 globs->fState = 0;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Streams/
H A DCIrLSAP.cpp184 fState = kIrLSAPDisconnected;
H A DIrDiscovery.cpp103 fState = kDiscoverIdle;
155 XTRACE(kLogNextState, event, fState);
188 XTRACE(kLogDiscoveryStart, request->fNumSlots, fState);
206 if( fState == kDiscoverActive ) { // There's a pending discover. Push on the list
224 fState = kDiscoverActive; // Set flag we are in progress
252 fState = kDiscoverIdle;
H A DIrDiscovery.h63 UInt32 fState; // idle or discovering member in class:CIrDiscovery
H A DIrLSAPConn.cpp218 fState = kLSAPConnDisconnected;
285 switch (fState) {
320 DebugLog("TLSAPConn::NextState: bad fState");
360 fState = kLSAPConnConnectPending;
369 fState = kLSAPConnListenPending;
413 XTRACE(kUnexpectedEvent, fState, event);
435 //fState = kLSAPConnDisconnected; // jdg added
463 fState = kLSAPConnConnect;
473 fState = kLSAPDisconnectPending; // JDG: we're on the way out, change state
482 fState
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASClient.cpp137 fState = kIrIASClientDisconnected;
187 switch (fState) {
198 DebugLog("TIASClient::NextState: bad fState");
228 fState = kIrIASClientConnected;
311 fState = kIrIASClientDisconnected;
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Stack/
H A DIrLAP.cpp419 fState = kIrLAPDisconnectedState; // maybe should have an invalid state here
567 XTRACE(kLogReset2, kIrLAPDisconnectedState, fState);
568 //check(fState == kIrLAPDisconnectedState); // also kIrLAPPriCloseState and ??
569 fState = kIrLAPDisconnectedState;
656 if (fState == kIrLAPDisconnectedState && request && request->fEvent == kIrListenRequestEvent) {
670 XTRACE(kLogStateEvent, fState, event);
672 switch (fState) {
718 DebugLog("TIrLAP::NextState: bad fState");
725 // HandleDisconnectedStateEvent (fState == kIrLAPDisconnectedState) NDM
821 fState
[all...]
H A DIrLAP.h461 UByte fState; member in class:TIrLAP
H A DIrLAPConn.cpp147 {kLogReset, "irlapconn: reset. fConnected, fState"},
238 fState = kIrLAPConnStandby;
288 XTRACE(kLogReset, fConnected, fState);
293 fState = kIrLAPConnStandby; // Using Reset for Aync disconnect. There
381 XTRACE(kLogStateEvent, fState, event);
383 switch (fState) {
397 DebugLog("TIrLAPConn::NextState: bad fState");
438 fState = kIrLAPConnConnectOrListen;
503 XTRACE(kUnexpectedEvent, fState, event);
516 XTRACE(kUnexpectedEvent, fState, even
[all...]
H A DIrLMP.cpp122 fState = kIrLMPReady;
158 fState = kIrLMPReady;
178 switch (fState) {
192 DebugLog("TIrLMP::NextState: bad fState");
213 fState = kIrLMPDiscover;
277 XTRACE(kUnexpectedEvent, fState, event);
304 fState = kIrLMPResolveAddress;
310 fState = kIrLMPReady;
361 XTRACE(kUnexpectedEvent, fState, event);
385 fState
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.cpp175 fState = kIrDACommStateStart;
255 if (fState != kIrDACommStateStopped) { // if not already stopped
267 XTRACE(kLogStop1, i, fState);
268 if (fState == kIrDACommStateStopped && // if ircomm is stopped and the irlap link is down
273 check(fState == kIrDACommStateStopped); // this will fail if in broken-beam, just debugging
280 fState = kIrDACommStateStopped; // it's really stopped now, regardless of above
334 XTRACE(kLogWrite, fState, length);
338 if (fState == kIrDACommStateConnected && fIrComm && fGate) {
385 if (fState == kIrDACommStateConnected && fIrComm && fGate) {
459 XTRACE(kLogStateChange, event, fState);
[all...]
/macosx-10.10/IOSCSIParallelFamily-300.0.2/TestTools/AppleSCSIHBAEmulator/
H A DAppleSCSITargetEmulator.cpp354 if ( fState & kTargetStateChangeActiveMask )
357 fState |= kTargetStateChangeActiveWaitMask;
358 IOLockSleep ( fLock, &fState, THREAD_UNINT );
372 fState |= kTargetStateChangeActiveMask;
383 fState &= ~kTargetStateChangeActiveMask;
400 if ( fState & kTargetStateChangeActiveWaitMask )
409 IOLockWakeup ( fLock, &fState, false );
424 if ( fState & kTargetStateChangeActiveWaitMask )
433 IOLockWakeup ( fLock, &fState, false );
H A DAppleSCSITargetEmulator.h138 UInt32 fState; member in class:AppleSCSITargetEmulator
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp215 fState = 0;
466 fState = kFWAVCStatePrivBusSuspended;
470 fState = kFWAVCStatePrivBusResumed;
693 if( me->fState != kFWAVCStatePrivBusResumed )
842 fState = kFWAVCStatePrivPlugConnected;
864 switch( me->fState )
879 me->fState = kFWAVCStatePrivBusSuspended;
967 me->fState = kFWAVCStatePrivBusResumed;
997 switch( fState )
1001 fState
[all...]
H A DIOFireWireAVCLibConsumer.h91 UInt32 fState; member in class:IOFireWireAVCLibConsumer
/macosx-10.10/emacs-93/emacs/src/
H A Dw32menu.c2397 info.fState = wv->selected ? MFS_CHECKED : MFS_UNCHECKED;

Completed in 191 milliseconds

12