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

  /src/sys/external/bsd/acpica/dist/utilities/
utpredef.c 162 * Names for the types that can be returned by the predefined objects.
257 * ExpectedBTypes - Bitfield of expected data types
261 * DESCRIPTION: Format the expected object types into a printable string.
287 /* If one of the expected types, concatenate the name of this type */
316 /* Types that can be returned externally by a predefined name */
415 * containing all argument types
431 /* Display the types for any arguments */
448 printf (" Return value types: %s\n", Buffer);
461 * PARAMETERS: Buffer - Where to return the formatted types
462 * ArgumentTypes - Types field for this metho
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 292 Status = AcpiDbConvertToObject (Info->Types[i],
526 * Types -
541 ACPI_OBJECT_TYPE *Types,
617 AcpiGbl_DbMethodInfo.Types = Types;
760 LocalInfo.Types = LocalInfo.ArgTypes;
876 * Types - Corresponding array of object types
889 ACPI_OBJECT_TYPE *Types)
899 AcpiGbl_DbMethodInfo.Types = AcpiGbl_DbMethodInfo.ArgTypes
    [all...]
dbnames.c 217 * These object types map directly to the ACPI_TYPES
637 AcpiOsPrintf ("%-32s Arguments %X, Return Types: %s", Pathname,
719 Info->Types[Node->Type]++;
886 /* No argument means display summary/count of all object types */
905 AcpiOsPrintf ("%8u %s\n", ObjectInfo->Types[i],
908 TotalObjects += ObjectInfo->Types[i];
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 462 ACPI_OBJECT_TYPE *Types,
469 ACPI_OBJECT_TYPE *Types);
aclocal.h 3 * Name: aclocal.h - Internal data types used across the ACPI subsystem
296 UINT8 DescriptorType; /* Differentiate object descriptor types */
387 /* Object types used during package copies */
437 * Bitmapped ACPI types. Used internally only
580 * Bitmapped return value types
581 * Note: the actual data types must be contiguous, a loop in nspredef.c
593 #define ACPI_NUM_RTYPES 5 /* Number of actual object types */
1417 /* Resource descriptor types and masks */
1544 ACPI_OBJECT_TYPE *Types;
1580 UINT32 Types[ACPI_TOTAL_TYPES]
    [all...]
acutils.h 258 /* Types for Resource descriptor entries */
886 UINT16 Types);
  /src/sys/fs/hfs/
libhfs.h 38 #include <sys/types.h>
122 } hfs_catalog_rec_kind; /* catalog record types */
138 }; /* common fork types */
143 }; /* catalog key comparison method types */
175 #pragma mark On-Disk Types (Mac OS specific)
225 #pragma mark On-Disk Types
446 #pragma mark Custom Types
  /src/common/dist/zlib/os400/
zlib.inc 78 * Types

Completed in 18 milliseconds