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

/macosx-10.9.5/IOKitUser-907.100.13/
H A Diodisplayregistry.c37 static void indent(Boolean node, int depth, UInt64 stackOfBits);
40 UInt64 stackOfBits);
44 int depth, UInt64 stackOfBits);
107 int depth, UInt64 stackOfBits)
137 // Save has-more-siblings state into stackOfBits for this depth.
140 stackOfBits |= (1 << depth);
142 stackOfBits &= ~(1 << depth);
144 // Save has-children state into stackOfBits for this depth.
147 stackOfBits |= (2 << depth);
149 stackOfBits
104 traverse(unsigned int options, io_name_t plane, io_iterator_t services, io_registry_entry_t serviceUpNext, int depth, UInt64 stackOfBits) argument
197 UInt64 stackOfBits; member in struct:indent_ctxt
256 properties(io_registry_entry_t service, int depth, UInt64 stackOfBits) argument
291 indent(Boolean node, int depth, UInt64 stackOfBits) argument
[all...]
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c61 UInt64 stackOfBits; member in struct:context
115 UInt64 stackOfBits );
120 UInt64 stackOfBits,
131 UInt64 stackOfBits,
315 /* stackOfBits */ 0,
707 UInt64 stackOfBits,
722 // Save has-more-siblings state into stackOfBits for this depth.
725 stackOfBits |= (1 << serviceDepth);
727 stackOfBits &= ~(1 << serviceDepth);
729 // Save has-children state into stackOfBits fo
704 scan( io_registry_entry_t service, Boolean serviceHasMoreSiblings, UInt32 serviceDepth, UInt64 stackOfBits, struct options options ) argument
855 show( io_registry_entry_t service, UInt32 serviceDepth, UInt64 stackOfBits, struct options options ) argument
1014 indent(Boolean isNode, UInt32 serviceDepth, UInt64 stackOfBits) argument
[all...]

Completed in 105 milliseconds