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

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h807 struct IORegCursor { struct in class:IORegistryIterator
808 IORegCursor * next;
812 IORegCursor start;
813 IORegCursor * where;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1843 IORegCursor * next;
1863 IORegCursor * prev;
1866 where = (IORegCursor *) IOMalloc( sizeof(IORegCursor));
1884 IORegCursor * gone;
1896 IOFree( gone, sizeof(IORegCursor));

Completed in 16 milliseconds