Searched refs:initialized (Results 1 - 15 of 15) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/vmx/
H A Dvmx_cpu.h41 boolean_t initialized; /* the specs have already been read */ member in struct:vmx_specs
H A Dvmx_cpu.c132 if (specs->initialized)
135 specs->initialized = TRUE;
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_kprintf.c50 if (PE_state.initialized == FALSE)
51 panic("Platform Expert not initialized");
H A Dpe_init.c163 if (PE_state.initialized == FALSE) {
164 PE_state.initialized = TRUE;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dkm.c81 int initialized = 0; variable
92 initialized = 1;
251 if(!initialized)
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkm.c61 static int initialized = 0; variable
80 initialized = 1;
218 if(!initialized)
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_kprintf.c63 if (PE_state.initialized == FALSE)
64 panic("Platform Expert not initialized");
H A Dpe_init.c160 if (PE_state.initialized == FALSE)
162 PE_state.initialized = TRUE;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOServicePM.cpp328 if ( !initialized )
440 initialized = true;
452 initialized = false;
536 // meaning it may not be initialized for power management.
575 if (!initialized)
708 if (!initialized || !child->initialized)
1009 if (!initialized)
1156 if (!initialized || !fInterestedDrivers)
1192 if (!initialized || !fInterestedDriver
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_encap.c137 static int initialized = 0; local
139 if (initialized)
141 initialized++;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.c75 static boolean_t initialized = FALSE; local
80 if (!initialized) {
82 initialized = TRUE;
H A Dcpu_threads.c853 * Make sure all of the topology parameters have been initialized.
979 static int initialized = 0; local
985 if (my_cpu == master_cpu && !initialized) {
993 initialized = 1;
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Dpexpert.h207 boolean_t initialized; member in struct:PE_state
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOService.h300 bool initialized; member in class:IOService
553 @abstract Frees data structures that were allocated when power management was initialized on this service. */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s138 rlwinm. r0,r17,0,pfValidb,pfValidb ; Have we initialized the feature flags yet?

Completed in 291 milliseconds