HomeSort by: relevance | last modified time | path
    Searched refs:Attributes (Results 1 - 18 of 18) sorted by relevancy

  /src/sbin/efi/
bootvar.h 37 uint32_t Attributes;
showvar.c 81 // Boot Option Attributes
329 uint32_t Attributes;
346 info.Attributes = u.bb->Attributes;
367 IS_ACTIVE(info.Attributes) ? '*' : ' ',
389 LOAD_OPTION_BITS, info.Attributes);
setvar.c 359 bb->Attributes |= LOAD_OPTION_ACTIVE;
361 bb->Attributes &= (uint32_t)(~LOAD_OPTION_ACTIVE);
bootvar.c 117 bb->u.body->Attributes = attrib;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efishellintf.h 50 /// Attributes for an argument.
53 UINT32 Attributes;
86 /// List of attributes for each argument.
efipciio.h 194 IN UINT64 Attributes
205 IN UINT64 Attributes
314 IN UINT64 Attributes,
332 OUT UINT64 *Attributes
339 IN UINT64 Attributes,
349 IN UINT64 Attributes,
367 EFI_PCI_IO_PROTOCOL_ATTRIBUTES Attributes;
efigpt.h 44 UINT64 Attributes;
49 // EFI Partition Attributes
efipoint.h 81 UINT32 Attributes;
efiapi.h 226 // Variable attributes
243 OUT UINT32 *Attributes OPTIONAL,
262 IN UINT32 Attributes,
487 IN UINT32 Attributes
502 UINT32 Attributes;
663 IN UINT32 Attributes,
efishell.h 188 OUT UINT32 *Attributes OPTIONAL
efiprot.h 324 IN UINT64 Attributes
332 // File attributes
421 IN UINT64 Attributes,
1051 OUT UINT32 *Attributes,
  /src/sys/external/bsd/gnu-efi/dist/lib/
init.c 177 UINT32 Attributes;
182 Status = uefi_call_wrapper(RT->GetVariable, 5, L"EFIDebug", &EfiGlobalVariable, &Attributes, &DataSize, &NewEFIDebug);
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efivar.h 85 UINT32 Attributes;
piflash64.h 57 // Attributes - Options screen attributes for String. Could allow the string to be different colors.
66 IN UINTN *Attributes OPTIONAL
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 446 UINT64 Attributes);
781 UINT32 Attributes);
794 UINT32 Attributes;
1107 ACPI_EFI_UNKNOWN_INTERFACE Attributes;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo2.c 448 {ACPI_DMT_FLAGS8_2, ACPI_IORT6_FLAG_OFFSET (Flags, 0), "Access Attributes", 0},
521 {ACPI_DMT_UINT32, ACPI_IVRS01_OFFSET (Attributes), "Attributes", 0},
2022 {ACPI_DMT_UINT8, ACPI_PPTT1_OFFSET (Attributes), "Attributes", 0},
2023 {ACPI_DMT_FLAGS0, ACPI_PPTT1_OFFSET (Attributes), "Allocation Type", 0},
2024 {ACPI_DMT_FLAGS2, ACPI_PPTT1_OFFSET (Attributes), "Cache Type", 0},
2025 {ACPI_DMT_FLAG4, ACPI_PPTT1_OFFSET (Attributes), "Write Policy", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl2.h 1102 * Macro to access the Access Attributes in flags field above:
1103 * Access Attributes is encoded in bits 9:2
1107 /* Values for above Access Attributes */
1213 UINT32 Attributes;
3350 UINT8 Attributes;
3375 /* Masks for Attributes */
3381 /* Attributes describing cache */
  /src/usr.sbin/acpitools/acpidump/
acpi.c 1732 printf("Get Error Attributes");
2132 PRINTFLAG(memacc->MemoryFlags, ATTRIBUTES);
2809 switch (cache->Attributes & ACPI_PPTT_MASK_ALLOCATION_TYPE) {
2824 switch (cache->Attributes & ACPI_PPTT_MASK_CACHE_TYPE) {
2839 (cache->Attributes & ACPI_PPTT_MASK_WRITE_POLICY) ?

Completed in 32 milliseconds