Searched refs:Uid (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c273 ACPI_PNP_DEVICE_ID *Uid; local
301 Uid = ACPI_ALLOCATE_ZEROED (
303 if (!Uid)
311 Uid->String = ACPI_ADD_PTR (char, Uid, sizeof (ACPI_PNP_DEVICE_ID));
317 AcpiExIntegerToString (Uid->String, ObjDesc->Integer.Value);
321 strcpy (Uid->String, ObjDesc->String.Pointer);
324 Uid->Length = Length;
325 *ReturnId = Uid;
/freebsd-13-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c403 ACPI_PNP_DEVICE_ID *Uid = NULL; local
475 Status = AcpiUtExecute_UID (Node, &Uid);
478 InfoSize += Uid->Length;
587 if (Uid)
590 Uid, NextIdString);
635 if (Uid)
637 ACPI_FREE (Uid);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp38 char Uid[8]; member in struct:UstarHeader
/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi20.h421 UINT32 Uid; member in struct:__anon9075
H A DAcpi30.h498 UINT32 Uid; member in struct:__anon9094
H A DAcpi40.h491 UINT32 Uid; member in struct:__anon9118
H A DAcpi50.h657 UINT32 Uid; member in struct:__anon9176
H A DAcpi51.h594 UINT32 Uid; member in struct:__anon9263
H A DAcpi60.h609 UINT32 Uid; member in struct:__anon9355
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmtbinfo2.c633 {ACPI_DMT_UINT32, ACPI_MADT7_OFFSET (Uid), "Processor UID", 0},
663 {ACPI_DMT_UINT32, ACPI_MADT9_OFFSET (Uid), "Processor UID", 0},
674 {ACPI_DMT_UINT32, ACPI_MADT10_OFFSET (Uid), "Processor UID", 0},
686 {ACPI_DMT_UINT32, ACPI_MADT11_OFFSET (Uid), "Processor UID", 0},
H A Ddmtbinfo1.c419 {ACPI_DMT_UINT32, ACPI_CSRT2_OFFSET (Uid), "UID", 0},
664 {ACPI_DMT_UINT32, ACPI_ECDT_OFFSET (Uid), "UID", 0},
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Dactbl2.h840 UINT32 Uid; /* Numeric UID - ACPI 3.0 */ member in struct:acpi_madt_local_sapic
874 UINT32 Uid; /* ACPI processor UID */ member in struct:acpi_madt_local_x2apic
885 UINT32 Uid; /* ACPI processor UID */ member in struct:acpi_madt_local_x2apic_nmi
899 UINT32 Uid; member in struct:acpi_madt_generic_interrupt
H A Dactbl1.h583 UINT32 Uid; member in struct:acpi_csrt_descriptor
938 UINT32 Uid; /* Unique ID - must be same as the EC _UID method */ member in struct:acpi_table_ecdt
/freebsd-13-stable/usr.bin/stat/tests/
H A Dstat_test.sh205 Mode: ($mode/$mode_s) Uid: ($uid/$username) Gid: ($gid/$groupname)
/freebsd-13-stable/sys/x86/acpica/
H A Dmadt.c425 madt_add_cpu(x2apic->Uid, x2apic->LocalApicId,
727 madt_handle_local_nmi(nmi->Uid, nmi->Lint, nmi->IntiFlags);
/freebsd-13-stable/lib/libefivar/
H A Duefi-dplib.h165 UINT32 Uid; member in struct:__anon7606
/freebsd-13-stable/usr.sbin/acpi/acpidump/
H A Dacpi.c512 if (mp->Length > __offsetof(ACPI_MADT_LOCAL_SAPIC, Uid))
513 acpi_print_cpu_uid(lsapic->Uid, lsapic->UidString);
528 acpi_print_cpu_uid(x2apic->Uid, NULL);
533 acpi_print_cpu_uid(x2apic_nmi->Uid, NULL);
538 acpi_print_cpu_uid(gicc->Uid, NULL);
893 printf("\n\tUID=%#x, ", ecdt->Uid);
/freebsd-13-stable/sys/dev/acpica/
H A Dacpi_ec.c297 child = BUS_ADD_CHILD(parent, 3, "acpi_ec", ecdt->Uid);
328 params->uid = ecdt->Uid;
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c565 __pcpu[id].pc_acpi_id = intr->Uid;

Completed in 298 milliseconds