Searched refs:esxVI_AnyType (Results 1 – 4 of 4) sorted by relevance
/dports/devel/libvirt/libvirt-7.10.0/src/esx/ |
H A D | esx_vi_types.h | 37 typedef struct _esxVI_AnyType esxVI_AnyType; typedef 139 esxVI_AnyType *_unused; /* optional */ 156 int esxVI_AnyType_Alloc(esxVI_AnyType **anyType); 157 void esxVI_AnyType_Free(esxVI_AnyType **anyType); 158 const char *esxVI_AnyType_TypeToString(esxVI_AnyType *anyType); 159 int esxVI_AnyType_ExpectType(esxVI_AnyType *anyType, esxVI_Type type); 160 int esxVI_AnyType_DeepCopy(esxVI_AnyType **dest, esxVI_AnyType *src); 161 int esxVI_AnyType_Deserialize(xmlNodePtr node, esxVI_AnyType **anyType); 243 int esxVI_Int_CastFromAnyType(esxVI_AnyType *anyType, esxVI_Int **number); 364 (esxVI_AnyType *anyType, [all …]
|
H A D | esx_vi_types.c | 145 esxVI_##_type##_CastListFromAnyType(esxVI_AnyType *anyType, \ 184 esxVI_##_type##_Cast##_dest_extra##FromAnyType(esxVI_AnyType *anyType, \ 500 esxVI_##_type##_CastFromAnyType(esxVI_AnyType *anyType, \ 900 esxVI_AnyType_TypeToString(esxVI_AnyType *anyType) 910 esxVI_AnyType_ExpectType(esxVI_AnyType *anyType, esxVI_Type type) in esxVI_AnyType_ExpectType() 924 esxVI_AnyType_DeepCopy(esxVI_AnyType **dest, esxVI_AnyType *src) in esxVI_AnyType_DeepCopy() 986 esxVI_AnyType_Deserialize(xmlNodePtr node, esxVI_AnyType **anyType) in esxVI_AnyType_Deserialize()
|
H A D | esx_vi.h | 251 esxVI_AnyType *anyType, int *value); 270 typedef int (*esxVI_List_CastFromAnyTypeFunc) (esxVI_AnyType *anyType, 280 int esxVI_List_CastFromAnyType(esxVI_AnyType *anyType, esxVI_List **list,
|
H A D | esx_vi.c | 1416 esxVI_AnyType *anyType, int *value) in esxVI_Enumeration_CastFromAnyType() 1581 esxVI_List_CastFromAnyType(esxVI_AnyType *anyType, esxVI_List **list, in esxVI_List_CastFromAnyType() 1587 esxVI_AnyType *childAnyType = NULL; in esxVI_List_CastFromAnyType() 4188 esxVI_AnyType *propertyValue = NULL; in esxVI_WaitForTaskCompletion()
|