Searched refs:esxVI_Int (Results 1 – 4 of 4) sorted by relevance
40 typedef struct _esxVI_Int esxVI_Int; typedef232 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 …]
336 esxVI_Int **value, esxVI_Occurrence occurrence);
2006 esxVI_Int *counterId = NULL; in esxDomainGetInfo()2007 esxVI_Int *counterIdList = NULL; in esxDomainGetInfo()3813 esxVI_Int *memoryUsage = NULL; in esxNodeGetFreeMemory()
2233 esxVI_Int **value, esxVI_Occurrence occurrence) in esxVI_GetInt()