Searched refs:generation (Results 1 - 25 of 216) sorted by relevance

123456789

/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_thread_cond.h28 unsigned long generation; member in struct:apr_thread_cond_t
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_authcache.h52 UInt32 generation; /* the generation count of the cached entry */ member in struct:authcache_request_ctx
62 UInt32 *generation); /* <- the generation count of the cache entry */
67 UInt32 generation); /* -> the generation count of the cache entry */
/macosx-10.10/configd-699.1.5/libSystemConfiguration/
H A DlibSystemConfiguration_server.h46 * generation
47 * generation of the last stored configuration
53 * are (or are not) in sync with the last stored generation#
57 uint64_t generation; member in struct:__anon7229
59 int inSync_NO; // ack'ing clients not in sync w/generation
60 int inSync_YES; // ack'ing clients in sync w/generation
82 uint64_t generation
97 uint64_t *generation
104 uint64_t generation
H A DlibSystemConfiguration_server.c140 uint64_t generation)
152 // update generation
153 if (generation == 0) {
154 // generation must be non-zero
155 generation = 1;
157 server_info->generation = generation;
172 * are in sync with the requested generation.
188 * - tracks the last generation pushed to the caller and
189 * the last generation ac
138 _libSC_info_server_set_data(libSC_info_server_t *server_info, CFDataRef data, uint64_t generation) argument
227 _libSC_info_server_get_data(libSC_info_server_t *server_info, xpc_connection_t c, uint64_t *generation) argument
265 _libSC_info_server_acknowledged(libSC_info_server_t *server_info, xpc_connection_t c, uint64_t generation) argument
[all...]
/macosx-10.10/postfix-255/postfix/src/master/
H A Dmaster_proto.c9 /* int master_notify(pid, generation, status)
11 /* unsigned generation;
65 int master_notify(int pid, unsigned generation, int status) argument
77 stat.gen = generation;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Expressions/
H A Dinstanceof-001.js33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
H A Dinstanceof-003-n.js33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
H A Dinstanceof-004-n.js33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
H A Dinstanceof-005-n.js33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
H A Dinstanceof-006.js33 this.generation = 3;
34 this.toString = new Function ( "return \"(Gen\"+this.generation+\" instance)\"" );
41 this.generation = 2;
48 this.generation = 1;
55 this.generation = 0;
63 this.generation = "A";
64 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
72 this.generation = "B";
73 this.toString = new Function ( "return \"(instance of Gen\"+this.generation+\")\"" );
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_dispatch.h64 u_int32_t generation; /* Current generation number. */ member in struct:__db_txnhead
67 u_int32_t generation; member in struct:__db_txnhead::__anon287
82 u_int32_t generation; member in struct:__db_txnlist::__anon288::__anon289
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Drepmgr_auto.h19 u_int32_t generation; member in struct:___repmgr_ack_args
/macosx-10.10/apr-32/apr/apr/locks/win32/
H A Dthread_cond.c71 unsigned long generation; local
75 generation = cond->generation;
86 if (cond->generation != generation) {
138 cond->generation++;
157 cond->generation++;
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireROMCache.cpp48 IOFireWireROMCache * IOFireWireROMCache::withOwnerAndBytes( IOFireWireDevice *owner, const void *bytes, unsigned int inLength, UInt32 generation )
52 if( me && !me->initWithOwnerAndBytes( owner, bytes, inLength, generation ) )
65 bool IOFireWireROMCache::initWithOwnerAndBytes( IOFireWireDevice *owner, const void *bytes, unsigned int inLength, UInt32 generation )
85 setROMState( kROMStateResumed, generation );
256 // the ROM generation is in the Bus Info Block, so our bcmp here
257 // will fail if the generation has changed.
259 // ROM generation == 0 means you can't assume the ROM is the same,
261 // will be 1394a compliant and update their ROM generation properly
264 // adds the SBP2 units to its ROM without updating the ROM generation
265 // to handle this we always assume roms for generation
501 UInt32 generation = 0; local
[all...]
H A DIOFWAsyncStreamCommand.cpp50 UInt32 generation,
60 return initAll( control, generation, channel, sync, tag, hostMem, size, speed, completion, refcon, false);
65 UInt32 generation,
92 fGeneration = generation;
120 UInt32 generation,
141 fGeneration = generation;
151 UInt32 generation,
167 return reinit( generation, channel, sync, tag, hostMem, size, speed, completion, refcon );
241 // Update generation
48 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
63 initAll( IOFireWireController * control, UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
119 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon) argument
150 reinit( UInt32 generation, UInt32 channel, UInt32 sync, UInt32 tag, IOMemoryDescriptor * hostMem, UInt32 size, int speed, FWAsyncStreamCallback completion, void * refcon, bool failOnReset) argument
H A DIOFireWireROMCache.h77 @param generation The bus generation
81 virtual bool initWithOwnerAndBytes( IOFireWireDevice * owner, const void *bytes, unsigned int inLength, UInt32 generation );
90 @param generation The bus generation
94 static IOFireWireROMCache *withOwnerAndBytes( IOFireWireDevice * owner, const void *bytes, unsigned int inLength, UInt32 generation );
166 virtual void setROMState( ROMState state, UInt32 generation = 0 );
167 virtual IOReturn checkROMState( UInt32 &generation );
H A DIOFWIsochChannel.cpp659 UInt32 generation ; local
667 fControl->getIRMNodeID( generation, addr.nodeID );
669 DebugLog( "IOFWIsochChannel<%p>::allocateChannelBegin() - generation %d\n", this, (uint32_t)generation );
696 // get generation
698 if (currentGeneration == generation)
704 generation = currentGeneration; // Another bus-reset occurred, do the delay check again
730 fReadCmd->reinit( generation, addr, oldIRM, 3 );
757 fLockCmd->reinit( generation, addr, &oldIRM[0], &newVal, 1 );
831 fLockCmd->reinit( generation, add
974 UInt32 generation = threadInfo->fGeneration; local
1231 UInt32 generation = 0; local
[all...]
H A DIOFWCommand.h350 UInt32 generation, FWAddress devAddress,
356 virtual IOReturn reinit(UInt32 generation, FWAddress devAddress, IOMemoryDescriptor *hostMem,
361 // Utility for setting generation on newly created command
362 virtual void setGeneration(UInt32 generation) argument
363 { fGeneration = generation; }
369 // update nodeID/generation after bus reset, from the device object
371 // explicitly update nodeID/generation after bus reset
372 IOReturn updateNodeID(UInt32 generation, UInt16 nodeID);
460 UInt32 generation, FWAddress devAddress,
466 virtual IOReturn reinit(UInt32 generation, FWAddres
837 setGeneration( UInt32 generation) argument
[all...]
H A DIOFireWireIRM.cpp177 void IOFireWireIRM::processBusReset( UInt16 ourNodeID, UInt16 irmNodeID, UInt32 generation )
181 FWLOCALKLOG(( "IOFireWireIRM::processBusReset() - ourNodeID = 0x%04x, irmNodeID = 0x%04x, generation = %d\n", ourNodeID, irmNodeID, generation ));
183 // node id's and generation
187 fGeneration = generation;
324 // A little struct for keeping track of our this pointer and generation
451 // Get the current generation
468 // Need to free the isoch channel (note: will fail if generation has changed)
555 void IOFireWireIRMAllocation::handleBusReset(UInt32 generation) argument
566 if (fAllocationGeneration == generation)
638 UInt32 generation = threadInfo->fGeneration; local
[all...]
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.h47 UInt32 generation,
59 UInt32 generation,
187 IOReturn targetSendAVCResponse(UInt32 generation, UInt16 nodeID, IOBufferMemoryDescriptor *pBufMemDesc, UInt32 size);
190 IOReturn handleUnitInfoCommand(UInt16 nodeID, UInt32 generation, const char *buf, UInt32 len);
191 IOReturn handleSubUnitInfoCommand(UInt16 nodeID, UInt32 generation, const char *buf, UInt32 len);
192 IOReturn handlePlugInfoCommand(UInt16 nodeID, UInt32 generation, const char *buf, UInt32 len);
193 IOReturn handlePowerCommand(UInt16 nodeID, UInt32 generation, const char *buf, UInt32 len);
194 IOReturn handleConnectCommand(UInt16 nodeID, UInt32 generation, const char *buf, UInt32 len);
195 IOReturn handleDisconnectCommand(UInt16 nodeID, UInt32 generation, const char *buf, UInt32 len);
196 IOReturn handleInputPlugSignalFormatCommand(UInt16 nodeID, UInt32 generation, cons
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibCommand.h48 CommandCallback callback, const bool failOnReset, const UInt32 generation,
56 virtual void SetGeneration( UInt32 generation) ;
89 static void SSetGeneration ( IOFireWireLibCommandRef self, UInt32 generation ) ;
147 UInt32 generation,
160 UInt32 generation,
186 UInt32 generation,
206 UInt32 generation,
246 UInt32 generation,
257 UInt32 generation,
282 UInt32 generation,
[all...]
H A DIOFireWireLibDevice.h182 UInt32 generation = 0) ;
188 UInt32 generation = 0) ;
195 UInt32 generation = 0) ;
201 UInt32 generation = 0) ;
208 UInt32 generation = 0) ;
217 UInt32 generation = 0) ;
228 UInt32 generation,
238 UInt32 generation,
242 IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation,
246 UInt32 generation, voi
[all...]
H A DIOFireWireLibDevice.cpp581 UInt32 generation)
588 ReadParams params = { addr, (mach_vm_address_t)buf, *size, failOnReset, generation, device == 0 /*isAbs*/ } ;
599 params.generation = OSSwapInt32( params.generation );
624 UInt32 generation )
631 ReadQuadParams params = { addr, (mach_vm_address_t)val, 1, failOnReset, generation, device == 0 /*isAbs*/ } ;
642 params.generation = OSSwapInt32( params.generation);
662 UInt32 generation)
669 WriteParams params = { addr, (mach_vm_address_t)buf, *size, failOnReset, generation, devic
575 Read( io_object_t device, const FWAddress & addr, void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
656 Write( io_object_t device, const FWAddress & addr, const void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
705 WriteQuadlet( io_object_t device, const FWAddress & addr, const UInt32 val, Boolean failOnReset, UInt32 generation) argument
741 CompareSwap( io_object_t device, const FWAddress & addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
796 CompareSwap64( io_object_t device, const FWAddress & addr, UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, Boolean failOnReset, UInt32 generation) argument
875 CreateReadCommand( io_object_t device, const FWAddress& addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
899 CreateReadQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
918 CreateWriteCommand( io_object_t device, const FWAddress & addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
943 CreateWriteQuadletCommand( io_object_t device, const FWAddress & addr, UInt32 quads[], UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
962 CreateCompareSwapCommand( io_object_t device, const FWAddress & addr, UInt64 cmpVal, UInt64 newVal, unsigned int quads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
1288 UInt32 generation = 0 ; local
1657 CreatePHYCommand( UInt32 data1, UInt32 data2, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
1695 AllocateIRMBandwidthInGeneration(UInt32 bandwidthUnits, UInt32 generation) argument
1703 ReleaseIRMBandwidthInGeneration(UInt32 bandwidthUnits, UInt32 generation) argument
1711 AllocateIRMChannelInGeneration(UInt8 isochChannel, UInt32 generation) argument
1719 ReleaseIRMChannelInGeneration(UInt8 isochChannel, UInt32 generation) argument
1846 CreateAsyncStreamCommand( UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2166 SRead(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
2173 SReadQuadlet(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, UInt32* val, Boolean failOnReset, UInt32 generation) argument
2180 SWrite(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress * addr, const void* buf, UInt32* size, Boolean failOnReset, UInt32 generation) argument
2187 SWriteQuadlet(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, const UInt32 val, Boolean failOnReset, UInt32 generation) argument
2194 SCompareSwap(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, Boolean failOnReset, UInt32 generation) argument
2203 SCompareSwap64( IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32* expectedVal, UInt32* newVal, UInt32* oldVal, IOByteCount size, Boolean failOnReset, UInt32 generation) argument
2215 SCreateCompareSwapCommand64(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt64 cmpVal, UInt64 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2255 SCreateReadCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2270 SCreateReadQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 val[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2278 SCreateWriteCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2286 SCreateWriteQuadletCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 quads[], const UInt32 numQuads, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2294 SCreateCompareSwapCommand(IOFireWireLibDeviceRef self, io_object_t device, const FWAddress* addr, UInt32 cmpVal, UInt32 newVal, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
2665 S_CreatePHYCommand( IOFireWireLibDeviceRef self, UInt32 data1, UInt32 data2, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid ) argument
2687 S_AllocateIRMBandwidthInGeneration(IOFireWireLibDeviceRef self, UInt32 bandwidthUnits, UInt32 generation) argument
2692 S_ReleaseIRMBandwidthInGeneration(IOFireWireLibDeviceRef self, UInt32 bandwidthUnits, UInt32 generation) argument
2697 S_AllocateIRMChannelInGeneration(IOFireWireLibDeviceRef self, UInt8 isochChannel, UInt32 generation) argument
2702 S_ReleaseIRMChannelInGeneration(IOFireWireLibDeviceRef self, UInt8 isochChannel, UInt32 generation) argument
2755 S_CreateAsyncStreamCommand( IOFireWireLibDeviceRef self, UInt32 channel, UInt32 sync, UInt32 tag, void* buf, UInt32 size, IOFireWireLibCommandCallback callback, Boolean failOnReset, UInt32 generation, void* inRefCon, REFIID iid) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/repmgr/
H A Drepmgr_msg.c67 u_int32_t generation; local
72 * Save initial generation number, in case it changes in a close race
75 generation = db_rep->generation;
117 if ((ret = ack_message(env, generation, &permlsn)) != 0)
189 ack_message(env, generation, lsn)
191 u_int32_t generation;
222 ack.generation = generation;
350 db_rep->generation
[all...]
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_server.c133 uint64_t generation; local
146 // extract data and generation #
149 &generation);
164 generation);
194 uint64_t generation; local
197 generation = xpc_dictionary_get_uint64(request, DNSINFO_GENERATION);
203 generation);
206 (void) _libSC_info_server_acknowledged(&S_dns_info, connection, generation);
417 new_generation = config->config.generation;

Completed in 135 milliseconds

123456789