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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpal_native.h77 volatile uint32_t generation; /* 0 == being updated */ member in struct:pal_rtc_nanotime
H A DpmCPU.c801 rtc_nanotime->generation = pal_rtc_nanotime_info.generation; /* must be first */
806 } while(pal_rtc_nanotime_info.generation != 0
807 && rtc_nanotime->generation != pal_rtc_nanotime_info.generation);
H A DpmCPU.h92 uint32_t generation; /* 0 == being updated */ member in struct:pm_rtc_nanotime
H A Dgenassym.c568 offsetof(pal_rtc_nanotime_t *, generation));
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.c501 static uint32_t generation = 0; local
507 if ( generation != p32->nt_generation )
514 next_gen = ++generation;
516 next_gen = ++generation;
562 static uint32_t generation = 0; local
565 next_gen = ++generation;
567 next_gen = ++generation;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOCatalogue.h61 SInt32 generation; member in class:IOCatalogue
90 @param generationCount Returns a reference to the generation count of the database. The generation count increases only when personalities are added to the database *and* IOService matching has been initiated.
99 @param generationCount Returns a reference to the current generation of the database. The generation count increases only when personalities are added to the database *and* IOService matching has been initiated.
124 @abstract Get the current generation count of the database.
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCatalogue.cpp158 generation = 1;
375 generation++;
435 generation++;
446 // Return the generation count.
449 return( generation );
744 generation++;
852 generation++;
H A DIOService.cpp772 SInt32 generation; local
774 generation = getGenerationCount();
775 if( __providerGeneration == generation)
786 self->__providerGeneration = generation;
/darwin-on-arm/xnu/bsd/net/
H A Ddevtimer.c145 int generation = *(int*)param1; local
157 if (timer->dt_generation == generation) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c240 static dtrace_genid_t dtrace_probegen; /* current probe generation */
392 * debugging problems in the DIF code generator or in DOF generation . The
11245 * This probe was created in a generation for which this
14862 * given generation number.
14868 * Look for a helper provider with the right generation. We
15479 * to rip out the entire generation and return failure.
15553 * this is the generation that dof was loaded in. If we hand back
15623 * Each dof being added must be assigned a unique generation.
15625 uint64_t generation = (existing_dofs) ? existing_dofs->dofiod_helpers[existing_dofs_count - 1].dofhp_dof + 1 : 1;
15631 incoming_dofs->dofiod_helpers[i].dofhp_dof = generation
[all...]

Completed in 119 milliseconds