libvirt_private.syms 12.0 KB
Newer Older
1
#
2 3
# General private symbols. Add symbols here, and see Makefile.am for
# more details.
4 5 6 7 8 9 10 11 12 13
#


# buf.h
virBufferVSprintf;
virBufferEscapeString;
virBufferAdd;
virBufferAddChar;
virBufferContentAndReset;
virBufferError;
D
Daniel P. Berrange 已提交
14
virBufferURIEncodeString;
15
virBufferFreeAndReset;
16 17 18 19 20 21 22 23 24 25 26 27 28 29


# caps.h
virCapabilitiesAddGuest;
virCapabilitiesAddGuestDomain;
virCapabilitiesAddGuestFeature;
virCapabilitiesAddHostMigrateTransport;
virCapabilitiesAddHostNUMACell;
virCapabilitiesAddHostFeature;
virCapabilitiesDefaultGuestArch;
virCapabilitiesDefaultGuestEmulator;
virCapabilitiesDefaultGuestMachine;
virCapabilitiesFormatXML;
virCapabilitiesFree;
30
virCapabilitiesFreeNUMAInfo;
31 32
virCapabilitiesNew;
virCapabilitiesSetMacPrefix;
33
virCapabilitiesGenerateMac;
34 35
virCapabilitiesSetEmulatorRequired;
virCapabilitiesIsEmulatorRequired;
36 37
virCapabilitiesAllocMachines;
virCapabilitiesFreeMachines;
38
virCapabilitiesSetHostCPU;
39 40 41 42 43 44 45 46 47 48 49 50 51 52


# conf.h
virConfNew;
virConfReadFile;
virConfReadMem;
virConfFree;
virConfFreeValue;
virConfGetValue;
virConfSetValue;
virConfWriteFile;
virConfWriteMem;


53 54 55 56 57 58
# cgroup.h
virCgroupForDomain;
virCgroupForDriver;
virCgroupRemove;
virCgroupFree;
virCgroupAddTask;
R
Ryota Ozaki 已提交
59 60
virCgroupSetMemory;
virCgroupGetMemoryUsage;
61 62 63 64 65 66 67 68 69
virCgroupSetCpuShares;
virCgroupGetCpuShares;
virCgroupDenyDevicePath;
virCgroupAllowDevicePath;
virCgroupDenyAllDevices;
virCgroupAllowDeviceMajor;
virCgroupControllerTypeToString;
virCgroupControllerTypeFromString;
virCgroupGetCpuacctUsage;
R
Ryota Ozaki 已提交
70 71
virCgroupGetFreezerState;
virCgroupSetFreezerState;
72 73


J
Jiri Denemark 已提交
74 75 76 77 78 79 80 81 82 83
# cpu.h
cpuCompare;
cpuCompareXML;
cpuDataFree;
cpuDecode;
cpuEncode;
cpuGuestData;
cpuNodeData;


84 85 86 87 88 89 90 91
# cpu_conf.h
virCPUDefFree;
virCPUDefParseXML;
virCPUDefFormat;
virCPUDefFormatBuf;
virCPUDefAddFeature;


92 93
# datatypes.h
virGetDomain;
D
Daniel Veillard 已提交
94
virGetInterface;
95 96 97
virGetNetwork;
virGetStoragePool;
virGetStorageVol;
98
virGetSecret;
99
virUnrefStorageVol;
100 101
virGetNodeDevice;
virUnrefDomain;
102
virUnrefConnect;
103
virUnrefSecret;
104 105
virGetStream;
virUnrefStream;
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125


# domain_conf.h
virDiskNameToBusDeviceIndex;
virDiskNameToIndex;
virDomainAssignDef;
virDomainConfigFile;
virDomainCpuSetFormat;
virDomainCpuSetParse;
virDomainChrDefFree;
virDomainChrTypeFromString;
virDomainChrTypeToString;
virDomainDefFormat;
virDomainDefFree;
virDomainDefParseFile;
virDomainDefParseNode;
virDomainDefParseString;
virDomainDeleteConfig;
virDomainDeviceDefFree;
virDomainDeviceDefParse;
126
virDomainDeviceTypeToString;
127 128 129
virDomainDiskBusTypeToString;
virDomainDiskDefFree;
virDomainDiskDeviceTypeToString;
130 131
virDomainDiskInsert;
virDomainDiskInsertPreAlloced;
132 133 134
virDomainFindByID;
virDomainFindByName;
virDomainFindByUUID;
135
virDomainGetRootFilesystem;
136 137
virDomainGraphicsTypeFromString;
virDomainGraphicsDefFree;
138
virDomainHostdevDefFree;
M
Mark McLoughlin 已提交
139 140
virDomainHostdevModeTypeToString;
virDomainHostdevSubsysTypeToString;
141 142 143 144 145
virDomainInputDefFree;
virDomainLifecycleTypeFromString;
virDomainLifecycleTypeToString;
virDomainLoadAllConfigs;
virDomainNetDefFree;
M
Mark McLoughlin 已提交
146
virDomainNetTypeToString;
147 148 149
virDomainRemoveInactive;
virDomainSaveXML;
virDomainSaveConfig;
150
virDomainSaveStatus;
151 152 153
virDomainSoundDefFree;
virDomainSoundModelTypeFromString;
virDomainSoundModelTypeToString;
R
Richard Jones 已提交
154 155 156 157
virDomainWatchdogModelTypeFromString;
virDomainWatchdogModelTypeToString;
virDomainWatchdogActionTypeFromString;
virDomainWatchdogActionTypeToString;
158 159 160 161 162
virDomainVideoDefFree;
virDomainVideoTypeToString;
virDomainVideoTypeFromString;
virDomainVideoDefaultRAM;
virDomainVideoDefaultType;
163 164 165 166
virDomainVirtTypeToString;
virDomainFSDefFree;
virDomainObjLock;
virDomainObjUnlock;
167 168
virDomainStateTypeToString;
virDomainStateTypeFromString;
169
virDomainObjIsDuplicate;
170 171 172 173 174
virDomainObjListGetInactiveNames;
virDomainObjListGetActiveIDs;
virDomainObjListNumOfDomains;
virDomainObjListInit;
virDomainObjListDeinit;
175 176
virDomainObjRef;
virDomainObjUnref;
177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199


# domain_event.h
virDomainEventCallbackListAdd;
virDomainEventCallbackListFree;
virDomainEventCallbackListRemove;
virDomainEventCallbackListRemoveConn;
virDomainEventCallbackListMarkDelete;
virDomainEventCallbackListPurgeMarked;
virDomainEventQueueNew;
virDomainEventQueueFree;
virDomainEventQueuePop;
virDomainEventQueuePush;
virDomainEventNew;
virDomainEventNewFromDom;
virDomainEventNewFromObj;
virDomainEventNewFromDef;
virDomainEventFree;
virDomainEventDispatchDefaultFunc;
virDomainEventDispatch;
virDomainEventQueueDispatch;


G
Gerhard Stenzel 已提交
200 201 202 203 204 205 206
# ebtables.h
ebtablesAddForwardAllowIn;
ebtablesAddForwardPolicyReject;
ebtablesContextNew;
ebtablesRemoveForwardAllowIn;


207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
# event.h
virEventAddHandle;
virEventAddTimeout;
virEventRemoveHandle;
virEventRemoveTimeout;
virEventUpdateHandle;
virEventUpdateTimeout;


# hash.h
virHashAddEntry;
virHashCreate;
virHashForEach;
virHashFree;
virHashLookup;
virHashRemoveEntry;
virHashRemoveSet;
virHashSearch;
virHashSize;


228 229 230 231
# interface_conf.h
virInterfaceDefFormat;
virInterfaceDefParseFile;
virInterfaceDefParseString;
D
Daniel P. Berrange 已提交
232
virInterfaceDefParseNode;
233
virInterfaceDefFree;
D
Daniel P. Berrange 已提交
234 235 236 237 238 239 240 241
virInterfaceFindByName;
virInterfaceFindByMACString;
virInterfaceAssignDef;
virInterfaceRemove;
virInterfaceObjLock;
virInterfaceObjUnlock;
virInterfaceObjListFree;

242

243 244
# interface_driver.h
interfaceRegister;
245

G
Gerhard Stenzel 已提交
246

247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280
# iptables.h
iptablesAddForwardAllowCross;
iptablesAddForwardAllowIn;
iptablesAddForwardAllowOut;
iptablesAddForwardAllowRelatedIn;
iptablesAddForwardMasquerade;
iptablesAddForwardRejectIn;
iptablesAddForwardRejectOut;
iptablesAddTcpInput;
iptablesAddUdpInput;
iptablesContextFree;
iptablesContextNew;
iptablesRemoveForwardAllowCross;
iptablesRemoveForwardAllowIn;
iptablesRemoveForwardAllowOut;
iptablesRemoveForwardAllowRelatedIn;
iptablesRemoveForwardMasquerade;
iptablesRemoveForwardRejectIn;
iptablesRemoveForwardRejectOut;
iptablesRemoveTcpInput;
iptablesRemoveUdpInput;


# libvirt_internal.h
virStateInitialize;
virStateCleanup;
virStateReload;
virStateActive;
virDrvSupportsFeature;
virDomainMigratePrepare;
virDomainMigratePerform;
virDomainMigrateFinish;
virDomainMigratePrepare2;
virDomainMigrateFinish2;
C
Chris Lalancette 已提交
281
virDomainMigratePrepareTunnel;
282
virRegisterDriver;
283
virRegisterInterfaceDriver;
284 285 286 287
virRegisterNetworkDriver;
virRegisterStateDriver;
virRegisterStorageDriver;
virRegisterDeviceMonitor;
D
Daniel P. Berrange 已提交
288
virRegisterSecretDriver;
289 290


291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
# json.h
virJSONValueFree;
virJSONValueNewString;
virJSONValueNewStringLen;
virJSONValueNewNumberInt;
virJSONValueNewNumberUint;
virJSONValueNewNumberLong;
virJSONValueNewNumberUlong;
virJSONValueNewNumberDouble;
virJSONValueNewBoolean;
virJSONValueNewNull;
virJSONValueNewArray;
virJSONValueNewObject;
virJSONValueObjectAppend;
virJSONValueObjectAppendString;
virJSONValueObjectAppendNumberInt;
virJSONValueObjectAppendNumberUint;
virJSONValueObjectAppendNumberLong;
virJSONValueObjectAppendNumberUlong;
virJSONValueObjectAppendNumberDouble;
virJSONValueObjectAppendBoolean;
virJSONValueObjectAppendNull;
virJSONValueArrayAppend;
virJSONValueObjectHasKey;
virJSONValueObjectGet;
virJSONValueArraySize;
virJSONValueArrayGet;
virJSONValueGetString;
virJSONValueGetNumberInt;
virJSONValueGetNumberUint;
virJSONValueGetNumberLong;
virJSONValueGetNumberUlong;
virJSONValueGetNumberDouble;
virJSONValueGetBoolean;
virJSONValueIsNull;
virJSONValueObjectGetString;
virJSONValueObjectGetNumberInt;
virJSONValueObjectGetNumberUint;
virJSONValueObjectGetNumberLong;
virJSONValueObjectGetNumberUlong;
virJSONValueObjectGetNumberDouble;
virJSONValueObjectGetBoolean;
virJSONValueObjectIsNull;
virJSONValueFromString;
virJSONValueToString;


338 339
# logging.h
virLogMessage;
340 341
virLogGetNbFilters;
virLogGetNbOutputs;
342 343
virLogGetFilters;
virLogGetOutputs;
344
virLogGetDefaultPriority;
345
virLogSetDefaultPriority;
346
virLogSetFromEnv;
347 348
virLogDefineFilter;
virLogDefineOutput;
349
virLogParseDefaultPriority;
350 351 352 353 354 355 356
virLogParseFilters;
virLogParseOutputs;
virLogStartup;
virLogShutdown;
virLogReset;


357 358 359 360 361 362 363
# memory.h
virAlloc;
virAllocN;
virReallocN;
virFree;


364 365 366
# network.h
virSocketAddrIsNetmask;
virSocketCheckNetmask;
M
Matthew Booth 已提交
367 368
virSocketFormatAddr;
virSocketGetPort;
369 370 371 372
virSocketGetRange;
virSocketParseAddr;
virSocketParseIpv4Addr;
virSocketParseIpv6Addr;
M
Matthew Booth 已提交
373
virSocketSetPort;
374 375


376 377
# network_conf.h
virNetworkAssignDef;
378
virNetworkConfigFile;
379 380 381 382 383 384 385 386 387 388 389 390 391
virNetworkDefFormat;
virNetworkDefFree;
virNetworkDefParseFile;
virNetworkDefParseNode;
virNetworkDefParseString;
virNetworkDeleteConfig;
virNetworkFindByName;
virNetworkFindByUUID;
virNetworkLoadAllConfigs;
virNetworkObjListFree;
virNetworkDefParseNode;
virNetworkRemoveInactive;
virNetworkSaveConfig;
392
virNetworkSetBridgeName;
393 394 395 396 397
virNetworkObjLock;
virNetworkObjUnlock;


# nodeinfo.h
398 399 400 401
nodeGetInfo;
nodeCapsInitNUMA;
nodeGetCellsFreeMemory;
nodeGetFreeMemory;
402 403 404


# node_device_conf.h
405
virNodeDeviceHasCap;
406 407 408
virNodeDeviceObjRemove;
virNodeDevCapTypeToString;
virNodeDeviceFindByName;
409
virNodeDeviceFindBySysfsPath;
410 411 412 413
virNodeDeviceObjListFree;
virNodeDeviceDefFree;
virNodeDevCapsDefFree;
virNodeDeviceDefFormat;
414
virNodeDeviceDefParseString;
415 416 417
virNodeDeviceObjLock;
virNodeDeviceObjUnlock;
virNodeDeviceAssignDef;
418 419
virNodeDeviceGetWWNs;
virNodeDeviceGetParentHost;
420 421


422 423 424 425 426 427
# pci.h
pciGetDevice;
pciFreeDevice;
pciDettachDevice;
pciReAttachDevice;
pciResetDevice;
428 429 430 431 432 433
pciDeviceSetManaged;
pciDeviceGetManaged;
pciDeviceListNew;
pciDeviceListFree;
pciDeviceListAdd;
pciDeviceListDel;
434
pciDeviceFileIterate;
435 436 437
pciDeviceListCount;
pciDeviceListGet;
pciDeviceListSteal;
438

439

440 441 442 443 444
# processinfo.h
virProcessInfoSetAffinity;
virProcessInfoGetAffinity;


445 446 447 448 449
# qparams.h
qparam_get_query;
qparam_query_parse;
free_qparam_set;

450 451 452 453 454
# secret_conf.h
virSecretDefFree;
virSecretDefParseString;
virSecretDefParseFile;
virSecretDefFormat;
455

456

457
# security.h
458
virSecurityDriverVerify;
459 460 461 462 463 464 465
virSecurityDriverStartup;
virSecurityDriverInit;
virSecurityDriverSetDOI;
virSecurityDriverGetDOI;
virSecurityDriverGetModel;


466 467 468
# storage_conf.h
virStoragePoolDefFormat;
virStoragePoolDefFree;
469 470 471
virStoragePoolDefParseString;
virStoragePoolDefParseFile;
virStoragePoolDefParseNode;
472 473 474 475 476 477 478 479 480 481
virStoragePoolLoadAllConfigs;
virStoragePoolObjAssignDef;
virStoragePoolObjClearVols;
virStoragePoolObjDeleteDef;
virStoragePoolObjFindByName;
virStoragePoolObjFindByUUID;
virStoragePoolObjListFree;
virStoragePoolObjRemove;
virStoragePoolObjSaveDef;
virStoragePoolSourceFree;
482
virStoragePoolDefParseSourceString;
483
virStoragePoolSourceListNewSource;
484 485 486 487 488 489
virStoragePoolSourceListFormat;
virStorageVolDefFindByKey;
virStorageVolDefFindByName;
virStorageVolDefFindByPath;
virStorageVolDefFormat;
virStorageVolDefFree;
490 491 492
virStorageVolDefParseFile;
virStorageVolDefParseString;
virStorageVolDefParseNode;
493 494 495 496
virStoragePoolFormatDiskTypeToString;
virStoragePoolFormatFileSystemTypeToString;
virStoragePoolFormatFileSystemNetTypeToString;
virStoragePoolTypeFromString;
497
virStoragePartedFsTypeTypeToString;
498 499 500
virStoragePoolObjLock;
virStoragePoolObjUnlock;

M
Miloslav Trmač 已提交
501
# storage_encryption_conf.h
502 503 504
virStorageEncryptionFree;
virStorageEncryptionParseNode;
virStorageEncryptionFormat;
505
virStorageGenerateQcowPassphrase;
506

507 508 509
# storage_file.h
virStorageFileFormatTypeToString;
virStorageFileFormatTypeFromString;
510
virStorageFileGetMetadata;
511
virStorageFileGetMetadataFromFD;
512

513 514 515 516 517 518 519 520 521
# threads.h
virMutexInit;
virMutexDestroy;
virMutexLock;
virMutexUnlock;

virCondInit;
virCondDestroy;
virCondWait;
522
virCondWaitUntil;
523 524 525
virCondSignal;
virCondBroadcast;

526 527
# util.h
virFileReadAll;
M
Mark McLoughlin 已提交
528
virFileWriteStr;
529 530 531 532
virStrToLong_i;
virStrToLong_ll;
virStrToLong_ull;
virStrToLong_ui;
533
virStrToDouble;
534
virFileLinkPointsTo;
D
Daniel P. Berrange 已提交
535
virFileResolveLink;
536 537
saferead;
safewrite;
538
safezero;
539 540 541 542 543 544
virMacAddrCompare;
virEnumFromString;
virEnumToString;
virEventAddHandle;
virEventRemoveHandle;
virExec;
545
virExecDaemonize;
546
virSetCloseExec;
547
virSetNonBlock;
548
virFormatMacAddr;
549
virGetHostname;
550 551
virParseMacAddr;
virFileDeletePid;
552
virFindFileInPath;
553 554 555 556
virFileExists;
virFileHasSuffix;
virFileLinkPointsTo;
virFileMakePath;
A
Amy Griffis 已提交
557
virFileAbsPath;
558 559 560 561 562 563 564 565 566
virFileOpenTty;
virFileReadLimFD;
virFilePid;
virFileReadPid;
virFileLinkPointsTo;
virParseNumber;
virAsprintf;
virRun;
virSkipSpaces;
G
Guido Günther 已提交
567
virKillProcess;
568
virGetUserDirectory;
569
virGetUserName;
570 571
virGetUserID;
virGetGroupID;
572
virFileFindMountPoint;
D
Daniel P. Berrange 已提交
573
virFileWaitForDevices;
574
virFileMatchesNameSuffix;
575
virArgvToString;
576

577

578 579 580 581
# usb.h
usbGetDevice;
usbFreeDevice;
usbDeviceFileIterate;
582 583 584 585 586 587 588 589 590 591

# uuid.h
virUUIDFormat;
virUUIDGenerate;
virUUIDParse;


# virterror_internal.h
virReportErrorHelper;
virErrorMsg;
D
Daniel P. Berrange 已提交
592
virRaiseErrorFull;
593 594
virReportSystemErrorFull;
virReportOOMErrorFull;
J
Jim Meyering 已提交
595
virStrerror;
C
Cole Robinson 已提交
596
virSetError;
597 598 599


# xml.h
600
virXPathBoolean;
601 602 603 604 605
virXPathLong;
virXPathNode;
virXPathNodeSet;
virXPathString;
virXMLPropString;
606
virXPathStringLimit;
607 608 609 610 611 612
virXPathBoolean;
virXPathNumber;
virXPathULong;
virXPathULongLong;
virXPathLongHex;
virXPathULongHex;