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

123456

/freebsd-11.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c120 Child2 = Child1->Common.Next;
124 switch (Op->Common.AmlOpcode)
194 switch (Child1->Common.AmlOpcode)
216 Child1->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX;
217 Op->Common.DisasmOpcode = ACPI_DASM_LNOT_PREFIX;
218 Op->Common.DisasmFlags |= ACPI_PARSEOP_COMPOUND_ASSIGNMENT;
228 Child2->Common.OperatorSymbol = OperatorSymbol;
238 if ((Child1->Common.AmlOpcode == AML_STRING_OP) ||
239 (Child1->Common.AmlOpcode == AML_BUFFER_OP) ||
240 (Child1->Common
[all...]
H A Ddmutils.c251 if (!Op->Common.Next)
256 if (AcpiDmListType (Op->Common.Parent) & BLOCK_COMMA_LIST)
260 if (Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_IGNORE)
267 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
268 (!Op->Common.Next->Common.Value.String))
276 if (!Op->Common.Next->Common
[all...]
H A Ddmopcode.c92 if (Op->Common.AmlOpcode == AML_RETURN_OP)
98 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
189 switch (NextOp->Common.AmlOpcode)
194 NotifyValue = (UINT8) NextOp->Common.AmlOpcode;
252 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED)
256 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED;
388 if (Op->Common.DisasmFlags & ACPI_PARSEOP_PREDEFINED_CHECKED)
392 Op->Common.DisasmFlags |= ACPI_PARSEOP_PREDEFINED_CHECKED;
398 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
406 IndexOp = Op->Common
[all...]
H A Ddmwalk.c119 Info.StartAml = Op->Common.Aml - sizeof (ACPI_TABLE_HEADER);
120 Info.AmlOffset = Op->Common.Aml - Info.StartAml;
214 if (Op->Common.Next)
216 Op = Op->Common.Next;
228 Op = Op->Common.Parent;
263 switch (Op->Common.AmlOpcode)
285 if ((Op->Common.DisasmOpcode == ACPI_DASM_UNICODE) ||
286 (Op->Common.DisasmOpcode == ACPI_DASM_UUID) ||
287 (Op->Common.DisasmOpcode == ACPI_DASM_PLD_METHOD))
305 if (Op->Common
[all...]
H A Ddmnames.c152 Node = Op->Common.Node;
157 Status = AcpiNsLookup (WalkState->ScopeInfo, Op->Common.Value.String,
174 Op->Common.Node = Node;
307 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
317 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
327 (NamePath->Common.Value.String) &&
328 (ACPI_IS_ROOT_PREFIX (NamePath->Common.Value.String[0])))
330 AcpiDmNamestring (NamePath->Common.Value.String);
343 if (Search->Common.Parent == Prev)
350 Search = Search->Common
[all...]
H A Ddmdeferred.c92 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
101 switch (Op->Common.AmlOpcode)
133 Op->Common.AmlOpcode));
182 Op->Common.AmlOpName, (char *) &Op->Named.Name));
205 StartOp = (Op->Common.Value.Arg)->Common.Next;
216 switch (Op->Common.AmlOpcode)
222 switch (Op->Common.AmlOpcode)
226 ExtraOp = Op->Common.Value.Arg;
227 NewRootOp = ExtraOp->Common
[all...]
H A Ddmbuffer.c207 ByteCount = (UINT32) Op->Common.Value.Integer;
213 switch (Op->Common.Parent->Common.DisasmOpcode)
218 Info, Op->Common.Parent, ByteData, ByteCount);
294 SizeOp = Op->Common.Value.Arg;
298 NextOp = SizeOp->Common.Next;
307 ByteCount = (UINT32) NextOp->Common.Value.Integer;
328 SizeOp->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
414 SizeOp = Op->Common.Value.Arg;
418 NextOp = SizeOp->Common
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c176 if (Op->Common.Parent)
178 Prev = Op->Common.Parent->Common.Value.Arg;
190 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
204 AML_INT_RETURN_VALUE_OP, Op->Common.Aml);
216 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
217 (Op->Common.Parent->Common
[all...]
H A Dpstree.c86 if (Op->Common.AmlOpcode == AML_INT_CONNECTION_OP)
88 return (Op->Common.Value.Arg);
93 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
112 Arg = Op->Common.Value.Arg;
116 Arg = Arg->Common.Next;
155 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
161 Op->Common.AmlOpcode));
176 if (Op->Common.Value.Arg)
180 PrevArg = Op->Common.Value.Arg;
181 while (PrevArg->Common
[all...]
H A Dpsutils.c104 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER;
105 Op->Common.AmlOpcode = Opcode;
107 ACPI_DISASM_ONLY_MEMBERS (strncpy (Op->Common.AmlOpName,
109 sizeof (Op->Common.AmlOpName)));
178 Op->Common.Aml = Aml;
179 Op->Common.Flags = Flags;
206 if (Op->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP)
212 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
253 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
275 if (Op->Common
[all...]
H A Dpsloop.c107 switch (Op->Common.AmlOpcode)
172 switch (Op->Common.AmlOpcode)
185 AcpiPsLinkModuleCode (Op->Common.Parent, AmlOpStart,
207 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
209 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
216 Op->Common.AmlOpcode,
228 switch (Op->Common.AmlOpcode)
251 if ((Op->Common.Parent) &&
252 (Op->Common
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Dadwalk.c377 AcpiOsPrintf ("%-28s", AcpiPsGetOpcodeName (Op->Common.AmlOpcode));
381 switch (Op->Common.AmlOpcode)
385 AcpiOsPrintf ("%2.2X", (UINT32) Op->Common.Value.Integer);
390 AcpiOsPrintf ("%4.4X", (UINT32) Op->Common.Value.Integer);
395 AcpiOsPrintf ("%8.8X", (UINT32) Op->Common.Value.Integer);
400 AcpiOsPrintf ("%8.8X%8.8X", ACPI_FORMAT_UINT64 (Op->Common.Value.Integer));
405 if (Op->Common.Value.String)
407 AcpiNsExternalizeName (ACPI_UINT32_MAX, Op->Common.Value.String,
409 AcpiOsPrintf ("%s %p", Path, Op->Common.Node);
468 OpInfo = AcpiPsGetOpcodeInfo (Op->Common
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsobject.c95 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP)
102 if (!Op->Common.Node)
105 Op->Common.Value.String,
108 ACPI_CAST_INDIRECT_PTR (ACPI_NAMESPACE_NODE, &(Op->Common.Node)));
115 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
116 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)))
135 ACPI_ERROR_NAMESPACE (Op->Common.Value.String, Status);
144 if ((Op->Common
[all...]
H A Ddsutils.c224 if ((!Op->Common.Parent) ||
225 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
231 AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
237 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
255 switch (Op->Common.Parent->Common.AmlOpcode)
269 if ((WalkState->ControlState->Common.State ==
297 if ((Op->Common
[all...]
H A Ddsfield.c179 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
229 Arg->Common.Value.String, ACPI_TYPE_ANY,
233 ACPI_ERROR_NAMESPACE (Arg->Common.Value.String, Status);
243 Op->Common.Node = Node;
274 SecondDesc = ObjDesc->Common.NextObject;
341 switch (Arg->Common.AmlOpcode)
346 (UINT64) Arg->Common.Value.Size;
375 ((UINT8) ((UINT32) (Arg->Common.Value.Integer & 0x07))));
380 ((Arg->Common.Value.Integer >> 8) & 0xFF);
385 ((Arg->Common
[all...]
H A Ddscontrol.c83 Op, Op->Common.AmlOpcode, WalkState));
85 switch (Op->Common.AmlOpcode)
99 WalkState->ControlState->Common.State =
128 Op->Common.AmlOpcode;
187 switch (Op->Common.AmlOpcode)
198 (BOOLEAN) WalkState->ControlState->Common.Value;
217 if (ControlState->Common.Value)
258 "[RETURN_OP] Op=%p Arg=%p\n",Op, Op->Common.Value.Arg));
265 if (Op->Common.Value.Arg)
273 Status = AcpiDsCreateOperands (WalkState, Op->Common
[all...]
H A Ddsopcode.c136 if (BufferDesc->Common.Type != ACPI_TYPE_BUFFER)
273 BufferDesc->Common.ReferenceCount = (UINT16)
274 (BufferDesc->Common.ReferenceCount + ObjDesc->Common.ReferenceCount);
338 Node = Op->Common.Node;
342 NextOp = Op->Common.Value.Arg;
361 Op->Common.AmlOpcode, ACPI_WALK_OPERANDS, WalkState);
365 AcpiPsGetOpcodeName (Op->Common.AmlOpcode), Status));
372 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
376 Status = AcpiDsInitBufferField (Op->Common
[all...]
H A Ddswexec.c104 WalkState->ControlState->Common.State = 0;
153 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER)
157 ObjDesc, WalkState, ObjDesc->Common.Type));
173 WalkState->ControlState->Common.Value = TRUE;
181 WalkState->ControlState->Common.Value = FALSE;
194 WalkState->ControlState->Common.Value, WalkState->Op));
210 WalkState->ControlState->Common.State = ACPI_CONTROL_NORMAL;
254 WalkState->Opcode = Op->Common.AmlOpcode;
255 WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
287 (WalkState->ControlState->Common
[all...]
H A Ddswload2.c92 (WalkState->ControlState->Common.State ==
116 BufferPtr = Op->Common.Value.String;
241 WalkState->ScopeInfo->Common.Value = ACPI_TYPE_ANY;
275 if (Op && Op->Common.Node)
279 Node = Op->Common.Node;
366 Op->Common.Node = Node;
413 if (Op->Common.AmlOpcode == AML_SCOPE_OP)
425 Node = Op->Common.Node;
437 (Op->Common.AmlOpcode != AML_INT_METHODCALL_OP))
479 AcpiPsGetOpcodeName (Op->Common
[all...]
/freebsd-11.0-release/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.0-release/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.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsobject.c188 while (LastObjDesc->Common.NextObject)
190 LastObjDesc = LastObjDesc->Common.NextObject;
195 LastObjDesc->Common.NextObject = Node->Object;
232 (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_DATA))
241 if (ObjDesc->Common.Type == ACPI_TYPE_METHOD)
254 Node->Object = ObjDesc->Common.NextObject;
259 (Node->Object->Common.Type != ACPI_TYPE_LOCAL_DATA))
261 Node->Object = Node->Object->Common.NextObject;
268 if (ObjDesc->Common.NextObject &&
269 ((ObjDesc->Common
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/debugger/
H A Ddbxface.c233 AmlOffset = (UINT32) ACPI_PTR_DIFF (Op->Common.Aml,
266 if (Op->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP)
304 Next = Op->Common.Next;
305 Op->Common.Next = NULL;
309 ParentOp = Op->Common.Parent;
313 (WalkState->ControlState->Common.State ==
323 if ((ParentOp->Common.AmlOpcode == AML_IF_OP) ||
324 (ParentOp->Common.AmlOpcode == AML_WHILE_OP))
329 ParentOp = ParentOp->Common.Parent;
336 if ((ParentOp->Common
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexstoren.c103 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
123 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
124 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) &&
125 (SourceDesc->Common.Type != ACPI_TYPE_STRING) &&
126 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
224 if (SourceDesc->Common.Type != DestDesc->Common.Type)
235 Status = AcpiExConvertToTargetType (DestDesc->Common.Type,
257 switch (DestDesc->Common.Type)
/freebsd-11.0-release/sys/contrib/dev/acpica/components/utilities/
H A Dutstate.c74 State->Common.Next = *ListHead;
109 *ListHead = State->Common.Next;
143 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE;
183 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD;
234 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE;
276 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE;
319 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL;
320 State->Common.State = ACPI_CONTROL_CONDITIONAL_EXECUTING;

Completed in 97 milliseconds

123456