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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h845 struct IORegCursor { struct in class:IORegistryIterator
846 IORegCursor * next;
850 IORegCursor start;
851 IORegCursor * where;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORegistryEntry.cpp1895 IORegCursor * next;
1915 IORegCursor * prev;
1918 where = (IORegCursor *) IOMalloc( sizeof(IORegCursor));
1936 IORegCursor * gone;
1948 IOFree( gone, sizeof(IORegCursor));

Completed in 25 milliseconds