Searched refs:StringLength (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexconvrt.c519 UINT32 StringLength = 0; local
545 StringLength = ACPI_MAX_DECIMAL_DIGITS;
553 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth);
561 ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) StringLength);
571 StringLength = AcpiExConvertToAscii (ObjDesc->Integer.Value, Base,
576 ReturnDesc->String.Length = StringLength;
577 NewBuf [StringLength] = 0;
602 StringLength += 4;
606 StringLength += 3;
610 StringLength
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DLMS_if.h59 UINT32 StringLength; member in struct:__anon783
H A DLMEConnection.cpp542 ntohl(((APF_GENERIC_HEADER *)buf)->StringLength))) {
551 ntohl(((APF_GENERIC_HEADER *)buf)->StringLength))) {
785 ntohl(pHeader->StringLength) +
/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscalc.c201 * (StringLength includes the NULL terminator) plus the size of the
206 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1));
234 UINT32 StringLength = 0; local
256 StringLength = ResourceLength - MinimumAmlResourceLength - 1;
263 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength));
H A Drsutils.c485 ResourceSource->StringLength = AcpiRsStrcpy (ResourceSource->StringPtr,
494 ResourceSource->StringLength = 0;
534 if (ResourceSource->StringLength)
553 DescriptorLength += ((ACPI_RSDESC_SIZE) ResourceSource->StringLength + 1);
/opensolaris-onvv-gate/usr/src/uts/intel/sys/acpi/
H A Dacrestyp.h368 UINT16 StringLength; member in struct:acpi_resource_source

Completed in 122 milliseconds