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

  /src/sys/external/bsd/acpica/dist/resources/
rsmemory.c 272 /* Length of the vendor data (byte count) */
274 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
278 /* Vendor data */
280 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
298 /* Length of the vendor data (byte count) */
300 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
304 /* Vendor data */
306 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
320 /* Default is a small vendor descriptor */
328 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength)
    [all...]
rsxface.c 583 * RetBuffer - Where the vendor resource is returned
588 * vendor-defined resource that matches the supplied UUID and
589 * UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
638 * DESCRIPTION: Match a vendor resource via the ACPI 3.0 UUID
648 ACPI_RESOURCE_VENDOR_TYPED *Vendor;
653 /* Ignore all descriptors except Vendor */
660 Vendor = &Resource->Data.VendorTyped;
669 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) ||
670 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH))
    [all...]
rscalc.c 385 * Vendor Defined Resource:
386 * For a Vendor Specific resource, if the Length is between 1 and 7
390 if (Resource->Data.Vendor.ByteLength > 7)
397 /* Add the size of the vendor-specific data */
400 (TotalSize + Resource->Data.Vendor.ByteLength);
652 * Vendor Resource:
653 * Get the number of vendor data bytes
705 /* Vendor data is optional */
725 /* Vendor data is optional */
755 /* Vendor data is optional *
    [all...]
rsdumpinfo.c 230 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpVendor), "Vendor Specific", NULL},
231 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", NULL},
232 {ACPI_RSD_LONGLIST, ACPI_RSD_OFFSET (Vendor.ByteData[0]), "Vendor Data", NULL}
  /src/sys/external/bsd/gnu-efi/dist/inc/
libsmbios.h 70 SMBIOS_STRING Vendor;
efidevp.h 475 VENDOR_DEVICE_PATH Vendor;
510 VENDOR_DEVICE_PATH *Vendor;
  /src/sys/dev/pci/bktr/
bktr2netbsd 115 echo Vendor: BKTR_SF
  /src/sys/external/bsd/gnu-efi/dist/lib/
dpath.c 535 VENDOR_DEVICE_PATH *Vendor;
539 Vendor = DevPath;
540 switch (DevicePathType(&Vendor->Header)) {
547 CatPrint(Str, L"Ven%s(%g", Type, &Vendor->Guid);
548 if (CompareGuid (&Vendor->Guid, &UnknownDevice) == 0) {
552 UnknownDevPath = (UNKNOWN_DEVICE_VENDOR_DEVICE_PATH *)Vendor;
  /src/sys/external/bsd/acpica/dist/include/
acrestyp.h 268 /* UUID data structures for use in vendor-defined resource descriptors */
370 /* Vendor resource with UUID info (introduced in ACPI 3.0) */
888 ACPI_RESOURCE_VENDOR Vendor;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/exynos/
exynos7.dtsi 630 <0x15570100 0x100>, /* 1: Vendor specificed */
  /src/sys/arch/sparc64/sparc64/
locore.s 825 SYSCALL ! 0x142 OS Vendor syscall

Completed in 53 milliseconds