HomeSort by relevance Sort by last modified time
    Searched refs:Common (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/lib/
Common.pl 7 # \p{Common} (and fuzzy permutations)
9 # Meaning: Script 'Common'
12 0000 0040 Common
13 005B 0060 Common
14 007B 00A9 Common
15 00AB 00B9 Common
16 00BB 00BF Common
17 00D7 Common
18 00F7 Common
19 02B9 02DF Common
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/disassembler/
dmopcode.c 157 Flags = (UINT8) Op->Common.Value.Integer;
162 Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
205 Op = Op->Common.Next;
206 Flags = (UINT8) Op->Common.Value.Integer;
210 Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
277 Op->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
280 AcpiDmAddressSpace ((UINT8) Op->Common.Value.Integer);
304 NextOp = NextOp->Common.Next;
315 NextOp->Common.DisasmOpcode = ACPI_DASM_MATCHOP;
317 NextOp = NextOp->Common.Next
    [all...]
dmwalk.c 341 if (Op->Common.Next)
343 Op = Op->Common.Next;
355 Op = Op->Common.Parent;
390 switch (Op->Common.AmlOpcode)
412 if (Op->Common.DisasmOpcode == ACPI_DASM_UNICODE)
430 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
465 switch (Op->Common.AmlOpcode)
491 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
528 if (Op->Common.DisasmFlags & ACPI_PARSEOP_IGNORE)
546 Op->Common.AmlOffset, (UINT32) Op->Common.AmlOpcode))
    [all...]
dmutils.c 425 if (!Op->Common.Next)
430 if (AcpiDmListType (Op->Common.Parent) & BLOCK_COMMA_LIST)
434 if ((Op->Common.Next->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
435 (!Op->Common.Next->Common.Value.String))
443 if (!Op->Common.Next->Common.Next)
449 if ((Op->Common.DisasmFlags & ACPI_PARSEOP_PARAMLIST) &&
450 (!(Op->Common.Next->Common.DisasmFlags & ACPI_PARSEOP_PARAMLIST))
    [all...]
dmnames.c 228 Node = Op->Common.Node;
233 Status = AcpiNsLookup (WalkState->ScopeInfo, Op->Common.Value.String,
250 Op->Common.Node = Node;
377 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
387 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
397 (NamePath->Common.Value.String) &&
398 (NamePath->Common.Value.String[0] == '\\'))
400 AcpiDmNamestring (NamePath->Common.Value.String);
414 if (Search->Common.Parent == Prev)
421 Search = Search->Common.Parent
    [all...]
dmbuffer.c 230 ByteCount = (UINT32) Op->Common.Value.Integer;
236 switch (Op->Common.Parent->Common.DisasmOpcode)
240 AcpiDmResourceTemplate (Info, Op->Common.Parent, ByteData, ByteCount);
294 SizeOp = Op->Common.Value.Arg;
298 NextOp = SizeOp->Common.Next;
307 ByteCount = (UINT32) NextOp->Common.Value.Integer;
335 SizeOp->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE;
365 SizeOp = Op->Common.Value.Arg;
369 NextOp = SizeOp->Common.Next
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/parser/
pstree.c 163 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
182 Arg = Op->Common.Value.Arg;
186 Arg = Arg->Common.Next;
225 OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
231 Op->Common.AmlOpcode));
246 if (Op->Common.Value.Arg)
250 PrevArg = Op->Common.Value.Arg;
251 while (PrevArg->Common.Next)
253 PrevArg = PrevArg->Common.Next;
255 PrevArg->Common.Next = Arg
    [all...]
psparse.c 248 if (Op->Common.Parent)
250 Prev = Op->Common.Parent->Common.Value.Arg;
262 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
288 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) ||
289 (Op->Common.Parent->Common.AmlOpcode == AML_DATA_REGION_OP) ||
290 (Op->Common.Parent->Common.AmlOpcode == AML_BUFFER_OP) |
    [all...]
psutils.c 177 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER;
178 Op->Common.AmlOpcode = Opcode;
180 ACPI_DISASM_ONLY_MEMBERS (ACPI_STRNCPY (Op->Common.AmlOpName,
182 sizeof (Op->Common.AmlOpName)));
233 /* The generic op (default) is by far the most common (16 to 1) */
249 Op->Common.Flags = Flags;
276 if (Op->Common.AmlOpcode == AML_INT_RETURN_VALUE_OP)
281 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
333 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC)
355 if (Op->Common.Flags & ACPI_PARSEOP_GENERIC
    [all...]
psargs.c 350 Arg->Common.Value.Name = Path;
401 NameOp->Common.Value.Name = Path;
405 NameOp->Common.Node = Node;
442 else if (WalkState->Op->Common.AmlOpcode == AML_COND_REF_OF_OP)
452 else if ((Arg->Common.Parent) &&
453 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
454 (Arg->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)))
477 Arg->Common.Value.Name = Path
    [all...]
pswalk.c 171 Next = Op->Common.Next;
172 Parent = Op->Common.Parent;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
Scripts.pl 6 0000 0040 Common
8 005B 0060 Common
10 007B 00A9 Common
12 00AB 00B9 Common
14 00BB 00BF Common
16 00D7 Common
18 00F7 Common
21 02B9 02DF Common
23 02E5 02FF Common
28 037E Common
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/nfsmapid/
nfsmapid_dt.d 5 * Common Development and Distribution License (the "License").
32 #pragma D attributes Private/Private/Common provider nfsmapid provider
33 #pragma D attributes Private/Private/Common provider nfsmapid module
34 #pragma D attributes Private/Private/Common provider nfsmapid function
35 #pragma D attributes Private/Private/Common provider nfsmapid name
36 #pragma D attributes Private/Private/Common provider nfsmapid args
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/dispatcher/
dsfield.c 177 if (Op->Common.AmlOpcode == AML_CREATE_FIELD_OP)
223 Status = AcpiNsLookup (WalkState->ScopeInfo, Arg->Common.Value.String,
228 ACPI_ERROR_NAMESPACE (Arg->Common.Value.String, Status);
238 Op->Common.Node = Node;
269 SecondDesc = ObjDesc->Common.NextObject;
334 switch (Arg->Common.AmlOpcode)
339 + (ACPI_INTEGER) Arg->Common.Value.Size;
364 ((UINT8) ((UINT32) Arg->Common.Value.Integer >> 8)));
366 Info->Attribute = (UINT8) (Arg->Common.Value.Integer);
385 Arg->Common.Node = Info->FieldNode
    [all...]
dsutils.c 298 if ((!Op->Common.Parent) ||
299 (Op->Common.Parent->Common.AmlOpcode == AML_SCOPE_OP))
305 AcpiPsGetOpcodeName (Op->Common.AmlOpcode)));
311 ParentInfo = AcpiPsGetOpcodeInfo (Op->Common.Parent->Common.AmlOpcode);
329 switch (Op->Common.Parent->Common.AmlOpcode)
344 if ((WalkState->ControlState->Common.State == ACPI_CONTROL_PREDICATE_EXECUTING) &&
372 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) |
    [all...]
dsobject.c 168 if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP)
175 if (!Op->Common.Node)
178 Op->Common.Value.String,
181 ACPI_CAST_INDIRECT_PTR (ACPI_NAMESPACE_NODE, &(Op->Common.Node)));
188 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
189 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)))
208 ACPI_ERROR_NAMESPACE (Op->Common.Value.String, Status);
217 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) |
    [all...]
dswscope.c 158 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
218 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE;
220 ScopeInfo->Common.Value = (UINT16) Type;
233 AcpiUtGetTypeName (OldScopeInfo->Common.Value)));
244 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
291 AcpiUtGetTypeName (ScopeInfo->Common.Value)));
299 AcpiUtGetTypeName (NewScopeInfo->Common.Value)));
dswexec.c 178 WalkState->ControlState->Common.State = 0;
227 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER)
231 ObjDesc, WalkState, ObjDesc->Common.Type));
247 WalkState->ControlState->Common.Value = TRUE;
255 WalkState->ControlState->Common.Value = FALSE;
267 WalkState->ControlState->Common.Value, WalkState->Op));
283 WalkState->ControlState->Common.State = ACPI_CONTROL_NORMAL;
327 WalkState->Opcode = Op->Common.AmlOpcode;
328 WalkState->OpInfo = AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode);
360 (WalkState->ControlState->Common.State =
    [all...]
dswload.c 231 if (Op->Common.Node)
313 WalkState->ScopeInfo->Common.Value = ACPI_TYPE_ANY;
428 /* Common exit */
453 Op->Common.Node = Node;
527 if (Op->Common.AmlOpcode == AML_REGION_OP)
530 (ACPI_ADR_SPACE_TYPE) ((Op->Common.Value.Arg)->Common.Value.Integer),
537 else if (Op->Common.AmlOpcode == AML_DATA_REGION_OP)
549 if (Op->Common.AmlOpcode == AML_NAME_OP)
553 if (Op->Common.Value.Arg
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
err.D_PRAGMA_UNUSED.UnusedPragma.d 5 * Common Development and Distribution License (the "License").
40 #pragma D attributes Stable/Stable/Common func;
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/stability/
err.D_ATTR_MIN.MinAttributes.d 5 * Common Development and Distribution License (the "License").
39 #pragma D option amin=Evolving/Evolving/Common
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/debugger/
dbxface.c 265 (WalkState->MethodBreakpoint <= Op->Common.AmlOffset))
270 AcpiOsPrintf ("***Break*** at AML offset %X\n", Op->Common.AmlOffset);
279 (WalkState->UserBreakpoint == Op->Common.AmlOffset))
282 Op->Common.AmlOffset);
292 if (Op->Common.AmlOpcode == AML_INT_NAMEDFIELD_OP)
328 Next = Op->Common.Next;
329 Op->Common.Next = NULL;
333 ParentOp = Op->Common.Parent;
337 (WalkState->ControlState->Common.State ==
347 if ((ParentOp->Common.AmlOpcode == AML_IF_OP) |
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/namespace/
nsobject.c 263 while (LastObjDesc->Common.NextObject)
265 LastObjDesc = LastObjDesc->Common.NextObject;
270 LastObjDesc->Common.NextObject = Node->Object;
307 (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_DATA))
316 if (ObjDesc->Common.Type == ACPI_TYPE_METHOD)
327 Node->Object = ObjDesc->Common.NextObject;
329 ((Node->Object)->Common.Type != ACPI_TYPE_LOCAL_DATA))
331 Node->Object = Node->Object->Common.NextObject;
378 ((Node->Object)->Common.Type == ACPI_TYPE_LOCAL_DATA))
408 (ObjDesc->Common.Type== ACPI_TYPE_LOCAL_DATA) |
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/executer/
exstoren.c 180 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)
200 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) &&
201 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) &&
202 (SourceDesc->Common.Type != ACPI_TYPE_STRING) &&
203 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
304 if (SourceDesc->Common.Type != DestDesc->Common.Type)
315 Status = AcpiExConvertToTargetType (DestDesc->Common.Type,
337 switch (DestDesc->Common.Type)
  /onnv/onnv-gate/usr/src/uts/intel/io/acpica/utilities/
utstate.c 187 State->Common.Next = *ListHead;
223 *ListHead = State->Common.Next;
257 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE;
297 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD;
348 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE;
391 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE;
434 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL;
435 State->Common.State = ACPI_CONTROL_CONDITIONAL_EXECUTING;

Completed in 600 milliseconds

1 2 3 4 5 6