HomeSort by: relevance | last modified time | path
    Searched refs:Where (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixmap.c 205 * PARAMETERS: Where - Physical address of memory to be mapped
216 ACPI_PHYSICAL_ADDRESS Where,
235 Offset = Where % PageSize;
240 fd, (Where - Offset));
257 * PARAMETERS: Where - Logical address of memory to be unmapped
262 * DESCRIPTION: Delete a previously created mapping. Where and Length must
269 void *Where,
277 Offset = ACPI_TO_INTEGER (Where) % PageSize;
278 munmap ((UINT8 *) Where - Offset, (Length + Offset));
oszephyr.c 257 * PARAMETERS: Buffer - Where to return the command line
259 * BytesRead - Where the actual byte count is returned
353 * Value - Where Value is placed
456 * Value - Where Value is placed
625 * Value - Buffer Where Value is placed
732 * NewTable - Where an entire new table is returned.
791 * PARAMETERS: Where - Physical Address of memory to be mapped
802 ACPI_PHYSICAL_ADDRESS Where,
808 z_phys_map (&VirtlAdd, Where, Length, K_MEM_PERM_RW);
818 * PARAMETERS: Where - Logical Address of memory to be unmappe
    [all...]
oswintbl.c 226 * Table - Where a pointer to the table is returned
253 * Table - Where a pointer to the table is returned
254 * Instance - Where a pointer to the table instance no. is
256 * Address - Where the table physical address is returned
403 * Table - Where a pointer to the table is returned
404 * Address - Where the table physical address is returned
610 * Table - Where a pointer to the table is returned
611 * Address - Where the table physical address is returned
692 * PARAMETERS: Where - Physical address of memory to be mapped
703 ACPI_PHYSICAL_ADDRESS Where,
    [all...]
oswinxf.c 337 * NewTable - Where an entire new table is returned.
376 * NewAddress - Where new table address is returned
378 * NewTableLength - Where new table length is returned
640 * PARAMETERS: Buffer - Where to return the command line
642 * BytesRead - Where the actual byte count is returned
700 * PARAMETERS: Where - Physical address of memory to be mapped
711 ACPI_PHYSICAL_ADDRESS Where,
715 return (ACPI_TO_POINTER ((ACPI_SIZE) Where));
723 * PARAMETERS: Where - Logical address of memory to be unmapped
728 * DESCRIPTION: Delete a previously created mapping. Where and Length mus
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acdragonflyex.h 177 ACPI_PHYSICAL_ADDRESS Where,
acdragonfly.h 207 #define AcpiOsMapMemory(Where, Length) \
208 _AcpiOsMapMemory((Where), (Length), __func__, __LINE__)
  /src/usr.bin/make/unit-tests/
dep-double-colon.mk 20 # XXX: Where does the leading space come from?
char-005c-reverse-solidus.mk 10 # TODO: Where is this character used normally?
53 # At the point where the unclosed expression is detected, the ":M" modifier
  /src/sys/arch/emips/ebus/
flash_ebus.c 383 volatile uint8_t * Where = Offset;
384 *Where = Value;
389 volatile uint8_t * Where = Offset;
390 *Value = *Where;
395 volatile uint16_t * Where = Offset;
396 *Where = Value;
401 volatile uint16_t * Where = Offset;
402 *Value = *Where;
410 volatile uint32_t * Where = Offset;
411 *Where = Value
    [all...]
  /src/distrib/amiga/stand/
update 9 Where version is a release from $githubdir
  /src/sys/external/bsd/acpica/dist/executer/
exdebug.c 431 if (!(*SourceDesc->Reference.Where))
437 AcpiExDoDebugObject (*SourceDesc->Reference.Where,
exresolv.c 328 ObjDesc = *StackDesc->Reference.Where;
447 * ReturnType - Where the object type is returned
448 * ReturnDesc - Where the resolved object is returned
600 ObjDesc = *(ObjDesc->Reference.Where);
exstore.c 183 * *DestDesc - Where to store it. Must be an NS node
367 * The object at *(IndexDesc->Reference.Where) is the
371 ObjDesc = *(IndexDesc->Reference.Where);
406 *(IndexDesc->Reference.Where) = NewDesc;
exoparg2.c 173 * Where:
553 ReturnDesc->Reference.Where =
exoparg1.c 174 * Where:
1160 ReturnDesc = *(Operand[0]->Reference.Where);
exdump.c 357 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
  /src/sys/external/bsd/acpica/dist/debugger/
dbobject.c 463 AcpiOsPrintf ("%p", ObjDesc->Reference.Where);
464 if (!ObjDesc->Reference.Where)
466 AcpiOsPrintf (" Uninitialized WHERE pointer");
471 *(ObjDesc->Reference.Where));
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInternal.h 109 void PrintStats(const char *Where, const char *End = "\n", size_t Units = 0);
FuzzerLoop.cpp 323 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) {
327 Printf("#%zd\t%s", TotalNumberOfRuns, Where);
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 602 UINT32 Where);
acobject.h 556 union acpi_operand_object **Where; /* Target of Index */
acpiosxf.h 361 ACPI_PHYSICAL_ADDRESS Where,
  /src/usr.sbin/etcupdate/
etcupdate 106 -t TEMPROOT Where to store temporary files. [/tmp/temproot]
522 # arg refers to a directory where the
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfeval.c 180 * ReturnBuffer - Where to put the object return value (if
313 * ReturnBuffer - Where to put method's return value (if
684 ObjDesc = *(Info->ReturnObject->Reference.Where);
719 * StartObject - Handle in namespace where search begins
726 * ReturnValue - Location where return value of
877 * 01/2010: For this case where a specific HID is requested, we don't
884 * for a matching HID even under device trees where the parent device
975 * ReturnValue - Location where return value of
1164 * Data - Where the data is returned
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
omap3-n950-n9.dtsi 409 gpmc,sync-clk-ps = <15000>; /* TBC; Where this value came? */

Completed in 30 milliseconds

1 2