Lines Matching refs:DirectoryPath
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()
1263 IN CONST CHAR8 *DirectoryPath, in XenStoreRemove() argument
1270 Path = XenStoreJoin (DirectoryPath, Node); in XenStoreRemove()
1312 IN CONST CHAR8 *DirectoryPath, in XenStoreVSPrint() argument
1328 Status = XenStoreWrite (Transaction, DirectoryPath, Node, Buf); in XenStoreVSPrint()
1338 IN CONST CHAR8 *DirectoryPath, in XenStoreSPrint() argument
1348 Status = XenStoreVSPrint (Transaction, DirectoryPath, Node, FormatString, Marker); in XenStoreSPrint()
1356 IN CONST CHAR8 *DirectoryPath, in XenStoreRegisterWatch() argument
1368 Watch->Node = XenStoreJoin (DirectoryPath, Node); in XenStoreRegisterWatch()
1510 IN CONST CHAR8 *DirectoryPath, in XenBusXenStoreSPrint() argument
1520 Status = XenStoreVSPrint (Transaction, DirectoryPath, Node, FormatString, Marker); in XenBusXenStoreSPrint()