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

  /src/sys/external/bsd/acpica/dist/compiler/
aslrestype2s.c 447 UINT16 ResSourceLength;
465 ResSourceLength = RsGetStringDataLength (InitializerOp);
470 ResSourceLength + VendorLength + InterruptLength;
489 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength);
542 if (ResSourceLength)
656 UINT16 ResSourceLength;
674 ResSourceLength = RsGetStringDataLength (InitializerOp);
679 ResSourceLength + VendorLength + InterruptLength;
697 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength);
750 if (ResSourceLength)
    [all...]

Completed in 11 milliseconds