Home
last modified time | relevance | path

Searched refs:esxVI_Int (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libvirt/libvirt-7.10.0/src/esx/
H A Desx_vi_types.h40 typedef struct _esxVI_Int esxVI_Int; typedef
232 esxVI_Int *_next; /* optional */
238 int esxVI_Int_Alloc(esxVI_Int **number);
239 void esxVI_Int_Free(esxVI_Int **numberList);
240 int esxVI_Int_Validate(esxVI_Int *number);
241 int esxVI_Int_AppendToList(esxVI_Int **numberList, esxVI_Int *number);
242 int esxVI_Int_DeepCopy(esxVI_Int **dest, esxVI_Int *src);
243 int esxVI_Int_CastFromAnyType(esxVI_AnyType *anyType, esxVI_Int **number);
244 int esxVI_Int_Serialize(esxVI_Int *number, const char *element,
246 int esxVI_Int_SerializeList(esxVI_Int *numberList, const char *element,
[all …]
H A Desx_vi.h336 esxVI_Int **value, esxVI_Occurrence occurrence);
H A Desx_driver.c2006 esxVI_Int *counterId = NULL; in esxDomainGetInfo()
2007 esxVI_Int *counterIdList = NULL; in esxDomainGetInfo()
3813 esxVI_Int *memoryUsage = NULL; in esxNodeGetFreeMemory()
H A Desx_vi.c2233 esxVI_Int **value, esxVI_Occurrence occurrence) in esxVI_GetInt()