Home
last modified time | relevance | path

Searched refs:MPath (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Utility/
DPath.c283 wchar_t *MPath = NULL; in ParsePath() local
309 MPath = calloc(MapLen+2, sizeof(wchar_t)); in ParsePath()
310 if(MPath != NULL) { in ParsePath()
311 wmemcpy(MPath, WPath, MapLen+1); in ParsePath()
357 *MapPath = MPath; in ParsePath()
359 else if(MPath != NULL) { in ParsePath()
360 free(MPath); /* Caller doesn't want it so let MPath go free */ in ParsePath()
367 if(MPath == NULL) { in ParsePath()
381 Status = __DevSearch( MPath, NULL, &Node); in ParsePath()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/Device/
DConsole.h48 IN CHAR16 *MPath
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
DdaShell.c464 wchar_t *MPath in da_ShellOpen() argument
491 if(MPath != NULL) { in da_ShellOpen()
498 wcsncpy(WPath, MPath, NAME_MAX); /* Get the Map Name */ in da_ShellOpen()
569 if(MPath != NULL) { in da_ShellOpen()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c663 wchar_t *MPath; in open() local
673 Status = ParsePath(path, &NewPath, &Node, &Instance, &MPath); in open()
697 doresult = Node->OpenFunc(Node, filp, Instance, NewPath, MPath); in open()
726 free(MPath); // We don't need this any more. in open()
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dkfile.h149 int Instance, wchar_t *Path, wchar_t *MPath);
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
DdaConsole.c500 wchar_t *MPath // Not used for console devices in da_ConOpen() argument