Searched refs:initialize (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMinformee.cpp45 newInformee->initialize( theObject );
55 void IOPMinformee::initialize ( IOService * theObject ) function in class:IOPMinformee
H A DIOStartIOKit.cpp166 root = IORegistryEntry::initialize();
168 IOService::initialize();
169 IOCatalogue::initialize();
170 IOUserClient::initialize();
171 IOMemoryDescriptor::initialize();
H A DIOPMPowerSourceList.cpp39 void IOPMPowerSourceList::initialize ( void ) function in class:IOPMPowerSourceList
H A DIOPMinformeeList.cpp39 void IOPMinformeeList::initialize ( void ) function in class:IOPMinformeeList
57 * getSharedRecursiveLock() is called from IOStartIOKit to initialize
H A DIOCatalogue.cpp839 void IOCatalogue::initialize( void ) function in class:IOCatalogue
H A DIORegistryEntry.cpp129 IORegistryEntry * IORegistryEntry::initialize( void ) function in class:IORegistryEntry
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSourceList.h44 void initialize(void);
H A DIOPMinformee.h42 void initialize( IOService * theObject );
H A DIOPMinformeeList.h47 void initialize ( void );
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSBoolean.h55 static void initialize();
59 @abstract A static constructor function to create and initialize an instance of OSBoolean.
H A DOSSymbol.h55 static void initialize();
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSBoolean.cpp53 void OSBoolean::initialize() function in class:OSBoolean
H A DOSSymbol.cpp433 OSSymbol::initialize())
445 void OSSymbol::initialize() function in class:OSSymbol
H A DOSRuntime.cpp337 panic("OSRuntime: C++ runtime failed to initialize");
339 OSBoolean::initialize();
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOCatalogue.h69 @function initialize
72 static void initialize( void );
H A DIOUserClient.h218 static void initialize( void );
H A DIORegistryEntry.h765 static IORegistryEntry * initialize( void );
H A DIOMemoryDescriptor.h220 static void initialize( void );
H A DIOService.h1140 static void initialize( void );
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dskiplists.s109 li r9,0 ; initialize prev ptr
111 li r2,0 ; initialize count of mappings visited
344 li r2,0 ; initialize count of mappings visited
348 subi r9,r8,mpList0+4 ; initialize prev ptr to be a fake mapping
353 li r10,0 ; initialize prev ptrs VA to 0 too
568 ; sets up the first pmapCurLists prev ptrs, we must initialize the new ones to
580 stdx r0,r5,r12 ; initialize prev ptr
583 bdnzt cr0_eq,mapIns64NewList ; loop if more lists to initialize and list hdr was 0
608 ; pmapCurLists prev ptrs, we must initialize any new ones to point to the pmap.
621 stwx r0,r5,r12 ; initialize pre
[all...]
H A Dsavearea_asm.s1307 crclr cr1_eq ; initialize the loop test
1396 crclr cr1_eq ; initialize the loop test
H A Dcswtch.s803 bne-- MakeSureThatNoTerroristsCanHurtUsByGod ; No, go initialize...
1565 bne-- ProtectTheAmericanWay ; No, go initialize...
2200 li r5,0 ; initialize set of VRs to load
H A Dstart.s652 ; Note that this is the same as 7400 except we initialize the l2cr2 register
/macosx-10.5.8/xnu-1228.15.4/osfmk/console/
H A Dvideo_console.c131 void (*initialize)(struct vc_info * info); member in struct:__anon690
495 gc_ops.initialize(info);
2361 gc_ops.initialize = tc_initialize;
2376 gc_ops.initialize = vc_initialize;
2390 GratefulDebInit((bootBumbleC *)boot_vinfo); /* Re-initialize GratefulDeb */
2452 if ( boot_vinfo ) GratefulDebInit((bootBumbleC *)boot_vinfo); /* Re initialize GratefulDeb */
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s220 li r2,0 ; initialize checksum
255 li r13,0 ; r13-r15 are the accumulators, so initialize them

Completed in 195 milliseconds

12