Home
last modified time | relevance | path

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

/dports/devel/libvirt/libvirt-7.10.0/src/hyperv/
H A Dhyperv_wmi.h51 hypervWmiClassInfo *info; /* The info used to make wsman request */
59 hypervWmiClassInfo *info;
88 hypervWmiClassInfo *info; /* info of the object this param represents */
95 hypervWmiClassInfo *info; /* info of the object this param represents */
123 hypervWmiClassInfo *obj);
134 hypervWmiClassInfo *eprInfo);
136 GHashTable *hypervCreateEmbeddedParam(hypervWmiClassInfo *info);
145 hypervWmiClassInfo *info);
190 hypervWmiClassInfo *wmiInfo,
272 hypervWmiClassInfo *wmiInfo,
[all …]
H A Dhyperv_wmi.c51 hypervGetWmiClassList(hypervPrivate *priv, hypervWmiClassInfo *wmiInfo, in hypervGetWmiClassList()
132 hypervWmiClassInfo *info) in hypervCreateInvokeParamsList()
245 hypervWmiClassInfo *classInfo) in hypervAddEprParam()
274 hypervCreateEmbeddedParam(hypervWmiClassInfo *classInfo) in hypervCreateEmbeddedParam()
333 hypervWmiClassInfo *classInfo) in hypervAddEmbeddedParam()
551 hypervWmiClassInfo *classInfo = p->embedded.info; in hypervSerializeEmbeddedParam()
885 hypervWmiClassInfo *wmiInfo = wqlQuery->info; in hypervEnumAndPull()
1523 hypervWmiClassInfo *wmiInfo, in hypervMsvmVSMSAddResourceSettings()
1570 hypervWmiClassInfo *wmiInfo) in hypervMsvmVSMSModifyResourceSettings()
H A Dhyperv_wmi_classes.h171 typedef struct _hypervWmiClassInfo hypervWmiClassInfo; typedef
H A Dhyperv_driver.c989 hypervWmiClassInfo *classInfo = NULL; in hypervDomainAttachSerial()