HomeSort by relevance Sort by last modified time
    Searched refs:UID (Results 101 - 125 of 221) sorted by null

1 2 3 45 6 7 8 9

  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidevp.h 127 UINT32 UID;
134 UINT32 UID;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DevicePath.h 121 UINT32 UID;
128 UINT32 UID;
  /prebuilts/go/darwin-x86/src/os/
exec_posix.go 23 // UID/GID), double-check existence of the directory we want
  /prebuilts/go/linux-x86/src/os/
exec_posix.go 23 // UID/GID), double-check existence of the directory we want
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
ConsoleOption.c 120 CopyMem (&Com, &Acpi->UID, sizeof (UINT32));
247 CopyMem (&Com, &Acpi->UID, sizeof (UINT32));
288 Retrieve ACPI UID of UART from device path
291 @param AcpiUid The ACPI UID on output.
293 @retval TRUE Find valid UID from device path
329 CopyMem (AcpiUid, &Acpi->UID, sizeof (UINT32));
338 Sort Uart handles array with Acpi->UID from low to high.
449 // Sort Uart handles array with Acpi->UID from low to high
450 // then Terminal menu can be built from low Acpi->UID to high Acpi->UID
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/
ConsoleOption.c 134 CopyMem (&Com, &Acpi->UID, sizeof (UINT32));
244 CopyMem (&Com, &Acpi->UID, sizeof (UINT32));
285 Retrieve ACPI UID of UART from device path
288 @param AcpiUid The ACPI UID on output.
290 @retval TRUE Find valid UID from device path
326 CopyMem (AcpiUid, &Acpi->UID, sizeof (UINT32));
335 Sort Uart handles array with Acpi->UID from low to high.
446 // Sort Uart handles array with Acpi->UID from low to high
447 // then Terminal menu can be built from low Acpi->UID to high Acpi->UID
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
BdsPlatform.c 193 gPnp16550ComPortDeviceNode.UID = 0;
208 gPnp16550ComPortDeviceNode.UID + 1,
222 gPnp16550ComPortDeviceNode.UID = 1;
237 gPnp16550ComPortDeviceNode.UID + 1,
749 RootBusNumber = ((ACPI_HID_DEVICE_PATH *)DevPathNode)->UID;
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
ConsistMapping.c 362 if (Acpi1->HID > Acpi2->HID || (Acpi1->HID == Acpi2->HID && Acpi1->UID > Acpi2->UID)) {
366 if (Acpi1->HID == Acpi2->HID && Acpi1->UID == Acpi2->UID) {
1046 AppendCSDNum (MappingItem, Acpi->UID);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
X86RecognizableInstr.cpp 198 InstrUID uid) {
199 UID = uid;
203 Spec = &tables.specForUID(UID);
270 InstrUID uid)
276 RecognizableInstr recogInstr(tables, insn, uid);
969 UID, Is32Bit, IgnoresVEX_L);
979 UID, Is32Bit, IgnoresVEX_L);
986 UID, Is32Bit, IgnoresVEX_L);
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 89 llvm::sys::fs::UniqueID UID = FE->getUniqueID();
90 LE.write<uint64_t>(UID.getFile());
91 LE.write<uint64_t>(UID.getDevice());
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiDevicePath.h 112 UINT32 UID;
119 UINT32 UID;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 218 UINT32 UID;
238 UINT32 UID;
    [all...]
  /external/clang/lib/Basic/
FileManager.cpp 309 UFE.UID = NextFileUID++;
385 UFE->UID = NextFileUID++;
  /prebuilts/go/darwin-x86/src/go/doc/
doc.go 68 // A Note represents a marked comment starting with "MARKER(uid): note body".
69 // Any note with a marker of 2 or more upper case [A-Z] letters and a uid of
70 // at least one character is recognized. The ":" following the uid is optional.
74 UID string // uid found with the marker
  /prebuilts/go/darwin-x86/src/syscall/
creds_test.go 18 // (PID, UID, GID) in an ancillary message between two UNIX
55 ucred.Uid = 0
71 ucred.Uid = uint32(os.Getuid())
syscall_linux_test.go 109 // UID/GID 99 is the user/group "nobody" on RHEL/Fedora and is
111 Credential: &syscall.Credential{Uid: 99, Gid: 99},
  /prebuilts/go/linux-x86/src/go/doc/
doc.go 68 // A Note represents a marked comment starting with "MARKER(uid): note body".
69 // Any note with a marker of 2 or more upper case [A-Z] letters and a uid of
70 // at least one character is recognized. The ":" following the uid is optional.
74 UID string // uid found with the marker
  /prebuilts/go/linux-x86/src/syscall/
creds_test.go 18 // (PID, UID, GID) in an ancillary message between two UNIX
55 ucred.Uid = 0
71 ucred.Uid = uint32(os.Getuid())
syscall_linux_test.go 109 // UID/GID 99 is the user/group "nobody" on RHEL/Fedora and is
111 Credential: &syscall.Credential{Uid: 99, Gid: 99},
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.c 243 FdcDev->Disk = (EFI_FDC_DISK) IsaIo->ResourceList->Device.UID;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Wpce791/
LpcDriver.c 134 AcpiNode -> UID != 0 ) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 215 public static final ASN1ObjectIdentifier UID = new ASN1ObjectIdentifier("0.9.2342.19200300.100.1.1");
275 DefaultSymbols.put(UID, "UID");
306 RFC2253Symbols.put(UID, "UID");
329 DefaultLookUp.put("uid", UID);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/cpu-hotplug/
cpu-on-off-test.sh 9 if [ $UID != 0 ]; then
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 359 MCSymbol *GetJTSetSymbol(unsigned UID, unsigned MBBID) const;
545 const MachineBasicBlock *MBB, unsigned uid) const;
  /external/llvm/include/llvm/Object/
Archive.h 31 char UID[6];

Completed in 8481 milliseconds

1 2 3 45 6 7 8 9