Searched refs:Type (Results 151 - 175 of 266) sorted by relevance

1234567891011

/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumserrors.tex80 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
91 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
103 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
112 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
124 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
136 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
193 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
264 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
286 \heading{Event} & \heading{Event Type} & \heading{Default Event Handler}\\
297 \heading{Event} & \heading{Event Type}
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Denvironment.pl740 help(Type:Name/Arity) :-
741 (var(Type) -> true; atom(Type)),
745 findall(Bip, find_match(Type, Name, Arity, Bip), List),
783 find_match(Type, Name, Arity, Bip) :- % find bip matching Pred
786 Bip = bip(Name, BipArity, _, Type, _),
794 BipInfo = bip(Name, Arity, System, Type, _),
798 concat_string([Dir,'/doc/bips/',System,/,Type,/,File,'.txt'], HelpFile),
821 printf("In library %w: %w/%w%n", [Type, Name, Arity]),
827 ((MatchType == full, delete(bip(Name,Arity, kernel, Type, Fil
[all...]
H A Dtoplevel.pl155 args:["Type":"one of the atoms 'tty' or 'gui'"],
166 toplevel_init(Type) :-
169 ( Type = tty -> tty_toplevel_init, setval(toplevel_type, tty)
170 ; Type = gui -> gui_toplevel_init, setval(toplevel_type, gui)
171 ; Type = peer -> gui_toplevel_init, setval(toplevel_type, gui)
172 ; error(6, toplevel_init(Type))
174 ; Old = Type ->
178 [Old,toplevel_init(Type)])
194 getval(toplevel_type, Type),
195 ( var(Type)
[all...]
H A Devents.pl338 make_array_args(Culprit, Array, Type, Visibility),
339 ( current_array(Array, [Type,Visibility])@Module ->
350 make_array_args(make_array(Array, Type), Array, Type, global).
351 make_array_args(make_local_array(Array, Type), Array, Type, local).
358 make_array_args(local(array(Array, Type)), Array, Type, local) :- !.
360 make_array_args(global(array(Array, Type)), Array, Type, globa
[all...]
H A Dtest_util.pl306 test_body(File, Type, Module) :-
307 test_body(File, Type, "", Module).
309 test_body(File, Type, Info, Module) :-
312 printf(testlog, "%nRunning tests from file (using %w) %w...%n%b", [Type,File1]),
316 test_stream(S, Type, Info, Module),
321 test_stream(S, Type, Info, M) :-
342 do_test(Type, Test, M),
H A Dpdb.pl150 current_macro_body1(Type, Pred, List, PredModule, Module) :-
151 Type = type(T),
153 is_macro(Type, Pred, List, PredModule, Module).
H A Dsuspend.pl497 eval_range(Xs, Range, From, To, Type, M),
498 check_range(Xs, From, To, Type).
503 eval_range(Xs, Range, From, To, Type, M),
504 ( Type == integer ->
505 check_range(Xs, From, To, Type)
536 eval_range(_X, From0..To0, From, To, Type, M) :- !,
540 Type = integer
542 Type = number
549 check_range(X, From, To, Type) :- number(X), !,
550 check_range_number(X, From, To, Type)
[all...]
/barrelfish-master/lib/acpica/source/compiler/
H A Daslanalyze.c193 * Type - HID or CID
205 ACPI_NAME Type)
242 if (Type == ASL_TYPE_CID)
203 AnCheckId( ACPI_PARSE_OBJECT *Op, ACPI_NAME Type) argument
H A Ddtfield.c156 * Type - Field type
169 UINT8 Type,
175 switch (Type)
165 DtCompileOneField( UINT8 *Buffer, DT_FIELD *Field, UINT32 ByteLength, UINT8 Type, UINT8 Flags) argument
H A Daslresource.c152 UINT8 Type,
201 if (Type != ACPI_RESOURCE_NAME_IO)
216 if (Type == ACPI_RESOURCE_NAME_MEMORY24)
151 RsSmallAddressCheck( UINT8 Type, UINT32 Minimum, UINT32 Maximum, UINT32 Length, UINT32 Alignment, ACPI_PARSE_OBJECT *MinOp, ACPI_PARSE_OBJECT *MaxOp, ACPI_PARSE_OBJECT *LengthOp, ACPI_PARSE_OBJECT *AlignOp, ACPI_PARSE_OBJECT *Op) argument
H A Daslcompiler.h318 ACPI_NAME Type);
320 /* Values for Type argument above */
642 UINT32 Type);
1048 UINT32 Type,
1052 /* Type values for above */
1174 UINT8 Type,
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbutils.c245 switch (ObjDesc->Type)
249 AcpiOsPrintf ("[Null Object] (Type=0)\n");
315 AcpiOsPrintf ("[Unknown Type] %X\n", ObjDesc->Type);
/barrelfish-master/lib/acpica/source/components/events/
H A Devrgnini.c383 while (PciDeviceNode && (PciDeviceNode->Type != ACPI_TYPE_DEVICE))
676 switch (Node->Type)
H A Devxfgpe.c481 if (DeviceNode->Type != ACPI_TYPE_DEVICE)
978 if (Node->Type != ACPI_TYPE_DEVICE)
1086 if (Node->Type != ACPI_TYPE_DEVICE)
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexoparg2.c200 AcpiUtGetTypeName (Node->Type)));
480 switch ((Operand[0])->Common.Type)
/barrelfish-master/lib/acpica/source/include/
H A Dacpixf.h667 ACPI_OBJECT_TYPE Type,
760 ACPI_OBJECT_TYPE Type,
822 UINT32 Type,
831 UINT32 Type,
1302 ACPI_TRACE_EVENT_TYPE Type,
H A Dactbl1.h180 UINT8 Type; member in struct:acpi_subtable_header
221 UINT32 BlockStatus; /* Type of error information */
546 UINT16 Type; member in struct:acpi_hest_header
552 /* Values for Type field above for subtables */
633 UINT8 Type; member in struct:acpi_hest_notify
645 /* Values for Notify Type field above */
916 * MADT Subtables, correspond to Type in ACPI_SUBTABLE_HEADER
1026 UINT8 Type; /* 1=PMI, 2=INIT, 3=corrected */ member in struct:acpi_madt_interrupt_source
1243 UINT16 Type; member in struct:acpi_nfit_header
1288 /* Range Type GUID
[all...]
H A Dacdebug.h266 ACPI_OBJECT_TYPE Type,
H A Dacmacros.h414 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \
415 {Name, (UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
417 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \
418 {(UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
H A Dacstruct.h242 ACPI_OBJECT_INTEGER *Type; member in struct:acpi_aml_operands::__anon485
/barrelfish-master/usr/eclipseclp/Contrib/
H A Ddistfix.pl30 distfixop(Priority, Type, Pattern, Term)
31 where Priority is as usual, Type is currently only fx or fy (if
440 distfixop(Priority, Type, Pattern, Template) :-
444 atom(Type),
445 ( ( Type = fx, Right is Priority-1
446 ; Type = fy, Right = Priority
452 ; ( Type = xfx, Right is Priority-1
453 ; Type = xfy, Right = Priority
454 ; Type = yfx, Right is Priority-1
459 op(Priority, Type, Ato
[all...]
/barrelfish-master/usr/acpi/
H A Dacpi_parse_madt.c272 ACPI_DEBUG(SKB_SCHEMA_INTERRUPT_SOURCE, e->IntiFlags, e->Type, e->Id, e->Eid,
275 return skb_add_facts(SKB_SCHEMA_INTERRUPT_SOURCE, e->IntiFlags, e->Type, e->Id,
407 switch(sh->Type) {
/barrelfish-master/lib/acpica/source/components/resources/
H A Drsirq.c350 {ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET (Data.Dma.Type),
/barrelfish-master/lib/acpica/source/components/utilities/
H A Duteval.c206 switch ((Info->ReturnObject)->Common.Type)
254 "Type returned from %s was incorrect: %s, expected Btypes: 0x%X",
/barrelfish-master/lib/acpica/source/common/
H A Dadwalk.c288 Status = AcpiDsScopeStackPush (NamespaceRoot, NamespaceRoot->Type,
343 Status = AcpiDsScopeStackPush (NamespaceRoot, NamespaceRoot->Type,
398 Status = AcpiDsScopeStackPush (NamespaceRoot, NamespaceRoot->Type,
983 ObjectType2 = Object->Common.Type;

Completed in 139 milliseconds

1234567891011