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

  /src/sys/external/bsd/acpica/dist/disassembler/
dmutils.c 241 * PARAMETERS: Attribute - Attribute field of AccessAs keyword
245 * DESCRIPTION: Decode the AccessAs attribute byte. (Mostly SMBus and
252 UINT8 Attribute)
255 switch (Attribute)
311 AcpiOsPrintf ("0x%2.2X", Attribute);
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/
vgaclass.h 68 // Clear Screen & Default Attribute
70 UINT32 Attribute;
  /src/sys/external/bsd/acpica/dist/executer/
exserial.c 321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16);
332 AccessorType = ObjDesc->Field.Attribute;
460 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16);
471 AccessorType = ObjDesc->Field.Attribute;
exprep.c 476 ObjDesc->CommonField.Attribute = FieldAttribute;
591 Info->FieldFlags, Info->Attribute,
  /src/sys/arch/i386/stand/efiboot/
efimemory.c 65 return (md->Attribute & EFI_MEMORY_WB) ?
143 if ((md->Attribute & EFI_MEMORY_WB) != 0)
145 if (md->Attribute == target->Attribute) {
169 md->Attribute == target->Attribute &&
407 (uintmax_t)md->Attribute);
  /src/sys/arch/ia64/stand/ia64/efi/
main.c 247 if (p->Attribute & EFI_MEMORY_UC)
249 if (p->Attribute & EFI_MEMORY_WC)
251 if (p->Attribute & EFI_MEMORY_WT)
253 if (p->Attribute & EFI_MEMORY_WB)
255 if (p->Attribute & EFI_MEMORY_UCE)
257 if (p->Attribute & EFI_MEMORY_WP)
259 if (p->Attribute & EFI_MEMORY_RP)
261 if (p->Attribute & EFI_MEMORY_XP)
263 if (p->Attribute & EFI_MEMORY_RUNTIME)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_crtc.c 428 regp->Attribute[0] = 0x00; /* standard colormap translation */
429 regp->Attribute[1] = 0x01;
430 regp->Attribute[2] = 0x02;
431 regp->Attribute[3] = 0x03;
432 regp->Attribute[4] = 0x04;
433 regp->Attribute[5] = 0x05;
434 regp->Attribute[6] = 0x06;
435 regp->Attribute[7] = 0x07;
436 regp->Attribute[8] = 0x08;
437 regp->Attribute[9] = 0x09
    [all...]
disp.h 27 uint8_t Attribute[21];
nouveau_dispnv04_hw.c 596 regp->Attribute[i] = NVReadVgaAttr(dev, head, i);
628 NVWriteVgaAttr(dev, head, i, regp->Attribute[i]);
  /src/sys/external/bsd/acpica/dist/compiler/
aslopcodes.c 444 UINT8 Attribute;
455 /* Second child is the optional access attribute */
468 Attribute = (UINT8) AttribOp->Asl.Value.Integer;
469 if ((Attribute != AML_FIELD_ATTRIB_BYTES) &&
470 (Attribute != AML_FIELD_ATTRIB_RAW_BYTES) &&
471 (Attribute != AML_FIELD_ATTRIB_RAW_PROCESS_BYTES))
  /src/sys/arch/ia64/stand/efi/libefi/
efifs.c 247 if (info->Attribute & EFI_FILE_READ_ONLY)
251 if (info->Attribute & EFI_FILE_DIRECTORY)
282 if (info->Attribute & EFI_FILE_DIRECTORY)
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidef.h 195 UINT64 Attribute; // Field size is 64 bits
eficon.h 75 IN UINTN Attribute
133 INT32 Attribute;
efiprot.h 486 UINT64 Attribute;
  /src/sys/stand/efiboot/
efifdt.c 283 fdt_appendprop_u64(fdt_data, chosen, "netbsd,uefi-memmap", md->Attribute);
285 if ((md->Attribute & EFI_MEMORY_RUNTIME) != 0)
288 if ((md->Attribute & EFI_MEMORY_WB) == 0)
766 if ((md->Attribute & EFI_MEMORY_RUNTIME) == 0) {
boot.c 367 md->Attribute);
  /src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h 276 UINT64 Attribute;
335 UINTN Attribute);
358 INT32 Attribute;
454 /* Values for Attribute used above */
510 UINT64 Attribute;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsfield.c 504 Info->Attribute = (UINT8)
682 Info.Attribute = 0;
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 429 UINT8 Attribute; /* From AccessAs keyword */\
acdisasm.h 1517 UINT8 Attribute);
aclocal.h 424 UINT8 Attribute;
  /src/sys/external/bsd/gnu-efi/dist/lib/
print.c 238 ps.Attr = DbgOut->Mode->Attribute;
788 ps.Attr = Out->Mode->Attribute;
1052 n - Set output attribute to normal (for this field only)
1053 h - Set output attribute to highlight (for this field only)
1054 e - Set output attribute to error (for this field only)
1070 N - Set output attribute to normal
1071 H - Set output attribute to highlight
1072 E - Set output attribute to error

Completed in 31 milliseconds