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

  /src/sys/external/bsd/acpica/dist/utilities/
utids.c 3 * Module Name: utids - support for device IDs - HID, UID, CID, SUB, CLS
146 * ReturnId - Where the string UID is returned
151 * ID of the device. The UID is either a 64-bit Integer (NOT an
165 ACPI_PNP_DEVICE_ID *Uid;
191 /* Allocate a buffer for the UID */
193 Uid = ACPI_ALLOCATE_ZEROED (
195 if (!Uid)
203 Uid->String = ACPI_ADD_PTR (char, Uid, sizeof (ACPI_PNP_DEVICE_ID));
209 AcpiExIntegerToString (Uid->String, ObjDesc->Integer.Value)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
TarWriter.cpp 38 char Uid[8];
  /src/sys/external/bsd/acpica/dist/namespace/
nsxfname.c 296 ACPI_PNP_DEVICE_ID *Uid = NULL;
368 Status = AcpiUtExecute_UID (Node, &Uid);
371 InfoSize += Uid->Length;
464 * Copy the HID, UID, and CIDs to the return buffer. The variable-length
480 if (Uid)
483 Uid, NextIdString);
528 if (Uid)
530 ACPI_FREE (Uid);
  /src/sys/arch/hppa/hppa/
db_disasm.c 854 #define Uid(i) BitfR(i,23,3,_b233)
979 #define Fpi(w) (Uid(w)>3)
1891 if ((fmt & 1) == 0 && (Uid(w) & 2))
1921 if ((fmt & 1) == 0 && (Uid(w) & 1))
1942 if ((dfmt & 1) == 0 && (Uid(w) & 1))
1962 if ((fmt & 1) == 0 && (Uid(w) & 1))
2065 u_int uid = Uid(w); local
2067 const char *pfx = uid > 1 ? "c" : "f";
2071 if (uid) {
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 682 UINT32 Uid;
854 UINT32 Uid;
1536 UINT32 Uid; /* Unique ID - must be same as the EC _UID method */
actbl2.h 1620 UINT32 Uid; /* Numeric UID - ACPI 3.0 */
1621 char UidString[]; /* String UID - ACPI 3.0 */
1654 UINT32 Uid; /* ACPI processor UID */
1665 UINT32 Uid; /* ACPI processor UID */
1679 UINT32 Uid;
1947 UINT32 Uid; /* ACPI processor UID */
    [all...]

Completed in 72 milliseconds