Home
last modified time | relevance | path

Searched refs:Length1 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexmisc.c454 UINT32 Length1; in AcpiExDoLogicalOp() local
558 Length1 = LocalOperand1->Buffer.Length; in AcpiExDoLogicalOp()
564 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()
572 if ((Length0 == Length1) && in AcpiExDoLogicalOp()
595 if (Length0 > Length1) in AcpiExDoLogicalOp()
615 if (Length0 < Length1) in AcpiExDoLogicalOp()
H A Dexconcat.c508 ACPI_SIZE Length1; in AcpiExConcatTemplate() local
539 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
543 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()
559 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Deventlog.ndl60 DWORD Length1;
H A Dsrvsvc.ndl1467 * Length1
1469 * Length2 (== Length1)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_svc.c455 rec->Length1 = sizeof (logr_record_t); in logr_set_logrecord()