Searched defs:StringLength (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMS_if.h59 UINT32 StringLength; member in struct:__anon746
/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexconvrt.c443 UINT32 StringLength = 0; local
468 StringLength = ACPI_MAX_DECIMAL_DIGITS;
476 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth);
484 ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) StringLength);
494 StringLength = AcpiExConvertToAscii (
499 ReturnDesc->String.Length = StringLength;
500 NewBuf [StringLength] = 0;
524 StringLength += 4;
528 StringLength += 3;
532 StringLength
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscalc.c127 * (StringLength includes the NULL terminator) plus the size of the
132 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1));
160 UINT32 StringLength = 0; local
183 StringLength = ResourceLength - MinimumAmlResourceLength - 1;
190 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength));
361 Resource->Data.Gpio.ResourceSource.StringLength +
373 Resource->Data.I2cSerialBus.ResourceSource.StringLength +
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacrestyp.h333 UINT16 StringLength; member in struct:acpi_resource_source

Completed in 49 milliseconds