Searched refs:Where (Results 1 - 25 of 34) sorted by relevance

12

/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Dosunixmap.c169 * PARAMETERS: Where - Physical address of memory to be mapped
180 ACPI_PHYSICAL_ADDRESS Where,
199 Offset = Where % PageSize;
204 fd, (Where - Offset));
221 * PARAMETERS: Where - Logical address of memory to be unmapped
226 * DESCRIPTION: Delete a previously created mapping. Where and Length must
233 void *Where,
241 Offset = ACPI_TO_INTEGER (Where) % PageSize;
242 munmap ((UINT8 *) Where - Offset, (Length + Offset));
179 AcpiOsMapMemory( ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length) argument
232 AcpiOsUnmapMemory( void *Where, ACPI_SIZE Length) argument
H A Doswintbl.c193 * Table - Where a pointer to the table is returned
220 * Table - Where a pointer to the table is returned
221 * Instance - Where a pointer to the table instance no. is
223 * Address - Where the table physical address is returned
283 * Table - Where a pointer to the table is returned
284 * Address - Where the table physical address is returned
494 * PARAMETERS: Where - Physical address of memory to be mapped
505 ACPI_PHYSICAL_ADDRESS Where,
509 return (ACPI_TO_POINTER ((ACPI_SIZE) Where));
517 * PARAMETERS: Where
504 AcpiOsMapMemory( ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length) argument
528 AcpiOsUnmapMemory( void *Where, ACPI_SIZE Length) argument
[all...]
H A Doswinxf.c304 * NewTable - Where an entire new table is returned.
343 * NewAddress - Where new table address is returned
345 * NewTableLength - Where new table length is returned
580 * PARAMETERS: Buffer - Where to return the command line
582 * BytesRead - Where the actual byte count is returned
640 * PARAMETERS: Where - Physical address of memory to be mapped
651 ACPI_PHYSICAL_ADDRESS Where,
655 return (ACPI_TO_POINTER ((ACPI_SIZE) Where));
663 * PARAMETERS: Where - Logical address of memory to be unmapped
668 * DESCRIPTION: Delete a previously created mapping. Where an
650 AcpiOsMapMemory( ACPI_PHYSICAL_ADDRESS Where, ACPI_SIZE Length) argument
674 AcpiOsUnmapMemory( void *Where, ACPI_SIZE Length) argument
[all...]
/barrelfish-master/lib/acpica/source/include/platform/
H A Dacdragonflyex.h141 ACPI_PHYSICAL_ADDRESS Where,
H A Dacdragonfly.h171 #define AcpiOsMapMemory(Where, Length) \
172 _AcpiOsMapMemory((Where), (Length), __func__, __LINE__)
/barrelfish-master/lib/acpica/source/components/executer/
H A Dexdebug.c396 if (!(*SourceDesc->Reference.Where))
402 AcpiExDoDebugObject (*SourceDesc->Reference.Where,
H A Dexresolv.c292 ObjDesc = *StackDesc->Reference.Where;
411 * ReturnType - Where the object type is returned
412 * ReturnDesc - Where the resolved object is returned
550 ObjDesc = *(ObjDesc->Reference.Where);
H A Dexstore.c147 * *DestDesc - Where to store it. Must be an NS node
331 * The object at *(IndexDesc->Reference.Where) is the
335 ObjDesc = *(IndexDesc->Reference.Where);
370 *(IndexDesc->Reference.Where) = NewDesc;
H A Dexoparg2.c137 * Where:
517 ReturnDesc->Reference.Where =
H A Dexoparg1.c138 * Where:
1088 ReturnDesc = *(Operand[0]->Reference.Where);
H A Dexdump.c321 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
/barrelfish-master/lib/acpica/source/components/debugger/
H A Ddbobject.c417 AcpiOsPrintf ("%p", ObjDesc->Reference.Where);
418 if (!ObjDesc->Reference.Where)
425 *(ObjDesc->Reference.Where));
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Devents.pl89 no_err_handler(X, Where) :-
92 error_message(X, Where).
94 error_handler(X, Where) :-
95 error_message(X, Where),
100 error_handler(X, Where, CM, LM) :-
101 error_message(X, Where, CM, LM),
109 call_handler(X, Where, CM, LM) :-
131 ( CM == LM -> QualWhere = Where ; QualWhere = LM:Where ),
134 call_handler(_, Where, C
[all...]
H A Dsepia.pl252 err_msg(X, Where):-
256 printf(error, Format, [Msg, Where]).
H A Dkernel.pl1744 Where = ""
1746 concat_string([" on worker ", W], Where)
1748 printf(log_output, "Aborting execution%s ...\n%b", Where),
2378 % Import Module's interface into Where
2383 import_interface(Module, Where) :- % may fail with bip_error
2384 ( recorded_module_import(Where, Module) ->
2389 ( import_interface_directive(Goal, Module, Where) -> true ; ! ),
2394 record_module_import(Module, Where)
3449 reexport_only(Module, Where, Things) :-
3453 ( reexport_from_(Module, Pred, Where)
[all...]
/barrelfish-master/lib/acpica/source/include/
H A Dacdebug.h550 UINT32 Where);
H A Dacobject.h512 union acpi_operand_object **Where; /* Target of Index */ member in struct:acpi_object_reference
H A Dacpiosxf.h325 ACPI_PHYSICAL_ADDRESS Where,
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dbetween.pl71 nonvar(L), % Where both args are instantiated
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dfd_min_max.pl279 % Where gets unified with 'expr' when the list contains expressions
280 max_list_range(List, Where, Min, Max) :-
283 max_list_range(List, Where, Minint, Max, Maxint, Min).
286 max_list_range([Var|Rest], Where, SoFar, Max, MinSoFar, Min) :-
293 max_list_range(Rest, Where, NewMax, Max, NewMin, Min).
/barrelfish-master/usr/eclipseclp/
H A DRUNME258 ask "Where is the X11 Tcl/Tk objects library directory (.dylib files)" TCL_ARCH_LIBRARY ""
266 ask "Where is the Tcl/Tk objects library directory (.$OBJECTS_SUFFIX/.a files)" TCL_ARCH_LIBRARY ""
394 ask "Where do you want to install executables" EXE_DIR
443 #ask "Where is the daVinci home directory" DAVINCIHOME
452 ask "Where is your Java Runtime Environment installed (s to skip)" jre ""
554 ask "Where is the X11 library directory" X_LIBRARIES
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsopsys.tex166 [eclipse 1]: getcwd(Where).
168 Where = "/usr/name/prolog"
173 [eclipse 3]: get_flag(cwd, Where)
175 Where = "/usr/name"
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsxfeval.c144 * ReturnBuffer - Where to put method's return value (if
250 * ReturnBuffer - Where to put method's return value (if
621 ObjDesc = *(Info->ReturnObject->Reference.Where);
1101 * Data - Where the data is returned
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dlabel.pl896 set_text(Text, Where) :-
897 tcl("## configure -text {##}", [Where, Text]).
/barrelfish-master/doc/021-cpudriver/
H A Dcpudriver.tex93 What libraries we use in the kernel? Where is the shared code between libbarrelfish and a cpudriver?

Completed in 103 milliseconds

12