HomeSort by relevance Sort by last modified time
    Searched defs:DevName (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h 29 const CHAR16 *DevName;
47 @param DevName Name of the device to add.
60 DeviceNode * EFIAPI __DevRegister( const CHAR16 *DevName, GUID *DevProto, FO_OPEN OpenFunc,
63 /** Find a DeviceNode matching DevName or DevProto, or both.
65 If DevName is NULL, then the device name is not used in the search.
68 If both DevName and DevProto are specified, then both must match.
71 @param DevName Name of the Device Abstraction to find.
76 @retval RETURN_INVALID_PARAMETER Both DevName and DevProto are NULL or Node is NULL.
79 EFI_STATUS EFIAPI __DevSearch( CHAR16 *DevName, GUID *DevProto, DeviceNode **Node);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalDriver.c 523 CHAR16 *DevName;
561 DevName = NULL;
590 &DevName
598 &DevName
601 if (!EFI_ERROR(Status) && DevName != NULL) {
602 StrLength = StrLen(DevName) + 1; // Add one for NULL terminator
605 StrCpyS (Dev->Name16, StrLength, DevName);
607 UnicodeStrToAsciiStrS (DevName, Dev->NameZ, StrLength);
  /external/syslinux/dosutil/
eltorito.asm 945 mov si, DevName ;Device Name is at ds:si
1086 DevName db ' Device Name: ', 0
1088 db 'Usage: device=eltorito.sys /D:<DevName>',CR,0

Completed in 769 milliseconds