Searched refs:_initialized (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/iokit/IOKit/
H A DIOMemoryDescriptor.h922 bool _initialized; /* has superclass been initialized? */ member in class:IOGeneralMemoryDescriptor
/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1402 * We can check the _initialized instance variable before having ever set
1407 if (_initialized) {
1445 _initialized = true;

Completed in 81 milliseconds