Searched refs:Type (Results 101 - 125 of 266) sorted by relevance

1234567891011

/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutxfmutex.c184 (MutexNode->Type != ACPI_TYPE_MUTEX))
H A Dutdebug.c751 * PARAMETERS: Type - Trace event type
765 ACPI_TRACE_EVENT_TYPE Type,
773 AcpiExTracePoint (Type, Begin, Aml, Pathname);
776 AcpiOsTracePoint (Type, Begin, Aml, Pathname);
764 AcpiTracePoint( ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) argument
H A Dutresrc.c558 /* Validate the Resource Type and Resource Length */
645 * Type and Resource Length. Returns an index into the global
672 * Byte 0 contains the descriptor name (Resource Type)
685 * Large Resource Type -- bits 6:0 contain the name
693 * Small Resource Type -- bits 6:3 contain the name
763 if ((AmlResource->CommonSerialBus.Type == 0) ||
764 (AmlResource->CommonSerialBus.Type > AML_RESOURCE_MAX_SERIALBUSTYPE))
770 AmlResource->CommonSerialBus.Type));
791 "Invalid/unsupported resource descriptor: Type 0x%2.2X",
801 "Invalid resource descriptor length: Type "
[all...]
/barrelfish-master/lib/acpica/source/include/
H A Dacdispat.h283 UINT8 Type,
305 UINT8 Type,
318 UINT8 Type,
457 ACPI_OBJECT_TYPE Type,
H A Dactbl2.h213 UINT8 Type; member in struct:acpi_asf_header
220 /* Values for Type field above */
274 UINT8 Type; member in struct:acpi_asf_alert_data
410 UINT16 Type; member in struct:acpi_csrt_descriptor
520 UINT8 Type; /* 0=full 16550, 1=subset of 16550 */ member in struct:acpi_table_dbgp
557 UINT16 Type; member in struct:acpi_dmar_header
609 * DMAR Subtables, correspond to Type in ACPI_DMAR_HEADER
746 UINT8 Type; member in struct:acpi_ibft_header
754 /* Values for Type field above */
858 UINT8 Type; member in struct:acpi_iort_node
1034 UINT8 Type; /* Subtable type */ member in struct:acpi_ivrs_header
1098 UINT8 Type; member in struct:acpi_ivrs_de_header
1222 UINT32 Type; /* Subtable type */ member in struct:acpi_lpit_header
[all...]
H A Dactypes.h853 * | | | +-- Type of dispatch:to method, handler, notify, or none
1001 * Note: Type == ACPI_TYPE_ANY (0) is used to indicate a NULL package element
1006 ACPI_OBJECT_TYPE Type; /* See definition of AcpiNsType for values */ member in union:acpi_object
1009 ACPI_OBJECT_TYPE Type; /* ACPI_TYPE_INTEGER */ member in struct:acpi_object::__anon488
1015 ACPI_OBJECT_TYPE Type; /* ACPI_TYPE_STRING */ member in struct:acpi_object::__anon489
1022 ACPI_OBJECT_TYPE Type; /* ACPI_TYPE_BUFFER */ member in struct:acpi_object::__anon490
1029 ACPI_OBJECT_TYPE Type; /* ACPI_TYPE_PACKAGE */ member in struct:acpi_object::__anon491
1036 ACPI_OBJECT_TYPE Type; /* ACPI_TYPE_LOCAL_REFERENCE */ member in struct:acpi_object::__anon492
1037 ACPI_OBJECT_TYPE ActualType; /* Type associated with the Handle */
1043 ACPI_OBJECT_TYPE Type; /* ACPI_TYPE_PROCESSO member in struct:acpi_object::__anon493
1051 ACPI_OBJECT_TYPE Type; /* ACPI_TYPE_POWER */ member in struct:acpi_object::__anon494
1110 UINT8 Type; member in struct:acpi_predefined_names
1333 ACPI_OBJECT_TYPE Type; /* ACPI object Type */ member in struct:acpi_device_info
[all...]
H A Dacpiosxf.h150 UINT32 Type; member in struct:acpi_signal_fatal_info
413 ACPI_EXECUTE_TYPE Type,
678 ACPI_TRACE_EVENT_TYPE Type,
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daecommon.h254 UINT32 Type,
/barrelfish-master/lib/acpica/source/tools/acpihelp/
H A Dacpihelp.h166 char *Type; member in struct:ah_aml_opcode
/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dacpisrc.h219 UINT8 Type; member in struct:acpi_string_table
227 UINT8 Type; member in struct:acpi_typed_identifier_table
322 UINT8 Type,
481 UINT8 Type);
/barrelfish-master/lib/acpica/source/compiler/
H A Ddttable1.c182 switch (AsfTable->Header.Type & 0x7F) /* Mask off top bit */
224 switch (AsfTable->Header.Type & 0x7F) /* Mask off top bit */
268 switch (AsfTable->Header.Type & 0x7F)
649 switch (DmarHeader->Type)
696 if ((DmarHeader->Type == ACPI_DMAR_TYPE_HARDWARE_AFFINITY) ||
697 (DmarHeader->Type == ACPI_DMAR_TYPE_NAMESPACE))
992 switch (GtdtHeader->Type)
1023 switch (GtdtHeader->Type)
1102 switch (FpdtHeader->Type)
1158 UINT16 Type; local
[all...]
H A Daslxrefout.c338 ParentPath, AcpiUtGetTypeName (Node->Type));
341 switch (Node->Type)
454 AcpiUtGetTypeName (Op->Asl.Node->Type), Op->Asl.Node->ArgCount);
581 AcpiUtGetTypeName (Node->Type), Node->ArgCount);
747 AcpiUtGetTypeName (Node->Type));
862 Operator = AcpiUtGetTypeName (CallerOp->Asl.Node->Type);
H A Daslmapenter.c187 Info->Type = Resource->Gpio.ConnectionType;
234 switch (Resource->CommonSerialBus.Type)
H A Daslxref.c509 if (OpInfo->Type == AML_TYPE_LOCAL_VARIABLE)
546 if (OpInfo->Type == AML_TYPE_METHOD_ARGUMENT)
658 "Type=%s\n", AcpiUtGetTypeName (ObjectType)));
754 (Node->Type == ACPI_TYPE_LOCAL_ALIAS))
776 if ((Node->Type == ACPI_TYPE_LOCAL_RESOURCE_FIELD) ||
777 (Node->Type == ACPI_TYPE_LOCAL_RESOURCE))
892 (Node->Type == ACPI_TYPE_METHOD) &&
919 if (Node->Type != ACPI_TYPE_METHOD)
922 Op->Asl.ExternalName, AcpiUtGetTypeName (Node->Type));
/barrelfish-master/lib/acpica/source/components/hardware/
H A Dhwxface.c667 if (Info->ReturnObject->Common.Type != ACPI_TYPE_PACKAGE)
689 if (Elements[0]->Common.Type != ACPI_TYPE_INTEGER)
704 if ((Elements[0]->Common.Type != ACPI_TYPE_INTEGER) ||
705 (Elements[1]->Common.Type != ACPI_TYPE_INTEGER))
H A Dhwesleep.c155 Arg.Type = ACPI_TYPE_INTEGER;
/barrelfish-master/usr/skb/programs/
H A Dbridge_page_orig_naturally_aligned.pl105 Type = mem,
108 constrain_bus(Granularity, Type, prefetchable, Addr,MinBus,MaxBus,LMem,HMem,BusElementListP),
112 devicetree(BusElementListP,buselement(bridge,Addr,secondary(MinBus),RBaseP,RHighP,RSizeP, Type, prefetchable, _, _),TP),
115 constrain_bus(Granularity, Type, nonprefetchable, Addr,MinBus,MaxBus,LMem,HMem,BusElementListNP),
119 devicetree(BusElementListNP,buselement(bridge,Addr,secondary(MinBus),RBaseNP,RHighNP,RSizeNP, Type, nonprefetchable, _, _),TNP),
174 constrain_bus(Granularity, Type, Prefetch, RootAddr,Bus,MaxBus,LMem,HMem,NewBusElementList) :-
177 findall(buselement(bridge,addr(Bus,Dev,Fun),secondary(Sec),Base,High,Size,Type,Prefetch, PCIe, 0),
182 findall(buselement(device,addr(Bus,Dev,Fun),BAR,Base,High,SizeP,Type,Prefetch, PCIe, Bits),
184 bar(addr(Bus,Dev,Fun),BAR,_,Size, Type, Prefetch, Bits),
192 constrain_bus(Granularity, Type, Prefetc
[all...]
H A Dpci_queries.pl48 find_devices(DevList) :- findall(address(Type,Bus,Dev,Func),
49 device(Type,addr(Bus,Dev,Func),_,_,_,_,_,_),
/barrelfish-master/lib/acpica/source/components/resources/
H A Drsxface.c199 if (Node->Type != ACPI_TYPE_DEVICE)
504 switch (Resource->Type)
619 if (Resource->Type != ACPI_RESOURCE_TYPE_VENDOR)
710 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX)
739 if (Resource->Type == ACPI_RESOURCE_TYPE_END_TAG)
/barrelfish-master/usr/acpi/
H A Dacpi.c63 switch (resource->Type) {
170 switch(res->Type) {
245 printf("resource_printer: Unexpected resource type %"PRIu32"\n", res->Type);
271 if (resource->Type == ACPI_RESOURCE_TYPE_FIXED_MEMORY32) {
400 if(res->Type == ACPI_RESOURCE_TYPE_END_TAG) {
404 switch(res->Type) {
432 printf("Unknown resource type: %"PRIu32"\n", res->Type);
651 if(resource->Type == ACPI_RESOURCE_TYPE_FIXED_MEMORY32) {
657 if(resource->Type == ACPI_RESOURCE_TYPE_EXTENDED_IRQ) {
662 ACPI_DEBUG("unknown ressource type: %d\n", resource->Type);
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dtracer_tcl.pl473 process_inspect_command(childnodes(Type,Arity,LSize,["1"|Path]), Term, Reply, Module) ?- !,
479 Type + Arity are the type and arity of the node; LSize is the current
482 provide_childnodes(Type, Path, Term, Arity, LSize, Reply, Module).
641 get_type(Sub, Type, M),
642 get_summary_info(Type, Sub, Arity, Summary),
643 Reply = [Out, Summary, Type, Arity].
646 get_type(Sub, Type, M) :-
648 refine_type(Type1, Sub, M, Type).
650 refine_type(var, Var, _, Type) :- !,
651 (meta(Var) -> Type
[all...]
H A Dtracer_tty.pl120 print_trace_line(inspect{type:Type,module:M,written:[CurrentTerm|_],path:Pos}) :-
121 (Pos == [], Type == goal ->
757 inspect_subterm(0, inspect{top:Top,module:Module,type:Type,goalf:Tf}, Frame) ?- !,
760 Frame = inspect{top:Top,written:[WTop],path:[],module:Module,type:Type,goalf:Tf},
763 inspect_subterm(Choice, inspect{top:Top,type:Type,path:Pos0,module:Module,written:Written0,goalf:Tf}, Frame) :-
776 Frame = inspect{top:Top,type:Type,module:Module,path:Pos1,written:Written,goalf:Tf},
780 inspect_subterm(N, inspect{top:Top,type:Type,path:Pos,module:Module,written:Written,goalf:Tf}, Frame) :-
796 written:Written1,type:Type,goalf:Tf},
800 move_down(N, inspect{path:Pos,top:Top,written:Written,module:Module,type:Type,goalf:Tf}, Frame) :-
802 traverse_down(N, 0, CPos, Top, Pos, Written, Type, T
[all...]
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddswexec.c225 if (LocalObjDesc->Common.Type != ACPI_TYPE_INTEGER)
228 "Bad predicate (not an integer) ObjDesc=%p State=%p Type=0x%X",
229 ObjDesc, WalkState, ObjDesc->Common.Type));
416 Op->Named.Node, Op->Named.Node->Type, WalkState);
476 OpType = WalkState->OpInfo->Type;
558 (WalkState->Operands[0]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
559 (WalkState->Operands[1]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
594 case AML_TYPE_CONTROL: /* Type 1 opcode, IF/ELSE/WHILE/NOOP */
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsxfeval.c192 /* Type ANY means "don't care" */
209 if (((ACPI_OBJECT *) ReturnBuffer->Pointer)->Type == ReturnType)
218 AcpiUtGetTypeName (((ACPI_OBJECT *) ReturnBuffer->Pointer)->Type),
605 if ((Info->ReturnObject)->Common.Type != ACPI_TYPE_LOCAL_REFERENCE)
655 * PARAMETERS: Type - ACPI_OBJECT_TYPE to search for
659 * when an object of "Type" is found
661 * when an object of "Type" is found
686 ACPI_OBJECT_TYPE Type,
702 if ((Type > ACPI_TYPE_LOCAL_MAX) ||
746 Status = AcpiNsWalkNamespace (Type, StartObjec
685 AcpiWalkNamespace( ACPI_OBJECT_TYPE Type, ACPI_HANDLE StartObject, UINT32 MaxDepth, ACPI_WALK_CALLBACK DescendingCallback, ACPI_WALK_CALLBACK AscendingCallback, void *Context, void **ReturnValue) argument
[all...]
/barrelfish-master/usr/acpi/arch/armv8/
H A Dacpi_interrupts_arch.c61 switch(sh->Type) {
263 ACPI_DEBUG("Unknown subtable type %d\n", sh->Type);

Completed in 274 milliseconds

1234567891011