HomeSort by: relevance | last modified time | path
    Searched defs:Tag (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/disassembler/
dmopcode.c 477 * DESCRIPTION: Emit a description comment for a resource descriptor tag
488 char *Tag;
528 /* Major cheat: We previously put the Tag ptr in the Node field */
530 Tag = ACPI_CAST_PTR (char, IndexOp->Common.Node);
531 if (!Tag || (*Tag == 0))
536 /* Is the tag a predefined name? */
538 Info = AcpiAhMatchPredefinedName (Tag);
546 AcpiOsPrintf (" // %4.4s: %s", Tag,
  /src/sys/arch/prep/include/
chpidpnp.h 40 #define ChipID_Packet 0x70 /* tag for ChipIdPack without size */
122 /* small tag = 0x7n with n bytes. Type == 1 for ChipID
138 unsigned char Tag;
pnp.h 10 /* long tag types for platform dependent information */
509 /* Define a bunch of access functions for the bits in the tag field */
511 /* Tag type - 0 = small; 1 = large */
527 /* a PnP resource is a bunch of contiguous TAG packets ending with an end tag */
531 unsigned char Tag; /* small tag = 0x0a */
536 unsigned char Tag; /* small tag = 0x15 or 0x16 */
544 unsigned char Tag; /* small tag = 0x1c *
    [all...]
  /src/sys/external/bsd/acpica/dist/common/
dmrestag.c 209 * Resource Tag tables
493 * Dispatch table used to obtain the correct tag table for a descriptor.
634 /* Major cheat: The Node field is also used for the Tag ptr. Clear it now */
686 /* Translate the Index to a resource tag pathname */
750 * RETURN: Full pathname for a resource tag. NULL if no match.
753 * DESCRIPTION: Convert a BitIndex into a symbolic resource tag (full pathname)
773 char *Tag;
800 /* Get the tag associated with this resource descriptor and offset */
802 Tag = AcpiDmGetResourceTag (ResourceBitIndex, Aml, ResourceTableIndex);
803 if (!Tag)
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acdisasm.h 378 char *Tag;
aclocal.h 997 /* Structure for Resource Tag information */
1016 ACPI_TAG_INFO Tag; /* Resource descriptor tag info */
  /src/sys/arch/ibmnws/include/
pnp.h 10 /* long tag types for platform dependent information */
484 /* Define a bunch of access functions for the bits in the tag field */
486 /* Tag type - 0 = small; 1 = large */
502 /* a PnP resource is a bunch of contiguous TAG packets ending with an end tag */
506 unsigned char Tag; /* small tag = 0x0a */
511 unsigned char Tag; /* small tag = 0x15 or 0x16 */
519 unsigned char Tag; /* small tag = 0x1c *
    [all...]
  /src/sys/arch/emips/include/
emipsreg.h 47 * and the tag for the type of peripherals in that section.
54 * The tag 0xffff is therefore invalid.
58 * The first entry is for the table itself and has a known tag.
70 volatile uint16_t Tag;
221 volatile uint32_t Tag; /* ro */
275 volatile uint32_t Tag; /* ro value=9 NB: All other registers RESET to 0 */
379 volatile uint32_t Tag; /* ro */
461 volatile uint32_t Tag; /* ro */
516 volatile uint32_t Tag; /* ro */
536 volatile uint32_t Tag; /* ro *
    [all...]
  /src/sys/dev/ic/
mpt_mpilib.h 4056 U16 Tag; /* 02h */

Completed in 27 milliseconds