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

  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osunixmap.c 97 * PARAMETERS: Where - Physical address of memory to be mapped
108 ACPI_PHYSICAL_ADDRESS Where,
127 Offset = Where % PageSize;
132 fd, (Where - Offset));
149 * PARAMETERS: Where - Logical address of memory to be unmapped
154 * DESCRIPTION: Delete a previously created mapping. Where and Length must
161 void *Where,
169 Offset = ACPI_TO_INTEGER (Where) % PageSize;
170 munmap ((UINT8 *) Where - Offset, (Length + Offset));
oszephyr.c 149 * PARAMETERS: Buffer - Where to return the command line
151 * BytesRead - Where the actual byte count is returned
245 * Value - Where Value is placed
348 * Value - Where Value is placed
517 * Value - Buffer Where Value is placed
624 * NewTable - Where an entire new table is returned.
683 * PARAMETERS: Where - Physical Address of memory to be mapped
694 ACPI_PHYSICAL_ADDRESS Where,
700 z_phys_map (&VirtlAdd, Where, Length, K_MEM_PERM_RW);
710 * PARAMETERS: Where - Logical Address of memory to be unmappe
    [all...]
oswintbl.c 118 * Table - Where a pointer to the table is returned
145 * Table - Where a pointer to the table is returned
146 * Instance - Where a pointer to the table instance no. is
148 * Address - Where the table physical address is returned
295 * Table - Where a pointer to the table is returned
296 * Address - Where the table physical address is returned
502 * Table - Where a pointer to the table is returned
503 * Address - Where the table physical address is returned
584 * PARAMETERS: Where - Physical address of memory to be mapped
595 ACPI_PHYSICAL_ADDRESS Where,
    [all...]
oswinxf.c 229 * NewTable - Where an entire new table is returned.
268 * NewAddress - Where new table address is returned
270 * NewTableLength - Where new table length is returned
532 * PARAMETERS: Buffer - Where to return the command line
534 * BytesRead - Where the actual byte count is returned
592 * PARAMETERS: Where - Physical address of memory to be mapped
603 ACPI_PHYSICAL_ADDRESS Where,
607 return (ACPI_TO_POINTER ((ACPI_SIZE) Where));
615 * PARAMETERS: Where - Logical address of memory to be unmapped
620 * DESCRIPTION: Delete a previously created mapping. Where and Length mus
    [all...]
  /src/sys/external/bsd/acpica/dist/include/platform/
acdragonflyex.h 69 ACPI_PHYSICAL_ADDRESS Where,
acdragonfly.h 99 #define AcpiOsMapMemory(Where, Length) \
100 _AcpiOsMapMemory((Where), (Length), __func__, __LINE__)
  /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 323 if (!(*SourceDesc->Reference.Where))
329 AcpiExDoDebugObject (*SourceDesc->Reference.Where,
exresolv.c 220 ObjDesc = *StackDesc->Reference.Where;
339 * ReturnType - Where the object type is returned
340 * ReturnDesc - Where the resolved object is returned
492 ObjDesc = *(ObjDesc->Reference.Where);
exstore.c 75 * *DestDesc - Where to store it. Must be an NS node
259 * The object at *(IndexDesc->Reference.Where) is the
263 ObjDesc = *(IndexDesc->Reference.Where);
298 *(IndexDesc->Reference.Where) = NewDesc;
exoparg2.c 65 * Where:
445 ReturnDesc->Reference.Where =
exoparg1.c 66 * Where:
1052 ReturnDesc = *(Operand[0]->Reference.Where);
exdump.c 249 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"},
  /src/sys/external/bsd/acpica/dist/debugger/
dbobject.c 355 AcpiOsPrintf ("%p", ObjDesc->Reference.Where);
356 if (!ObjDesc->Reference.Where)
358 AcpiOsPrintf (" Uninitialized WHERE pointer");
363 *(ObjDesc->Reference.Where));
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 494 UINT32 Where);
acobject.h 448 union acpi_operand_object **Where; /* Target of Index */
acpiosxf.h 253 ACPI_PHYSICAL_ADDRESS 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/usr.bin/make/unit-tests/
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/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 72 * ReturnBuffer - Where to put the object return value (if
205 * ReturnBuffer - Where to put method's return value (if
576 ObjDesc = *(Info->ReturnObject->Reference.Where);
611 * StartObject - Handle in namespace where search begins
618 * ReturnValue - Location where return value of
769 * 01/2010: For this case where a specific HID is requested, we don't
776 * for a matching HID even under device trees where the parent device
867 * ReturnValue - Location where return value of
1056 * Data - Where the data is returned
  /src/share/mk/
bsd.own.mk 871 # Where the system object and source trees are kept; can be configurable
1171 # Don't let this build where it really isn't supported.
1820 # Default to USE_XZ_SETS on some 64bit architectures where decompressor
1849 # Where X11 sources are and where it is installed to.

Completed in 339 milliseconds