Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexmisc.c343 UINT32 Length1; in AcpiExDoLogicalOp() local
441 Length1 = LocalOperand1->Buffer.Length; in AcpiExDoLogicalOp()
447 (Length0 > Length1) ? Length1 : Length0); in AcpiExDoLogicalOp()
455 if ((Length0 == Length1) && in AcpiExDoLogicalOp()
478 if (Length0 > Length1) in AcpiExDoLogicalOp()
498 if (Length0 < Length1) in AcpiExDoLogicalOp()
H A Dexconcat.c398 ACPI_SIZE Length1; in AcpiExConcatTemplate() local
429 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer); in AcpiExConcatTemplate()
433 NewLength = Length0 + Length1 + sizeof (AML_RESOURCE_END_TAG); in AcpiExConcatTemplate()
449 memcpy (NewBuf + Length0, Operand1->Buffer.Pointer, Length1); in AcpiExConcatTemplate()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Deventlog.ndl58 DWORD Length1;
H A Dsrvsvc.ndl1465 * Length1
1467 * Length2 (== Length1)
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_svc.c454 rec->Length1 = sizeof (logr_record_t); in logr_set_logrecord()