Searched refs:Common (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c235 Argument2 = Argument1->Common.Next;
239 switch (Op->Common.AmlOpcode)
309 switch (Argument1->Common.AmlOpcode)
331 Argument1->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX;
332 Op->Common.DisasmOpcode = ACPI_DASM_LNOT_PREFIX;
342 Argument2->Common.OperatorSymbol = OperatorSymbol;
352 if ((Argument1->Common.AmlOpcode == AML_STRING_OP) ||
353 (Argument1->Common.AmlOpcode == AML_BUFFER_OP) ||
354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) ||
355 (Argument1->Common
[all...]
H A Ddmwalk.c230 Info.StartAml = Op->Common.Aml - sizeof (ACPI_TABLE_HEADER);
231 Info.AmlOffset = Op->Common.Aml - Info.StartAml;
325 if (Op->Common.Next)
327 Op = Op->Common.Next;
339 Op = Op->Common.Parent;
374 switch (Op->Common.AmlOpcode)
396 if ((Op->Common.DisasmOpcode == ACPI_DASM_UNICODE) ||
397 (Op->Common.DisasmOpcode == ACPI_DASM_UUID) ||
398 (Op->Common.DisasmOpcode == ACPI_DASM_PLD_METHOD))
416 if (Op->Common
[all...]
H A Ddmopcode.c204 if (Op->Common.AmlOpcode == AML_RETURN_OP)
210 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
301 switch (NextOp->Common.AmlOpcode)
306 NotifyValue = (UINT8) NextOp->Common.AmlOpcode;
364 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED)
368 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED;
500 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED)
504 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED;
510 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
518 IndexOp = Op->Common
[all...]
H A Ddmutils.c360 if (!Op->Common.Next)
366 if (AcpiDmListType (Op->Common.Parent) & BLOCK_COMMA_LIST)
370 if (Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_IGNORE)
378 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
379 (!Op->Common.Next->Common.Value.String))
387 if (!Op->Common.Next->Common
[all...]
H A Ddmnames.c260 Node = Op->Common.Node;
265 Status = AcpiNsLookup (WalkState->ScopeInfo, Op->Common.Value.String,
282 Op->Common.Node = Node;
415 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
425 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
435 (NamePath->Common.Value.String) &&
436 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0])))
438 AcpiDmNamestring (NamePath->Common.Value.String);
451 if (Search->Common.Parent == Prev)
458 Search = Search->Common
[all...]
H A Ddmdeferred.c200 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
209 switch (Op->Common.AmlOpcode)
241 Op->Common.AmlOpcode));
290 Op->Common.AmlOpName, (char *) &Op->Named.Name));
313 StartOp = (Op->Common.Value.Arg)->Common.Next;
324 switch (Op->Common.AmlOpcode)
330 switch (Op->Common.AmlOpcode)
334 ExtraOp = Op->Common.Value.Arg;
335 NewRootOp = ExtraOp->Common
[all...]
H A Ddmbuffer.c315 ByteCount = (UINT32) Op->Common.Value.Integer;
321 switch (Op->Common.Parent->Common.DisasmOpcode)
326 Info, Op->Common.Parent, ByteData, ByteCount);
402 SizeOp = Op->Common.Value.Arg;
406 NextOp = SizeOp->Common.Next;
415 ByteCount = (UINT32) NextOp->Common.Value.Integer;
436 SizeOp->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
522 SizeOp = Op->Common.Value.Arg;
526 NextOp = SizeOp->Common
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmswitch.c201 switch (Op->Common.AmlOpcode)
242 Op->Common.DisasmOpcode = ACPI_DASM_SWITCH;
253 Current->Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
370 if (!OneOp || (OneOp->Common.AmlOpcode != AML_ONE_OP))
377 StoreOp = OneOp->Common.Next;
378 if (!StoreOp || (StoreOp->Common.AmlOpcode != AML_STORE_OP))
387 (NamePathOp->Common.AmlOpcode != AML_INT_NAMEPATH_OP))
392 if (strncmp ((char *) (NamePathOp->Common.Value.Name), "_T_", 3))
397 *Temp = (char *) (NamePathOp->Common.Value.Name);
403 OneOp->Common
[all...]
H A Dadwalk.c495 AcpiOsPrintf ("%-28s", AcpiPsGetOpcodeName (Op->Common.AmlOpcode));
499 switch (Op->Common.AmlOpcode)
503 AcpiOsPrintf ("%2.2X", (UINT32) Op->Common.Value.Integer);
508 AcpiOsPrintf ("%4.4X", (UINT32) Op->Common.Value.Integer);
513 AcpiOsPrintf ("%8.8X", (UINT32) Op->Common.Value.Integer);
518 AcpiOsPrintf ("%8.8X%8.8X", ACPI_FORMAT_UINT64 (Op->Common.Value.Integer));
523 if (Op->Common.Value.String)
525 AcpiNsExternalizeName (ACPI_UINT32_MAX, Op->Common.Value.String,
527 AcpiOsPrintf ("%s %p", Path, Op->Common.Node);
548 ACPI_FORMAT_UINT64 (Op->Common
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpstree.c195 if (Op->Common.AmlOpcode == AML_INT_CONNECTION_OP)
197 return (Op->Common.Value.Arg);
202 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
221 Arg = Op->Common.Value.Arg;
225 Arg = Arg->Common.Next;
264 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
270 Op->Common.AmlOpcode));
285 if (Op->Common.Value.Arg)
289 PrevArg = Op->Common.Value.Arg;
290 while (PrevArg->Common
[all...]
H A Dpsparse.c285 if (Op->Common.Parent)
287 Prev = Op->Common.Parent->Common.Value.Arg;
299 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
313 AML_INT_RETURN_VALUE_OP, Op->Common.Aml);
325 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
326 (Op->Common.Parent->Common
[all...]
H A Dpsobject.c313 UnnamedOp->Common.Value.Arg = NULL;
314 UnnamedOp->Common.ArgListLength = 0;
315 UnnamedOp->Common.AmlOpcode = WalkState->Opcode;
343 UnnamedOp->Common.NameComment = AcpiGbl_CurrentInlineComment;
391 AcpiPsAppendArg (*Op, UnnamedOp->Common.Value.Arg);
397 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment;
398 (*Op)->Common.EndNodeComment = UnnamedOp->Common.EndNodeComment;
399 (*Op)->Common
[all...]
H A Dpsutils.c213 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER;
214 Op->Common.AmlOpcode = Opcode;
216 ACPI_DISASM_ONLY_MEMBERS (AcpiUtSafeStrncpy (Op->Common.AmlOpName,
218 sizeof (Op->Common.AmlOpName)));
287 Op->Common.Aml = Aml;
288 Op->Common.Flags = Flags;
327 if (Op->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP)
333 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
374 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
396 if (Op->Common
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/
H A Derr.D_PRAGMA_UNUSED.UnusedPragma.d5 * Common Development and Distribution License (the "License").
40 #pragma D attributes Stable/Stable/Common func;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/stability/
H A Derr.D_ATTR_MIN.MinAttributes.d5 * Common Development and Distribution License (the "License").
39 #pragma D option amin=Evolving/Evolving/Common
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dcvdisasm.c273 if (CvListIsSingleton (Op->Common.CommentList))
275 CvPrintOneCommentList (Op->Common.CommentList, Level);
280 CvPrintOneCommentList (Op->Common.CommentList, Level);
283 Op->Common.CommentList = NULL;
288 if (Op->Common.EndBlkComment)
290 CvPrintOneCommentList (Op->Common.EndBlkComment, Level);
291 Op->Common.EndBlkComment = NULL;
298 CommentToPrint = &Op->Common.InlineComment;
303 CommentToPrint = &Op->Common.EndNodeComment;
308 CommentToPrint = &Op->Common
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsutils.c332 if ((!Op->Common.Parent) ||
333 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
339 AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
345 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
363 switch (Op->Common.Parent->Common.AmlOpcode)
377 if ((WalkState->ControlState->Common.State ==
405 if ((Op->Common
[all...]
H A Ddsobject.c194 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP)
201 if (!Op->Common.Node)
205 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
206 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
219 Op->Common.Value.String,
223 ACPI_NAMESPACE_NODE, &(Op->Common.Node)));
227 Op->Common.Value.String, Status);
239 (AcpiPsGetOpcodeInfo (Op->Common
[all...]
H A Ddsfield.c287 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
339 Arg->Common.Value.String, ACPI_TYPE_ANY,
344 Arg->Common.Value.String, Status);
354 Op->Common.Node = Node;
385 SecondDesc = ObjDesc->Common.NextObject;
452 switch (Arg->Common.AmlOpcode)
457 (UINT64) Arg->Common.Value.Size;
486 ((UINT8) ((UINT32) (Arg->Common.Value.Integer & 0x07))));
491 ((Arg->Common.Value.Integer >> 8) & 0xFF);
496 ((Arg->Common
[all...]
H A Ddspkginit.c221 Parent = Op->Common.Parent;
222 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
223 (Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
225 Parent = Parent->Common.Parent;
243 ObjDesc->Package.Node = Parent->Common.Node;
266 Arg = Op->Common.Value.Arg;
267 Arg = Arg->Common.Next;
282 if (Arg->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP)
284 if (Arg->Common.Node->Type == ACPI_TYPE_METHOD)
290 Arg->Common
[all...]
H A Ddscontrol.c191 Op, Op->Common.AmlOpcode, WalkState));
193 switch (Op->Common.AmlOpcode)
207 WalkState->ControlState->Common.State =
236 Op->Common.AmlOpcode;
296 switch (Op->Common.AmlOpcode)
307 (BOOLEAN) WalkState->ControlState->Common.Value;
326 if (ControlState->Common.Value)
367 "[RETURN_OP] Op=%p Arg=%p\n",Op, Op->Common.Value.Arg));
374 if (Op->Common.Value.Arg)
382 Status = AcpiDsCreateOperands (WalkState, Op->Common
[all...]
H A Ddsopcode.c244 if (BufferDesc->Common.Type != ACPI_TYPE_BUFFER)
380 BufferDesc->Common.ReferenceCount = (UINT16)
381 (BufferDesc->Common.ReferenceCount + ObjDesc->Common.ReferenceCount);
445 Node = Op->Common.Node;
449 NextOp = Op->Common.Value.Arg;
468 Op->Common.AmlOpcode, ACPI_WALK_OPERANDS, WalkState);
472 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Status));
479 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
483 Status = AcpiDsInitBufferField (Op->Common
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c296 while (LastObjDesc->Common.NextObject)
298 LastObjDesc = LastObjDesc->Common.NextObject;
303 LastObjDesc->Common.NextObject = Node->Object;
340 (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_DATA))
349 if (ObjDesc->Common.Type == ACPI_TYPE_METHOD)
362 Node->Object = ObjDesc->Common.NextObject;
367 (Node->Object->Common.Type != ACPI_TYPE_LOCAL_DATA))
369 Node->Object = Node->Object->Common.NextObject;
376 if (ObjDesc->Common.NextObject &&
377 ((ObjDesc->Common
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbxface.c321 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml,
354 if (Op->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP)
392 Next = Op->Common.Next;
393 Op->Common.Next = NULL;
397 ParentOp = Op->Common.Parent;
401 (WalkState->ControlState->Common.State ==
411 if ((ParentOp->Common.AmlOpcode == AML_IF_OP) ||
412 (ParentOp->Common.AmlOpcode == AML_WHILE_OP))
417 ParentOp = ParentOp->Common.Parent;
424 if ((ParentOp->Common
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexstoren.c211 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
231 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
232 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) &&
233 (SourceDesc->Common.Type != ACPI_TYPE_STRING) &&
234 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
332 if (SourceDesc->Common.Type != DestDesc->Common.Type)
343 Status = AcpiExConvertToTargetType (DestDesc->Common.Type,
365 switch (DestDesc->Common.Type)

Completed in 256 milliseconds

123456