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 339 UINT16 ResSourceLength;
357 ResSourceLength = RsGetStringDataLength (InitializerOp);
362 ResSourceLength + VendorLength + InterruptLength;
381 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength);
434 if (ResSourceLength)
548 UINT16 ResSourceLength;
566 ResSourceLength = RsGetStringDataLength (InitializerOp);
571 ResSourceLength + VendorLength + InterruptLength;
589 VendorData = ACPI_ADD_PTR (UINT8, ResourceSource, ResSourceLength);
642 if (ResSourceLength)
    [all...]

Completed in 14 milliseconds