summaryrefslogtreecommitdiff
path: root/tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
diff options
context:
space:
mode:
authorErik Schmauss <erik.schmauss@intel.com>2018-01-04 14:08:31 -0800
committerErik Schmauss <erik.schmauss@intel.com>2018-01-04 14:15:36 -0800
commitfef09f31c7734bcfa2334ef02ce41b1fde69c577 (patch)
treeb7592de045250244c6be519676c17f4e15e03cc6 /tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
parent538fd048694c172b54ac50b5aaf9b14fcbd26161 (diff)
downloadacpica-fef09f31c7734bcfa2334ef02ce41b1fde69c577.tar.gz
ASLTS: replace TS with __METHOD__ to improve style
This removes most of the TS objects which is used to store method names. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com>
Diffstat (limited to 'tests/aslts/src/runtime/collections/functional/manipulation/match1.asl')
-rw-r--r--tests/aslts/src/runtime/collections/functional/manipulation/match1.asl23
1 files changed, 11 insertions, 12 deletions
diff --git a/tests/aslts/src/runtime/collections/functional/manipulation/match1.asl b/tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
index aad885379..47dd96cd4 100644
--- a/tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
+++ b/tests/aslts/src/runtime/collections/functional/manipulation/match1.asl
@@ -3136,7 +3136,6 @@
Method (MAT0, 0, Serialized)
{
- Name (TS, "MAT0")
Debug = "TEST: MAT0, Find Object Match"
/* to do transposition of match objects flag */
@@ -3146,36 +3145,36 @@
TRNS = 0x01
}
- M308 (TS, 0x22, "p370", P371, P372, P370, TRNS)
+ M308 (__METHOD__, 0x22, "p370", P371, P372, P370, TRNS)
If (C099)
{
- M308 (TS, 0x22, "p373", P371, P372, P373, TRNS)
- M308 (TS, 0x22, "p374", P371, P372, P374, TRNS)
+ M308 (__METHOD__, 0x22, "p373", P371, P372, P373, TRNS)
+ M308 (__METHOD__, 0x22, "p374", P371, P372, P374, TRNS)
}
- M308 (TS, 0x22, "p375", P371, P372, P375, TRNS)
+ M308 (__METHOD__, 0x22, "p375", P371, P372, P375, TRNS)
If ((F64 == 0x01))
{
- M308 (TS, 0x22, "p377", P378, P372, P377, TRNS)
+ M308 (__METHOD__, 0x22, "p377", P378, P372, P377, TRNS)
If (C099)
{
- M308 (TS, 0x22, "p389", P38A, P372, P389, TRNS)
- M308 (TS, 0x22, "p38b", P38C, P372, P38B, TRNS)
- M308 (TS, 0x22, "p38d", P38E, P372, P38D, TRNS)
+ M308 (__METHOD__, 0x22, "p389", P38A, P372, P389, TRNS)
+ M308 (__METHOD__, 0x22, "p38b", P38C, P372, P38B, TRNS)
+ M308 (__METHOD__, 0x22, "p38d", P38E, P372, P38D, TRNS)
}
}
Else
{
- M308 (TS, 0x22, "p389", P38A, P372, P389, TRNS)
+ M308 (__METHOD__, 0x22, "p389", P38A, P372, P389, TRNS)
}
/* One-element length package special case */
- M308 (TS, 0x06, "p380", P381, P382, P380, TRNS)
+ M308 (__METHOD__, 0x06, "p380", P381, P382, P380, TRNS)
/* 255-element length package special case */
If (C099)
{
- M308 (TS, 0x06, "p383", P384, P385, P383, TRNS)
+ M308 (__METHOD__, 0x06, "p383", P384, P385, P383, TRNS)
}
}