HomeSort by relevance Sort by last modified time
    Searched refs:DeviceNode (Results 1 - 20 of 20) sorted by null

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
Device.h 36 } DeviceNode;
41 extern DeviceNode *daDefaultDevice; ///< Device to use if nothing else found
42 extern DeviceNode *daRootDevice; ///< Device containing the root file system
43 extern DeviceNode *daCurrentDevice; ///< Device currently being accessed
60 DeviceNode * EFIAPI __DevRegister( const CHAR16 *DevName, GUID *DevProto, FO_OPEN OpenFunc,
63 /** Find a DeviceNode matching DevName or DevProto, or both.
79 EFI_STATUS EFIAPI __DevSearch( CHAR16 *DevName, GUID *DevProto, DeviceNode **Node);
130 ParsePath( const char *path, wchar_t **FullPath, DeviceNode **DevNode, int *Which, wchar_t **MapPath);
193 PathAlias(wchar_t *Path, DeviceNode **Node);
Console.h 30 DeviceNode *Parent; ///< Points to the parent Device Node.
44 IN DeviceNode *DevNode,
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DevSearch.c 24 /** Find a DeviceNode matching DevName or DevProto, or both.
46 OUT DeviceNode **Node
50 DeviceNode *WorkNode;
62 WorkNode = (DeviceNode *)GetFirstNode((LIST_ENTRY *)&daDeviceList);
107 WorkNode = (DeviceNode *)GetNextNode(&daDeviceList, (LIST_ENTRY *)WorkNode);
DevGenisis.c 27 DeviceNode *daDefaultDevice = NULL; ///< Device to use if nothing else found
28 DeviceNode *daRootDevice = NULL; ///< Device containing the root file system
29 DeviceNode *daCurrentDevice = NULL; ///< Device currently being accessed
98 DeviceNode *
110 DeviceNode *Node;
121 Node = (DeviceNode *)AllocateZeroPool(sizeof(DeviceNode));
Path.c 232 DeviceNode **Node
274 OUT DeviceNode **DevNode,
284 DeviceNode *Node = NULL;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathToText/
DevicePathToText.h 35 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
45 DeviceNode - Points to the device node to be converted.
55 NULL - if DeviceNode is NULL or there was insufficient memory.
73 DeviceNode - Points to the device path to be converted.
83 NULL - if DeviceNode is NULL or there was insufficient memory.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePathToText.h 30 @param DeviceNode Points to the device node to be converted.
39 @retval NULL if DeviceNode is NULL or there was insufficient memory.
45 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
DevicePathUtilities.h 80 If DeviceNode is NULL then a copy of DevicePath is returned.
81 If DevicePath is NULL then a copy of DeviceNode, followed by an end-of-device path device node is returned.
82 If both DeviceNode and DevicePath are NULL then a copy of an end-of-device-path device node is returned.
85 @param DeviceNode Points to the device node.
95 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
UefiDevicePathLib.c 272 @param DeviceNode A Pointer to the device node to be converted.
280 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
287 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
292 return UefiDevicePathLibConvertDeviceNodeToText (DeviceNode, DisplayOnly, AllowShortcuts);
307 NULL if DeviceNode is NULL or there was insufficient memory.
UefiDevicePathLibOptionalDevicePathProtocol.c 367 @param DeviceNode A Pointer to the device node to be converted.
375 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
382 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
391 return mDevicePathLibDevicePathToText->ConvertDeviceNodeToText (DeviceNode, DisplayOnly, AllowShortcuts);
394 return UefiDevicePathLibConvertDeviceNodeToText (DeviceNode, DisplayOnly, AllowShortcuts);
409 NULL if DeviceNode is NULL or there was insufficient memory.
UefiDevicePathLib.h 388 NULL if DeviceNode is NULL or there was insufficient memory.
402 @param DeviceNode A Pointer to the device node to be converted.
410 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
417 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
DevicePathFromText.c     [all...]
DevicePathToText.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathUtilities/
DevicePathUtilities.h 88 or either DevicePath or DeviceNode is NULL.
97 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode
106 DeviceNode - Points to the device node.
111 or either DevicePath or DeviceNode is NULL.
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DevicePathLib.h 498 NULL if DeviceNode is NULL or there was insufficient memory.
512 @param DeviceNode A Pointer to the device node to be converted.
520 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
527 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.c 85 PCI_DEVICE *DeviceNode;
95 DeviceNode = (PCI_DEVICE *) (DevList + Dev->Length);
97 DeviceNode->BusNum = BusNum;
98 DeviceNode->DevNum = DevNum;
99 DeviceNode->FuncNum = FuncNum;
222 @param[in] DeviceNode - The device node.
230 IN OPAL_SMM_DEVICE *DeviceNode,
245 while (Length < DeviceNode->Length) {
246 DevNode = (PCI_DEVICE *)((UINT8*)DeviceNode->PciBridgeNode + Length);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLibDevicePathProtocol/
UefiDevicePathLib.c 745 @param DeviceNode A Pointer to the device node to be converted.
753 @return A pointer to the allocated text representation of the device node or NULL if DeviceNode
760 IN CONST EFI_DEVICE_PATH_PROTOCOL *DeviceNode,
769 return mDevicePathLibDevicePathToText->ConvertDeviceNodeToText (DeviceNode, DisplayOnly, AllowShortcuts);
787 NULL if DeviceNode is NULL or there was insufficient memory.
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c 566 DeviceNode *Node;
664 DeviceNode *Node;
927 DeviceNode *FromNode;
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 58 static DeviceNode *ConNode[NUM_SPECIAL];
496 DeviceNode *DevNode,
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 460 DeviceNode *DevNode,
803 DeviceNode *Node;

Completed in 614 milliseconds