Searched refs:Type (Results 201 - 225 of 266) sorted by relevance

1234567891011

/barrelfish-master/lib/acpica/source/tools/acpisrc/
H A Dasfile.c453 StringTable[i].Type, FileBuffer);
488 StructTable[i].Type);
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmresrcl2.c506 switch (Resource->CommonSerialBus.Type)
812 SerialBusResourceDispatch [Resource->CommonSerialBus.Type] (
/barrelfish-master/usr/drivers/megaraid/
H A Dmegaraid_vsic.c182 io_request->RaidContext.Type = MPI2_TYPE_CUDA;
286 io_request->RaidContext.Type = MPI2_TYPE_CUDA;
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutosi.c543 (StringDesc->Common.Type != ACPI_TYPE_STRING))
H A Duttrack.c770 /* Validate the descriptor type using Type field and length */
812 AcpiUtGetTypeName (Descriptor->Object.Common.Type),
/barrelfish-master/lib/acpica/source/include/
H A Dacobject.h149 * Note: The DescriptorType and Type fields must appear in the identical
156 UINT8 Type; /* ACPI_OBJECT_TYPE */\
466 UINT32 HandlerType; /* Type: Device/System/Both */
H A Damlresrc.h521 UINT8 Type; \
/barrelfish-master/lib/acpica/source/common/
H A Dadisasm.c568 AcpiGbl_RootNodeStruct.Type = ACPI_TYPE_DEVICE;
/barrelfish-master/lib/acpica/source/compiler/
H A Dasloffset.c194 if ((Node->Type == ACPI_TYPE_LOCAL_RESOURCE) &&
H A Ddtcompiler.h370 UINT8 Type,
H A Daslrestype2s.c433 case 2: /* Share Type - Default: exclusive (0) [Flags] (_SHR) */
628 case 0: /* Share Type [Flags] (_SHR) */
806 Descriptor->I2cSerialBus.Type = AML_RESOURCE_I2C_SERIALBUSTYPE;
965 Descriptor->SpiSerialBus.Type = AML_RESOURCE_SPI_SERIALBUSTYPE;
1153 Descriptor->UartSerialBus.Type = AML_RESOURCE_UART_SERIALBUSTYPE;
/barrelfish-master/usr/skb/programs/
H A Dqueries.pl226 get_cache_size(Level, Type, Size):-
227 ( is_predicate(cache/8), cache(_, _, Level, Type, Size, _, _, _) ->
H A Dirq_routing_new.pl584 % Type should be an atom, one of:
626 add_msi_controller(Lbl, InSize, Type, addr(Bus, Device, Function)) :-
627 (Type = msi ; Type = msix),
645 get_unused_controller_label(Type, 0, Lbl),
646 assert_controller(Lbl, Type, InRange, MSIOutRange).
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Delipsys.pl739 current_array_body(Atom, ListOfBounds, Type, Module) :-
740 current_array_body(Array, [Type|_], Module),
949 % B.16 Type Testing and Conversion
955 type_of([_|_],Type) :- -?-> !, Type=list.
956 type_of(Term,Type) :- call_explicit(type_of(Term,Type), sepia_kernel).
H A Dmegalog.pl845 | Section 13.18 -- Type Testing |
864 type_of([_|_],Type) ?- Type=list.
865 type_of(Term,Type) :- sepia::type_of(Term,Type).
973 att_type(Relname, Position, Type) :- bang_attribute(Relname, Position, Type).
H A Dio.pl921 do_get_file_info(File, type, Type) :-
924 ( TypeBits == 8'010000 -> Type = fifo
925 ; TypeBits == 8'020000 -> Type = char_device
926 ; TypeBits == 8'040000 -> Type = directory
927 ; TypeBits == 8'060000 -> Type = block_device
928 ; TypeBits == 8'100000 -> Type = file
929 ; TypeBits == 8'120000 -> Type = link
930 ; TypeBits == 8'140000 -> Type = socket
931 ; Type = unknown
1177 get_a_peer_property(type, peer_info{type:Type}, Typ
[all...]
H A Dasm.pl443 tab(Type,Table) switch table of Type (int,atom,functor,
1257 asm_arg(tab{table:Table,type:Type}, H, IList0, IList, TList0, TList, BList0, BList) ?- !,
1258 table_size(Table, Type, Size),
1261 make_switch_table(Type, H, TLabel, Table, TList0, TList).
1401 make_switch_table(Type, H, TL, Table, [align(2),label(TL)|Ts0], Ts) :-
1403 (Type == atom ; Type == functor), !,
1415 table_size(Table, Type, Size) :-
1417 extra_table_entries(Type, Extr
[all...]
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkeclipse.tcl716 # balloonhelp $w.ml "Name of module to be created. Type <Ret> or click on OK to create module."
717 # balloonhelp $w.ll "Name of language to be loaded with module. Type <Ret> or click on OK to create module."
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsstring.tex31 \chapter{The String Data Type}
47 \section{Choosing The Appropriate Data Type}
/barrelfish-master/lib/acpica/source/components/dispatcher/
H A Ddswstate.c826 ParserState->StartNode->Type, WalkState);
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dlabel.pl295 tk_next_event([Type|Args]),
297 handle_event(Type, Args, Mode, Cont),
318 tk_next_event([Type|Args]),
320 handle_event(Type, Args, Mode, Cont),
H A Dmatrices.pl462 (string(N) -> atom_string(Type, N); Type = N),
464 memberchk([Sq, Type|_], Matrices).
/barrelfish-master/lib/cxx/cxxabi/demangle/
H A DItaniumDemangle.h1635 Node *Type; member in class:NewExpr
1642 : Node(KNewExpr), ExprList(ExprList_), Type(Type_), InitList(InitList_),
1646 F(ExprList, Type, InitList, IsGlobal, IsArray);
1661 Type->print(S);
1725 const Node *Type; member in class:ConversionExpr
1730 : Node(KConversionExpr), Type(Type_), Expressions(Expressions_) {}
1732 template<typename Fn> void match(Fn F) const { F(Type, Expressions); }
1736 Type->print(S);
1925 StringView Type; member in class:IntegerLiteral
1930 : Node(KIntegerLiteral), Type(Type
[all...]
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl452 rule_type((_H==>_B), Type) ?- !, Type = propagation.
453 rule_type((H<=>_B), Type) ?-
455 Type = simpogation ; Type = simplification.
1421 single_simpogation(KHeadsL, DHeadsL, Body, InvBody, Type, Module),
1422 simpogation_action(Type, Rule, KHeadsL0, KHeadsL, DHeadsL0, DHeadsL, Body,
1543 single_simpogation([KH], [DH], Body, NBody, Type, Module) :-
1548 Type = nobody
1550 ; Type
[all...]
/barrelfish-master/lib/acpica/source/tools/acpiexec/
H A Daeregion.c453 if (RegionObject->Region.Type != ACPI_TYPE_REGION)

Completed in 233 milliseconds

1234567891011