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 346 Resource->Gpio.VendorLength, Level);
639 if (Resource->PinFunction.VendorLength)
647 Resource->PinFunction.VendorLength, Level);
695 UINT32 VendorLength;
704 VendorLength = Resource->CommonSerialBus.TypeDataLength -
713 VendorLength = Resource->CommonSerialBus.TypeDataLength -
722 VendorLength = Resource->CommonSerialBus.TypeDataLength -
731 VendorLength = Resource->CommonSerialBus.TypeDataLength -
745 AcpiDmDumpRawDataBuffer (VendorData, VendorLength, Level);
1179 if (Resource->PinConfig.VendorLength)
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 448 UINT16 VendorLength;
466 VendorLength = RsGetBufferDataLength (InitializerOp);
470 ResSourceLength + VendorLength + InterruptLength;
583 Descriptor->Gpio.VendorLength = VendorLength;
657 UINT16 VendorLength;
675 VendorLength = RsGetBufferDataLength (InitializerOp);
679 ResSourceLength + VendorLength + InterruptLength;
789 Descriptor->Gpio.VendorLength = VendorLength;
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmtbdump2.c 1952 UINT32 VendorLength;
2061 VendorLength = 0;
2081 VendorLength = Subtable->Length - HealthData->DeviceSpecificOffset;
2101 DbgPrint (ASL_DEBUG_OUTPUT, "/* %u, VendorLength %X, Offset %X */\n",
2102 __LINE__, VendorLength, Offset);
2104 if (VendorLength)
2108 VendorLength, AcpiDmTableInfoPhat1b);
2114 Offset += VendorLength;
  /src/sys/external/bsd/acpica/dist/include/
amlresrc.h 543 UINT16 VendorLength;
678 UINT16 VendorLength;
701 UINT16 VendorLength;
738 UINT16 VendorLength;
760 UINT16 VendorLength;
783 UINT16 VendorLength;
acrestyp.h 578 UINT16 VendorLength;
615 UINT16 VendorLength; \
760 UINT16 VendorLength;
775 UINT16 VendorLength;
814 UINT16 VendorLength;
827 UINT16 VendorLength;
841 UINT16 VendorLength;

Completed in 57 milliseconds