Searched refs:getTag (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp87 _tag = parent->getTag();
H A DIOMultiMemoryDescriptor.cpp125 if ( _tag == 0 ) _tag = descriptors[index]->getTag();
H A DIOMemoryDescriptor.cpp995 IOOptionBits IOMemoryDescriptor::getTag( void ) function in class:IOMemoryDescriptor
/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserializeXML.y284 getTag(parser_state_t *state,
675 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
742 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
769 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
782 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
806 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
H A DOSUnserializeXML.cpp1896 getTag(parser_state_t *state,
2287 tagType = getTag(STATE, tag, &attributeCount, attributes, values);
2354 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) {
2381 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")) {
2394 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
2418 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END)
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOMemoryDescriptor.h473 /*! @function getTag
478 virtual IOOptionBits getTag( void );

Completed in 35 milliseconds