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

  /src/sys/external/bsd/acpica/dist/resources/
rsmemory.c 164 /* Length of the vendor data (byte count) */
166 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
170 /* Vendor data */
172 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
190 /* Length of the vendor data (byte count) */
192 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength),
196 /* Vendor data */
198 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Vendor.ByteData[0]),
212 /* Default is a small vendor descriptor */
220 {ACPI_RSC_COUNT16, ACPI_RS_OFFSET (Data.Vendor.ByteLength)
    [all...]
rsxface.c 475 * RetBuffer - Where the vendor resource is returned
480 * vendor-defined resource that matches the supplied UUID and
481 * UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
530 * DESCRIPTION: Match a vendor resource via the ACPI 3.0 UUID
540 ACPI_RESOURCE_VENDOR_TYPED *Vendor;
545 /* Ignore all descriptors except Vendor */
552 Vendor = &Resource->Data.VendorTyped;
561 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) ||
562 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
563 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH))
    [all...]
rscalc.c 277 * Vendor Defined Resource:
278 * For a Vendor Specific resource, if the Length is between 1 and 7
282 if (Resource->Data.Vendor.ByteLength > 7)
289 /* Add the size of the vendor-specific data */
292 (TotalSize + Resource->Data.Vendor.ByteLength);
544 * Vendor Resource:
545 * Get the number of vendor data bytes
597 /* Vendor data is optional */
617 /* Vendor data is optional */
647 /* Vendor data is optional *
    [all...]
rsdumpinfo.c 122 {ACPI_RSD_TITLE, ACPI_RSD_TABLE_SIZE (AcpiRsDumpVendor), "Vendor Specific", NULL},
123 {ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Vendor.ByteLength), "Length", NULL},
124 {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 160 /* UUID data structures for use in vendor-defined resource descriptors */
262 /* Vendor resource with UUID info (introduced in ACPI 3.0) */
780 ACPI_RESOURCE_VENDOR Vendor;
  /src/sys/arch/sparc64/sparc64/
locore.s 825 SYSCALL ! 0x142 OS Vendor syscall

Completed in 27 milliseconds