Home
last modified time | relevance | path

Searched refs:getTag (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSUnserializeXML.y461 getTag(parser_state_t *state, in getTag() function
942 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex()
1015 … if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) { in yylex()
1042 …if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")… in yylex()
1058 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
1084 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp973 if (LOGTAG == fMemory->getTag()) { in prepare()
1010 if (LOGTAG == fMemory->getTag()) { in prepare()
1018 if (LOGTAG == fMemory->getTag()) { in prepare()
1037 if (LOGTAG == fMemory->getTag()) { in prepare()
1371 if (LOGTAG == fMemory->getTag()) { in genIOVMSegments()
1399 if (LOGTAG == fMemory->getTag()) { in genIOVMSegments()
1605 if ((LOGTAG == fMemory->getTag()) && (kWalkClient == op)) { in genIOVMSegments()
1619 if ((LOGTAG == fMemory->getTag()) && (kWalkClient == op)) { in genIOVMSegments()
H A DIOSubMemoryDescriptor.cpp92 _tag = parent->getTag(); in initSubRange()
H A DIOMultiMemoryDescriptor.cpp128 _tag = descriptors[index]->getTag(); in initWithDescriptors()
H A DIOServicePMPrivate.h678 getTag( void ) const in getTag() function
H A DIOPMrootDomain.cpp6115 if (request->getTag() == 0) {
6124 request->getTag());
6138 if (REQUEST_TAG_TO_REASON(request->getTag()) == kIOPMSleepReasonLowPower) {
6213 IOPMRequestTag requestTag = request->getTag();
6615 request->getTag()
6624 request->getTag());
H A DIOMemoryDescriptor.cpp2465 IOMemoryDescriptor::getTag( void ) in getTag() function in IOMemoryDescriptor
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h2072 getTag(parser_state_t *state, in getTag() function
2553 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex()
2626 … if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) { in yylex()
2653 …if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")… in yylex()
2669 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
2695 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h2072 getTag(parser_state_t *state, in getTag() function
2553 tagType = getTag(STATE, tag, &attributeCount, attributes, values); in yylex()
2626 … if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "data")) { in yylex()
2653 …if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) || strcmp(tag, "integer")… in yylex()
2669 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
2695 if ((getTag(STATE, tag, &attributeCount, attributes, values) != TAG_END) in yylex()
/xnu-11215/iokit/IOKit/
H A DIOMemoryDescriptor.h675 virtual IOOptionBits getTag( void );