Searched refs:Type (Results 176 - 200 of 266) sorted by relevance

1234567891011

/barrelfish-master/lib/acpica/source/compiler/
H A Dasltypes.h361 UINT8 Type; member in struct:acpi_gpio_info
H A Daslutils.c373 * PARAMETERS: Type - Type of output
386 UINT32 Type,
398 if ((Type == ASL_PARSE_OUTPUT) &&
385 DbgPrint( UINT32 Type, char *Fmt, ...) argument
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbcmds.c415 AcpiOsPrintf ("Idx ID Status Type "
575 "Named object [%4.4s] Type %s, "
577 AcpiUtGetNodeName (Node), AcpiUtGetTypeName (Node->Type));
705 if (Node->Type != ACPI_TYPE_BUFFER)
1241 if (Node->Type != ACPI_TYPE_DEVICE)
1245 Node->Name.Ascii, AcpiUtGetTypeName (Node->Type));
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddscontrol.c388 ((WalkState->Results->Results.ObjDesc [0])->Common.Type ==
/barrelfish-master/lib/acpica/source/components/events/
H A Devgpeutil.c220 if ((GpeBlock->Node)->Type == ACPI_TYPE_DEVICE)
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexfldio.c180 if (RgnDesc->Common.Type != ACPI_TYPE_REGION)
183 RgnDesc->Common.Type,
512 switch (ObjDesc->Common.Type)
646 ObjDesc->Common.Type));
H A Dexutils.c253 (ObjDesc->Common.Type != ACPI_TYPE_INTEGER))
H A Dexconfig.c459 switch (ObjDesc->Common.Type)
711 (DdbHandle->Common.Type != ACPI_TYPE_LOCAL_REFERENCE) ||
/barrelfish-master/lib/acpica/source/components/hardware/
H A Dhwxfsleep.c429 Arg.Type = ACPI_TYPE_INTEGER;
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dxml_acquisition.pl106 ; open_tag(Tag,Context,Attributes,Type, Chars, Chars2 ) ->
107 push_tag( Tag, Chars2, Context, Attributes, Type, Terms, Residue, WF )
112 push_tag( Tag, Chars, Context, Attributes, Type, Terms, Residue, WF ) :-
113 new_element(Tag, Chars, Context, Attributes, Type, Term, Rest, WF0),
120 new_element( TagChars, Chars, Context, Attributes0, Type, Term, Residue, WF ) :-
142 close_tag( Type, Chars, Context2, Contents, Residue, WF ).
159 ( declaration_type( Chars, Type, Chars1 ),
160 declaration_parse( Type, Context, Term, Context1, Chars1, Rest ) ->
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dexpr.pl195 (find_variable(Var, Type, X, Y) ->
196 concat_string([., Type, ., X, ., Y], Link),
/barrelfish-master/kernel/arch/armv8/
H A Dinit.c70 if (desc->Type == EfiConventionalMemory && desc->NumberOfPages > ARMV8_CORE_DATA_PAGES) {
/barrelfish-master/usr/acpi/
H A Dacpi_parse_dmar.c338 * Entries in this structure must have a Device Scope Entry Type of
440 switch (sh->Type) {
476 "ACPI. Skipping\n", sh->Type);
/barrelfish-master/usr/acpi/arch/x86/
H A Dacpi_interrupts_arch.c217 switch(sh->Type) {
395 ACPI_DEBUG("Unknown subtable type %d\n", sh->Type);
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Ddebug.pl91 make_display_matrix_body(Matrix, Prio, Type, SList, Name0, Module) :-
94 tracer_tcl:make_display_matrix_body(Matrix, Prio, Type, SList, Name0, Module)
98 tracer_tcl:make_display_matrix_body(Matrix, Prio, Type, SList, Name0, Module)
/barrelfish-master/lib/acpica/source/include/
H A Dacdisasm.h849 UINT8 Type,
856 UINT8 Type,
878 UINT8 Type);
H A Dacinterp.h192 UINT32 Type);
242 ACPI_TRACE_EVENT_TYPE Type,
/barrelfish-master/lib/acpica/source/include/platform/
H A Dacefiex.h158 UINT8 Type; member in struct:_EFI_DEVICE_PATH
208 UINT32 Type; member in struct:__anon504
544 EFI_ALLOCATE_TYPE Type,
/barrelfish-master/lib/octopus/parser/
H A Dparse.c719 # define YY_SYMBOL_PRINT(Title, Type, Value, Location) \
725 Type, Value); \
863 # define YY_SYMBOL_PRINT(Title, Type, Value, Location)
/barrelfish-master/usr/skb/programs/
H A Dbridge.pl33 % findall(memory_region(Base,Bits,Size,Type,Data),(
34 % memory_region(Base,Bits,Size,Type,Data),
35 % mem_region_type(Type,phyaddr)),
/barrelfish-master/lib/acpica/source/components/resources/
H A Drsdumpinfo.c155 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Dma.Type), "Speed", AcpiGbl_TypDecode},
157 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Dma.Transfer), "Transfer Type", AcpiGbl_SizDecode},
282 {ACPI_RSD_UINT64, ACPI_RSD_OFFSET (ExtAddress64.TypeSpecific), "Type-Specific Attribute", NULL}
288 {ACPI_RSD_1BITFLAG, ACPI_RSD_OFFSET (ExtendedIrq.ProducerConsumer), "Type", AcpiGbl_ConsumeDecode},
337 {ACPI_RSD_UINT8, ACPI_RSD_OFFSET (CommonSerialBus.Type), "Type", AcpiGbl_SbtDecode}, \
404 {ACPI_RSD_LITERAL, ACPI_RSD_TABLE_SIZE (AcpiRsDumpMemoryFlags), "Resource Type", (void *) "Memory Range"},
407 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Mem.RangeType), "Range Type", AcpiGbl_MtpDecode},
413 {ACPI_RSD_LITERAL, ACPI_RSD_TABLE_SIZE (AcpiRsDumpIoFlags), "Resource Type", (void *) "I/O Range"},
414 {ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET (Address.Info.Io.RangeType), "Range Type", AcpiGbl_RngDecod
[all...]
H A Drsmisc.c177 "Misaligned resource pointer (get): %p Type 0x%2.2X Length %u",
178 Resource, Resource->Type, Resource->Length));
206 Resource->Type = INIT_RESOURCE_TYPE (Info);
748 /* Set the Resource Type, General Flags, and Type-Specific Flags */
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosunixxf.c1543 * PARAMETERS: Type - Type of execution
1555 ACPI_EXECUTE_TYPE Type,
1581 ACPI_EXECUTE_TYPE Type,
1554 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
1580 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
H A Doswinxf.c1578 * PARAMETERS: Type - Type of execution
1590 ACPI_EXECUTE_TYPE Type,
1609 ACPI_EXECUTE_TYPE Type,
1589 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
1608 AcpiOsExecute( ACPI_EXECUTE_TYPE Type, ACPI_OSD_EXEC_CALLBACK Function, void *Context) argument
/barrelfish-master/lib/acpica/source/tools/acpihelp/
H A Dahdecode.c543 printf ("%18s: Opcode=%-9s Type (%s)",
544 Op->OpcodeName, Op->OpcodeString, Op->Type);
551 AhPrintOneField (37, 36 + 7 + strlen (Op->Type) + 12,

Completed in 182 milliseconds

1234567891011