Searched refs:DirectoryPath (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
D | XenStore.h | 58 IN CONST CHAR8 *DirectoryPath, 102 IN CONST CHAR8 *DirectoryPath, 122 IN CONST CHAR8 *DirectoryPath, 140 IN CONST CHAR8 *DirectoryPath, 193 IN CONST CHAR8 *DirectoryPath, 214 IN CONST CHAR8 *DirectoryPath, 237 IN CONST CHAR8 *DirectoryPath, 265 IN CONST CHAR8 *DirectoryPath, 350 IN CONST CHAR8 *DirectoryPath,
|
D | XenStore.c | 301 IN CONST CHAR8 *DirectoryPath, in XenStoreJoin() argument 309 BufSize = AsciiStrLen (DirectoryPath) + AsciiStrLen (Node) + 2; in XenStoreJoin() 314 AsciiSPrint (Buf, BufSize, "%a", DirectoryPath); in XenStoreJoin() 316 AsciiSPrint (Buf, BufSize, "%a/%a", DirectoryPath, Node); in XenStoreJoin() 1167 IN CONST CHAR8 *DirectoryPath, in XenStoreListDirectory() argument 1178 Path = XenStoreJoin (DirectoryPath, Node); in XenStoreListDirectory() 1214 IN CONST CHAR8 *DirectoryPath, in XenStoreRead() argument 1224 Path = XenStoreJoin (DirectoryPath, Node); in XenStoreRead() 1238 IN CONST CHAR8 *DirectoryPath, in XenStoreWrite() argument 1247 Path = XenStoreJoin (DirectoryPath, Node); in XenStoreWrite() [all …]
|