Home
last modified time | relevance | path

Searched refs:Length (Results 201 – 225 of 267) sorted by relevance

1234567891011

/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Delf64_freebsd.c126 sprintf(buf, "%d", rsdp->Length); in elf64_exec()
/illumos-gate/usr/src/common/acpica/events/
H A Devregion.c384 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
394 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutmisc.c535 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in AcpiUtDisplayInitPathname()
/illumos-gate/usr/src/common/acpica/executer/
H A Dexoparg1.c896 Value = TempDesc->String.Length; in AcpiExOpcode_1A_0T_1R()
904 Value = TempDesc->Buffer.Length; in AcpiExOpcode_1A_0T_1R()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dpxe.c166 if (pxenv_p->Length > sizeof (*pxenv_p)) { in pxe_init()
178 for (counter = 0; counter < pxenv_p->Length; counter++) in pxe_init()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_ioctl.h216 uint32_t Length; member
/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_container.c237 buf.Length = devnamelen; in acpidev_container_filter_func()
/illumos-gate/usr/src/common/acpica/hardware/
H A Dhwxfsleep.c246 if (Facs->Length > 32) in AcpiHwSetFirmwareWakingVector()
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DMtftp4.h246 IN OUT UINT16 *Length,
H A DMtftp6.h384 IN OUT UINT16 *Length,
H A DPciIo.h505 IN OUT UINT64 *Length
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslnamesp.c527 TargetPath.Length = ACPI_ALLOCATE_LOCAL_BUFFER; in NsDoOnePathname()
H A Daslutils.c718 Info.InternalName = UtLocalCacheCalloc (Info.Length); in UtInternalizeName()
H A Ddtutils.c746 Checksum = AcpiTbChecksum (Subtable->Buffer, Subtable->Length); in DtSum()
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c531 return ((oid1->Length == oid2->Length) && in compare_oids()
532 !memcmp(oid1->Data, oid2->Data, oid1->Length)); in compare_oids()
H A Dimport.c758 KMF_KEY_DATA_ATTR, keydata.Data, keydata.Length); in pk_import_rawkey()
762 keylen = keydata.Length * 8; in pk_import_rawkey()
764 KMF_KEYLENGTH_ATTR, &keylen, sizeof (keydata.Length)); in pk_import_rawkey()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsargs.c546 ObjDesc->Region.Address, ObjDesc->Region.Length, Node); in AcpiDsGetRegionArguments()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c463 if (table_header->Length != sizeof (ACPI_TABLE_HPET)) { in hpet_validate_table()
466 (unsigned long)((ACPI_TABLE_HEADER *)hpet_table)->Length, in hpet_validate_table()
478 (unsigned int)table_header->Length)) { in hpet_validate_table()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacpixf.h649 ACPI_SIZE Length,
656 ACPI_SIZE Length,
H A Dacresrc.h377 UINT32 Length,
H A Dactbl3.h388 UINT64 Length; member
/illumos-gate/usr/src/boot/efi/include/Uefi/
H A DUefiSpec.h1121 IN UINTN Length
1612 UINT64 Length; member
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamlib.c404 upw->Length = htolel(pwlen_bytes); in samr_fill_userpw()
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c807 rsdp->Length; in mbi_size()
1122 tsize = sizeof (*ntag) + rsdp->Length; in multiboot2_exec()
1126 memcpy(ntag->mb_rsdp, rsdp, rsdp->Length); in multiboot2_exec()
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h223 UINT8 Length[2]; member
853 UINTN Length);

1234567891011