Home
last modified time | relevance | path

Searched refs:BufferLength (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexfldio.c726 UINT32 BufferLength) in AcpiExExtractFromField() argument
745 if (BufferLength < in AcpiExExtractFromField()
750 ObjDesc->CommonField.BitLength, BufferLength)); in AcpiExExtractFromField()
755 memset (Buffer, 0, BufferLength); in AcpiExExtractFromField()
763 if (BufferLength >= sizeof (UINT64)) in AcpiExExtractFromField()
772 memcpy (Buffer, &RawDatum, BufferLength); in AcpiExExtractFromField()
844 BufferLength - BufferOffset)); in AcpiExExtractFromField()
862 BufferLength - BufferOffset)); in AcpiExExtractFromField()
886 UINT32 BufferLength) in AcpiExInsertIntoField() argument
919 if (BufferLength < RequiredLength) in AcpiExInsertIntoField()
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsargs.c537 UINT32 BufferLength; in AcpiPsGetNextField() local
679 BufferLength = ACPI_GET8 (ParserState->Aml); in AcpiPsGetNextField()
685 BufferLength = ACPI_GET16 (ParserState->Aml); in AcpiPsGetNextField()
691 BufferLength = ACPI_GET32 (ParserState->Aml); in AcpiPsGetNextField()
697 BufferLength = 0; in AcpiPsGetNextField()
703 Arg->Named.Value.Size = BufferLength; in AcpiPsGetNextField()
/titanic_41/usr/src/uts/common/io/chxge/
H A Dsge.h121 u32 BufferLength: 31; member
139 u32 BufferLength: 31;
174 u32 BufferLength; member
182 u32 BufferLength; member
207 u32 BufferLength: 31; member
218 u32 BufferLength: 31; member
H A Dsge.c424 e->BufferLength = cmp->ce_len; in sge_data_out()
457 e->BufferLength = cmp->ce_len; in sge_data_out()
630 e->BufferLength, e->Offload); in sge_data_in()
634 e->Sop, e->Eop, e->BufferLength); in sge_data_in()
1099 e->BufferLength = sz - rxoff; in alloc_freelQ_buffers()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h182 UINT32 BufferLength,
196 UINT32 BufferLength,
204 UINT32 BufferLength,
228 UINT32 BufferLength);
234 UINT32 BufferLength);
H A Dacdispat.h307 UINT32 BufferLength,
H A Dacpiosxf.h491 UINT32 BufferLength,
H A Damlresrc.h119 UINT32 BufferLength; member
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c265 UINT32 BufferLength, in AcpiDsBuildInternalBufferObj() argument
323 ObjDesc->Buffer.Length = BufferLength; in AcpiDsBuildInternalBufferObj()
324 if (ByteListLength > BufferLength) in AcpiDsBuildInternalBufferObj()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h425 UINT32 BufferLength; member
432 UINT32 BufferLength; member
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dundi.c718 undi.pxs->undi_isr.BufferLength, in eb_pxenv_undi_isr()
1028 undi.pxs->undi_isr.BufferLength ); in undi_poll()
1029 nic->packetlen += undi.pxs->undi_isr.BufferLength; in undi_poll()
H A Dpxe.h340 uint16_t BufferLength; /* Length of Frame */ member
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_tool.h451 U32 BufferLength; /* 0x14 */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c3353 if (plbreq.BufferLength < plbreq.TransferCount && in ql_diagnostic_loopback()
3356 "mailbox_buffer_size=%d\n", plbreq.BufferLength, in ql_diagnostic_loopback()
3471 plbrsp.BufferLength = plbreq.TransferCount; in ql_diagnostic_loopback()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c11273 &pDiag_post_msg->BufferLength, in mptsas_start_diag()