Lines Matching refs:LenPtr
362 OUT UINT32 *LenPtr in XenStoreGetOutputChunk() argument
370 *LenPtr = Len; in XenStoreGetOutputChunk()
391 OUT UINT32 *LenPtr in XenStoreGetInputChunk() argument
400 *LenPtr = Len; in XenStoreGetInputChunk()
743 OUT UINT32 *LenPtr OPTIONAL, in XenStoreReadReply()
767 if (LenPtr != NULL) { in XenStoreReadReply()
768 *LenPtr = Message->Header.len; in XenStoreReadReply()
797 OUT UINT32 *LenPtr OPTIONAL, in XenStoreTalkv()
832 Status = XenStoreReadReply ((enum xsd_sockmsg_type *)&Message.type, LenPtr, &Return); in XenStoreTalkv()
879 OUT UINT32 *LenPtr OPTIONAL, in XenStoreSingle()
889 LenPtr, Result); in XenStoreSingle()
1214 OUT UINT32 *LenPtr OPTIONAL, in XenStoreRead()
1223 Status = XenStoreSingle (Transaction, XS_READ, Path, LenPtr, &Value); in XenStoreRead()