Searched refs:Type (Results 51 - 75 of 266) sorted by relevance

1234567891011

/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutcopy.c227 ExternalObject->Type = InternalObject->Common.Type;
231 switch (InternalObject->Common.Type)
312 AcpiUtGetTypeName (InternalObject->Common.Type)));
372 TargetObject->Type = ACPI_TYPE_PACKAGE;
449 ExternalObject->Type = InternalObject->Common.Type;
496 if (InternalObject->Common.Type == ACPI_TYPE_PACKAGE)
556 switch (ExternalObject->Type)
564 (UINT8) ExternalObject->Type);
[all...]
H A Dutmisc.c376 (ThisSourceObj->Common.Type != ACPI_TYPE_PACKAGE))
461 * PARAMETERS: Type - Object type of the node
474 UINT8 Type,
503 switch (Type)
519 AcpiUtGetTypeName (Type), (char *) Buffer.Pointer);
473 AcpiUtDisplayInitPathname( UINT8 Type, ACPI_NAMESPACE_NODE *ObjHandle, const char *Path) argument
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dpropia.pl206 most_type(Type),
207 infers3(Goal,Vars,Type,Prior,Cond,Module).
213 infers2(Goal,Vars,Type,Prior,Cond,Module) :-
214 infers3(Goal,Vars,Type,Prior,Cond,Module).
217 infers3(Goal,Vars,Type,Prior,Cond,Module) :-
219 suspend( myinfers(Goal,most(Vars),GlobVar,Type,Module,Susp),
224 get_msg_for_goal(Goal,most(Vars),GlobVar,Type,Module,Susp).
227 most_type(Type) :-
229 ( foreach(Solver,KnownSolvers), fromto(Type,Type1,Type2,[]) do
244 myinfers(Goal, Most,GlobVar, Type, Modul
359 Type:msg(V1,V2,MSGV)@Module. label
[all...]
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbtest.c400 switch (Node->Type)
453 /* Emit the common prefix: Type:Name */
456 AcpiUtGetTypeName (Node->Type), Node->Name.Ascii);
467 switch (Node->Type)
520 switch (Node->Type)
594 WriteValue.Type = ACPI_TYPE_INTEGER;
727 WriteValue.Type = ACPI_TYPE_BUFFER;
825 WriteValue.Type = ACPI_TYPE_STRING;
912 Params[0].Type = ACPI_TYPE_LOCAL_REFERENCE;
913 Params[0].Reference.ActualType = Node->Type;
[all...]
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexconcat.c179 switch (Operand0->Common.Type)
185 Operand0Type = Operand0->Common.Type;
205 switch (Operand1->Common.Type)
211 Operand1Type = Operand1->Common.Type;
272 Operand0->Common.Type));
380 Operand0->Common.Type));
426 TypeString = AcpiUtGetTypeName (ObjDesc->Common.Type);
H A Dexoparg3.c181 "FatalOp: Type %X Code %X Arg %X "
190 Fatal->Type = (UINT32) Operand[0]->Integer.Value;
269 (Operand[0])->Common.Type);
300 switch ((Operand[0])->Common.Type)
H A Dexoparg1.c227 * DESCRIPTION: Execute Type 1 monadic operator with numeric operand on
702 UINT32 Type; local
809 Status = AcpiExResolveMultiple (WalkState, Operand[0], &Type, NULL);
817 ReturnDesc = AcpiUtCreateIntegerObject ((UINT64) Type);
834 WalkState, Operand[0], &Type, &TempDesc);
849 switch (Type)
882 AcpiUtGetTypeName (Type)));
926 ((TempDesc->Common.Type == ACPI_TYPE_STRING) ||
927 (TempDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE)))
940 switch ((Operand[0])->Common.Type)
[all...]
H A Dexcreate.c158 if ((TargetNode->Type == ACPI_TYPE_LOCAL_ALIAS) ||
159 (TargetNode->Type == ACPI_TYPE_LOCAL_METHOD_ALIAS))
177 switch (TargetNode->Type)
200 AliasNode->Type = ACPI_TYPE_LOCAL_ALIAS;
208 AliasNode->Type = ACPI_TYPE_LOCAL_METHOD_ALIAS;
223 AcpiNsGetAttachedObject (TargetNode), TargetNode->Type);
410 ACPI_DEBUG_PRINT ((ACPI_DB_LOAD, "Region Type - %s (0x%X)\n",
H A Dexdump.c317 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"},
340 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Notify.HandlerType), "Handler Type"},
488 AcpiOsPrintf ("%20s : %2.2X [%s]\n", "Type",
489 ObjDesc->Common.Type, AcpiUtGetObjectTypeName (ObjDesc));
559 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
563 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) &&
571 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
599 if ((Next->Common.Type == ACPI_TYPE_LOCAL_DATA) &&
631 AcpiUtGetObjectTypeName (Next), Next->Common.Type);
635 if ((Next->Common.Type
[all...]
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnseval.c147 * ParameterType - Type of Parameter list
288 AcpiUtGetTypeName (Info->Node->Type)));
505 ACPI_OBJECT_TYPE Type; local
518 Type = AcpiNsGetType (ParentNode);
527 if ((Type == ACPI_TYPE_DEVICE) && ParentNode->Object)
584 Status = AcpiNsAttachObject (ParentNode, ParentObj, Type);
588 ParentNode->Type = (UINT8) Type;
H A Dnsutils.c185 * RETURN: Type field from Node whose handle is passed
204 return_UINT8 (Node->Type);
212 * PARAMETERS: Type - A namespace object type
223 ACPI_OBJECT_TYPE Type)
228 if (!AcpiUtValidObjectType (Type))
230 /* Type code out of range */
232 ACPI_WARNING ((AE_INFO, "Invalid Object Type 0x%X", Type));
236 return_UINT32 (AcpiGbl_NsProperties[Type] & ACPI_NS_LOCAL);
818 * PARAMETERS: Type
222 AcpiNsLocal( ACPI_OBJECT_TYPE Type) argument
826 AcpiNsOpensScope( ACPI_OBJECT_TYPE Type) argument
[all...]
H A Dnsalloc.c211 (ObjDesc->Common.Type == ACPI_TYPE_LOCAL_DATA))
308 * Type - ACPI object type of the new Node
326 ACPI_OBJECT_TYPE Type)
382 Node->Type = (UINT8) Type;
386 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type), Node, OwnerId,
387 AcpiUtGetNodeName (ParentNode), AcpiUtGetTypeName (ParentNode->Type),
322 AcpiNsInstallNode( ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE *ParentNode, ACPI_NAMESPACE_NODE *Node, ACPI_OBJECT_TYPE Type) argument
H A Dnsconvert.c152 switch (OriginalObject->Common.Type)
223 switch (OriginalObject->Common.Type)
318 switch (OriginalObject->Common.Type)
365 ((*Elements)->Common.Type != ACPI_TYPE_INTEGER))
437 if (OriginalObject->Common.Type == ACPI_TYPE_BUFFER)
513 switch (OriginalObject->Common.Type)
/barrelfish-master/lib/acpica/source/compiler/
H A Daslprune.c154 * Type - Prune type (Device, Method, etc.)
165 UINT32 Type)
173 switch (Type)
188 AcpiOsPrintf ("Unsupported type: %u\n", Type);
163 AslPruneParseTree( UINT32 PruneDepth, UINT32 Type) argument
H A Daslbtypes.c280 * PARAMETERS: Etype - Encoded ACPI Type
396 UINT32 Type; local
407 for (Type = 1; Type <= ACPI_TYPE_EXTERNAL_MAX; Type++)
417 strcat (Buffer, AcpiUtGetTypeName (Type));
504 ThisNodeBtype = AnMapEtypeToBtype (Node->Type);
/barrelfish-master/lib/acpica/source/components/events/
H A Devxfregn.c257 ((Node->Type != ACPI_TYPE_DEVICE) &&
258 (Node->Type != ACPI_TYPE_PROCESSOR) &&
259 (Node->Type != ACPI_TYPE_THERMAL) &&
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daeexec.c201 Arg[0].Type = ACPI_TYPE_INTEGER;
231 ACPI_OBJECT_TYPE Type; local
252 Status = AcpiGetType (Handle, &Type);
254 (Type != ACPI_TYPE_DEVICE))
290 Status = AcpiGetType (Handle, &Type);
292 (Type != ACPI_TYPE_DEVICE))
320 BufArg.Type = ACPI_TYPE_BUFFER;
347 PkgArg.Type = ACPI_TYPE_PACKAGE;
353 PkgElements[0].Type = ACPI_TYPE_INTEGER;
356 PkgElements[1].Type
[all...]
/barrelfish-master/kernel/include/
H A Duefi_mmap.h79 uint32_t Type; member in struct:__anon468
/barrelfish-master/usr/acpi/arch/x86/
H A Dvideo.c42 Arg.Type = ACPI_TYPE_INTEGER;
77 Arg.Type = ACPI_TYPE_INTEGER;
/barrelfish-master/usr/skb/programs/
H A Dbridge_postorder.pl87 Type = mem,
90 constrain_bus(Granularity, Type, _, Addr,MinBus,MaxBus,LMem,HMem,BusElementListP),
91 devicetree(BusElementListP,buselement(bridge,Addr,secondary(MinBus),RBaseP,RHighP,RSizeP, Type, _, _, _),T),
94 % constrain_bus(Granularity, Type, prefetchable, Addr,MinBus,MaxBus,LMem,HMem,BusElementListP),
95 % devicetree(BusElementListP,buselement(bridge,Addr,secondary(MinBus),RBaseP,RHighP,RSizeP, Type, prefetchable, _, _),TP),
98 % constrain_bus(Granularity, Type, nonprefetchable, Addr,MinBus,MaxBus,LMem,HMem,BusElementListNP),
99 % devicetree(BusElementListNP,buselement(bridge,Addr,secondary(MinBus),RBaseNP,RHighNP,RSizeNP, Type, nonprefetchable, _, _),TNP),
136 constrain_bus(Granularity, Type, Prefetch, RootAddr,Bus,MaxBus,LMem,HMem,NewBusElementList) :-
139 findall(buselement(bridge,addr(Bus,Dev,Fun),secondary(Sec),Base,High,Size,Type,Prefetch, PCIe, 0),
143 findall(buselement(device,addr(Bus,Dev,Fun),BAR,Base,High,SizeP,Type,Prefetc
[all...]
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddswload.c300 switch (Node->Type)
326 "Type override - [%4.4s] had invalid type (%s) "
328 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type)));
330 Node->Type = ACPI_TYPE_ANY;
354 AcpiUtGetTypeName (Node->Type), AcpiUtGetNodeName (Node)));
442 Node->Type = (UINT8) ObjectType;
604 Op->Common.Node->Type = (UINT8) ObjectType;
/barrelfish-master/usr/acpi/
H A Dacpi_ec.c224 if (obj->Type == ACPI_TYPE_INTEGER) {
226 } else if (obj->Type == ACPI_TYPE_PACKAGE) {
231 ACPI_DEBUG("_GPE returned unexpected object type %"PRIu32"\n", obj->Type);
255 switch(resource->Type) {
262 ACPI_DEBUG("unhandled EC resource type %"PRIu32"\n", resource->Type);
266 } while (resource->Type != ACPI_RESOURCE_TYPE_END_TAG);
H A Dpcilnk_controller_client.c55 switch(res->Type) {
65 printf("Unknown resource type: %"PRIu32"\n", res->Type);
123 switch(res->Type) {
137 printf("Unknown resource type: %"PRIu32"\n", res->Type);
143 if(res1->Type != ACPI_RESOURCE_TYPE_END_TAG){
144 debug_printf("unexpected ACPI RESOURCE TYPE ??? : %d\n", res1->Type);
/barrelfish-master/lib/acpica/source/common/
H A Ddmtbdump.c552 UINT8 Type; local
569 /* The actual type is the lower 7 bits of Type */
571 Type = (UINT8) (SubTable->Header.Type & 0x7F);
573 switch (Type)
616 SubTable->Header.Type);
629 switch (Type)
1030 switch (SubTable->Type)
1065 SubTable->Type);
1079 if ((SubTable->Type
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dsepia.pl158 current_array_body(Atom, ListOfBounds, Type, Module) :-
159 current_array_body(Array, [Type|_], Module),
162 array_body(ArrSpec, ListOfBounds, Type, Module) :-
164 error(4, array(ArrSpec, ListOfBounds, Type), Module).
165 array_body(ArrSpec, ListOfBounds, Type, Module) :-
168 current_array_body(ArrSpec, [Type|_], Module).
169 array_body(N/A, ListOfBounds, Type, Module) :-
173 current_array_body(Array, [Type|_], Module).
174 array_body(ArrSpec, ListOfBounds, Type, Module) :-
175 error(5, array(ArrSpec, ListOfBounds, Type), Modul
[all...]

Completed in 208 milliseconds

1234567891011