Home
last modified time | relevance | path

Searched refs:UID (Results 1 – 25 of 29) sorted by relevance

12

/dragonfly/stand/boot/efi/boot1/
H A Dboot1.c219 acpi->UID); in devpath_node_str()
222 acpi->UID); in devpath_node_str()
225 acpi->UID); in devpath_node_str()
228 acpi->UID); in devpath_node_str()
231 acpi->UID); in devpath_node_str()
234 acpi->UID); in devpath_node_str()
237 EISA_ID_TO_NUM(acpi->HID), acpi->UID); in devpath_node_str()
242 acpi->UID); in devpath_node_str()
/dragonfly/contrib/bmake/mk/
H A Dmanifest.mk47 UID.dirs ?= 0
52 UID.files ?= 0
H A Down.mk128 _uid:= ${.MAKE.UID:U${id -u:L:sh}}
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddf.h735 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
736 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
737 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE()) \ argument
738 ? DF_INSN_UID_GET (UID) \
H A Dsel-sched-ir.h769 #define SID_BY_UID(UID) (VEC_index (sel_insn_data_def, s_i_d, LUID_BY_UID (UID))) argument
779 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
H A Dsched-int.h112 #define LUID_BY_UID(UID) (VEC_index (int, sched_luids, UID)) argument
H A Dgdbinit.in40 There is also debug_rtx_find (rtx, uid) that will scan a list for UID and print
H A Dtree.h2676 #define SET_DECL_PT_UID(NODE, UID) \ argument
2677 (DECL_COMMON_CHECK (NODE)->decl_common.pt_uid = (UID))
H A Dparams.def873 "The minimum UID to be used for a nondebug insn",
/dragonfly/lib/libefivar/
H A Defivar-dp-format.c430 UefiDevicePathLibCatPrint (Str, "PciRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
434 UefiDevicePathLibCatPrint (Str, "PcieRoot(0x%x)", Acpi->UID); in DevPathToTextAcpi()
438 UefiDevicePathLibCatPrint (Str, "Floppy(0x%x)", Acpi->UID); in DevPathToTextAcpi()
442 UefiDevicePathLibCatPrint (Str, "Keyboard(0x%x)", Acpi->UID); in DevPathToTextAcpi()
446 UefiDevicePathLibCatPrint (Str, "Serial(0x%x)", Acpi->UID); in DevPathToTextAcpi()
450 UefiDevicePathLibCatPrint (Str, "ParallelPort(0x%x)", Acpi->UID); in DevPathToTextAcpi()
458 UefiDevicePathLibCatPrint (Str, "Acpi(0x%08x,0x%x)", Acpi->HID, Acpi->UID); in DevPathToTextAcpi()
517 if ((*HIDStr == '\0') && (*CIDStr == '\0') && (AcpiEx->UID == 0)) { in DevPathToTextAcpiEx()
539 if (AcpiEx->UID == 0) { in DevPathToTextAcpiEx()
542 UefiDevicePathLibCatPrint (Str, "0x%x,", AcpiEx->UID); in DevPathToTextAcpiEx()
[all …]
H A Defivar-dp-parse.c794 Acpi->UID = (UINT32) Strtoi (UIDStr); in DevPathFromTextAcpi()
826 Acpi->UID = (UINT32) Strtoi (UIDStr); in ConvertFromTextAcpi()
975 AcpiEx->UID = (UINT32) Strtoi (UIDStr); in DevPathFromTextAcpiEx()
1018 AcpiEx->UID = 0; in DevPathFromTextAcpiExp()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddf.h760 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
761 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
762 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument
763 ? DF_INSN_UID_GET (UID) \
H A Dsel-sched-ir.h784 #define SID_BY_UID(UID) (&s_i_d[LUID_BY_UID (UID)]) argument
794 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
H A Dsched-int.h110 #define LUID_BY_UID(UID) (sched_luids[UID]) argument
H A Dtree.h2313 #define SET_DECL_PT_UID(NODE, UID) \ argument
2314 (DECL_COMMON_CHECK (NODE)->decl_common.pt_uid = (UID))
H A Dparams.def992 "The minimum UID to be used for a nondebug insn.",
/dragonfly/stand/contrib/edk2/MdePkg/Include/Protocol/
H A DDevicePath.h211 UINT32 UID; member
231 UINT32 UID; member
/dragonfly/sys/contrib/dev/acpica/source/tools/acpiexec/
H A Daetables.h551 [03Ch 0060 4] UID : 00000000
/dragonfly/contrib/lvm2/dist/scripts/
H A Dlvm_dump.sh103 if test "$UID" != "0" && test "$EUID" != "0"; then
H A Dvgimportclone.sh103 if [ "$UID" != "0" -a "$EUID" != "0" ]
/dragonfly/contrib/file/magic/Magdir/
H A Dluks92 # uuid[40]; UID of device as string like: 242256c6-396e-4a35-af5f-5b70cb7af9a7
/dragonfly/share/examples/diskless/
H A DREADME.BOOTP155 did an NFS export of /images/swap enforcing a UID of 'lander' for
/dragonfly/contrib/lvm2/dist/
H A Dconfigure.in176 [ --with-device-uid=UID Set the owner used for new device nodes [[UID=0]] ],
185 [ --with-device-gid=UID Set the group used for new device nodes [[GID=0]] ],
/dragonfly/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi516 get their actual UID, GID, timestamp, and file mode values.
1371 and writing the archive index, use their actual UID, GID, timestamp,
2646 header will show zero for the UID, GID, and timestamp. When this
2662 actual UID, GID, timestamp, and file mode values.
3081 and writing the archive index, use their actual UID, GID, timestamp,
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi266 index at which a variable is found in the array is used as a UID

12