Searched refs:PathName (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1085 CHAR16 PathName[1]; member in struct:__anon9438
1088 #define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName)
/freebsd-current/stand/efi/include/
H A Defidevp.h359 CHAR16 PathName[1]; member in struct:_FILEPATH_DEVICE_PATH
362 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp362 if (auto PathName = UFE->File->getName())
363 fillRealPathName(UFE, *PathName);
/freebsd-current/stand/efi/libefi/
H A Defipart.c661 len = ucs2len(node->PathName);
667 cpy16to8(node->PathName, pathname, len + 1);
695 * disk based on PathName compares.
H A Ddevpath.c396 if (ucs2_to_utf8(((FILEPATH_DEVICE_PATH *)node)->PathName,
/freebsd-current/lib/libefivar/
H A Defivar-dp-format.c2013 ucs2_to_utf8(Fp->PathName, &name);
2609 ucs2_to_utf8(fp->PathName, &name);
H A Defivar-dp-parse.c3196 StrCpyS (File->PathName, StrLen (TextDeviceNode) + 1, TextDeviceNode);
3205 v = File->PathName;
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2550 SmallString<128> PathName; local
2551 PathName = Directory.getName();
2552 llvm::sys::path::append(PathName, DirName);
2553 Dir = SourceMgr.getFileManager().getOptionalDirectoryRef(PathName);
/freebsd-current/stand/efi/loader/
H A Dmain.c446 ucs2_to_utf8(fp->PathName, &kernel);

Completed in 122 milliseconds