| /xnu-11215/libkern/c++/ |
| H A D | OSUnserializeXML.y | 461 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 D | IODMACommand.cpp | 973 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 D | IOSubMemoryDescriptor.cpp | 92 _tag = parent->getTag(); in initSubRange()
|
| H A D | IOMultiMemoryDescriptor.cpp | 128 _tag = descriptors[index]->getTag(); in initWithDescriptors()
|
| H A D | IOServicePMPrivate.h | 678 getTag( void ) const in getTag() function
|
| H A D | IOPMrootDomain.cpp | 6115 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 D | IOMemoryDescriptor.cpp | 2465 IOMemoryDescriptor::getTag( void ) in getTag() function in IOMemoryDescriptor
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 2072 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 D | OSUnserializeXMLSharedImplementation.h | 2072 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 D | IOMemoryDescriptor.h | 675 virtual IOOptionBits getTag( void );
|