Lines Matching refs:Op

175     ACPI_PARSE_OBJECT       *Op;
184 Op = Node->Op;
187 if (!Op)
227 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
229 Op = Op->Asl.Child;
232 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
233 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
235 Op = Op->Asl.Next;
240 ACPI_FORMAT_UINT64 (Op->Asl.Value.Integer));
245 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
247 Op = Op->Asl.Child;
250 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
251 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
253 Op = Op->Asl.Next;
258 Op->Asl.Value.String);
263 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
264 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
266 Op = Op->Asl.Child;
271 Op->Asl.Parent->Asl.ExtraValue, (UINT32) Op->Asl.Value.Integer);
276 switch (Op->Asl.ParseOpcode)
317 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
319 Op = Op->Asl.Child;
322 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
323 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
325 Op = Op->Asl.Next;
328 Op = Op->Asl.Child;
330 if ((Op->Asl.ParseOpcode == PARSEOP_BYTECONST) ||
331 (Op->Asl.ParseOpcode == PARSEOP_RAW_DATA))
335 (UINT32) Op->Asl.Value.Integer);
341 if (Op->Asl.ParseOpcode == PARSEOP_NAME)
343 Op = Op->Asl.Child;
346 if ((Op->Asl.ParseOpcode == PARSEOP_NAMESEG) ||
347 (Op->Asl.ParseOpcode == PARSEOP_NAMESTRING))
349 Op = Op->Asl.Next;
352 Op = Op->Asl.Child;
354 if (Op && (Op->Asl.ParseOpcode == PARSEOP_INTEGER))
358 (UINT32) Op->Asl.Value.Integer);
366 Op->Asl.AmlSubtreeLength);
433 if (!Node->Op || (Node->Flags & ANOBJ_IS_EXTERNAL))
452 Node->Op->Asl.Filename, Node->Op->Asl.LogicalLineNumber);