HomeSort by: relevance | last modified time | path
    Searched defs:VendorLength (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/disassembler/
dmresrcl2.c 238 Resource->Gpio.VendorLength, Level);
531 if (Resource->PinFunction.VendorLength)
539 Resource->PinFunction.VendorLength, Level);
587 UINT32 VendorLength;
596 VendorLength = Resource->CommonSerialBus.TypeDataLength -
605 VendorLength = Resource->CommonSerialBus.TypeDataLength -
614 VendorLength = Resource->CommonSerialBus.TypeDataLength -
623 VendorLength = Resource->CommonSerialBus.TypeDataLength -
637 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level);
1071 if (Resource->PinConfig.VendorLength)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 340 UINT16 VendorLength;
358 VendorLength = RsGetBufferDataLength (InitializerOp);
362 ResSourceLength + VendorLength + InterruptLength;
475 Descriptor->Gpio.VendorLength = VendorLength;
549 UINT16 VendorLength;
567 VendorLength = RsGetBufferDataLength (InitializerOp);
571 ResSourceLength + VendorLength + InterruptLength;
681 Descriptor->Gpio.VendorLength = VendorLength;
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 2001 UINT32 VendorLength;
2110 VendorLength = 0;
2130 VendorLength = Subtable->Length - HealthData->DeviceSpecificOffset;
2150 DbgPrint (ASL_DEBUG_OUTPUT, "/* %u, VendorLength %X, Offset %X */\n",
2151 __LINE__, VendorLength, Offset);
2153 if (VendorLength)
2157 VendorLength, AcpiDmTableInfoPhat1b);
2163 Offset += VendorLength;
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 435 UINT16 VendorLength;
570 UINT16 VendorLength;
593 UINT16 VendorLength;
630 UINT16 VendorLength;
652 UINT16 VendorLength;
675 UINT16 VendorLength;
acrestyp.h 470 UINT16 VendorLength;
507 UINT16 VendorLength; \
652 UINT16 VendorLength;
667 UINT16 VendorLength;
706 UINT16 VendorLength;
719 UINT16 VendorLength;
733 UINT16 VendorLength;

Completed in 20 milliseconds