Home
last modified time | relevance | path

Searched refs:virCommandAddArgFormat (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirnetdevopenvswitch.c60 virCommandAddArgFormat(cmd, "--timeout=%u", virNetDevOpenvswitchTimeout); in virNetDevOpenvswitchCreateCmd()
83 virCommandAddArgFormat(cmd, "tag=%d", virtVlan->nativeTag); in virNetDevOpenvswitchConstructVlans()
87 virCommandAddArgFormat(cmd, "tag=%d", virtVlan->nativeTag); in virNetDevOpenvswitchConstructVlans()
114 virCommandAddArgFormat(cmd, "tag=%d", virtVlan->tag[0]); in virNetDevOpenvswitchConstructVlans()
274 virCommandAddArgFormat(cmd, "external_ids:PortData=%s", migrate); in virNetDevOpenvswitchSetMigrateData()
753 virCommandAddArgFormat(cmd, "other_config:min-rate=%s", average); in virNetDevOpenvswitchInterfaceSetQos()
755 virCommandAddArgFormat(cmd, "other_config:burst=%s", burst); in virNetDevOpenvswitchInterfaceSetQos()
803 virCommandAddArgFormat(cmd, "ingress_policing_rate=%llu", in virNetDevOpenvswitchInterfaceSetQos()
806 virCommandAddArgFormat(cmd, "ingress_policing_burst=%llu", in virNetDevOpenvswitchInterfaceSetQos()
909 virCommandAddArgFormat(cmd, "ingress_policing_rate=%llu", 0llu); in virNetDevOpenvswitchInterfaceClearRxQos()
[all …]
H A Dvirnetdevip.c404 virCommandAddArgFormat(cmd, "%s/%u", addrstr, prefix); in virNetDevIPAddrAdd()
413 virCommandAddArgFormat(cmd, "%s/%u", addrstr, prefix); in virNetDevIPAddrAdd()
445 virCommandAddArgFormat(cmd, "%s/%u", addrstr, prefix); in virNetDevIPAddrDel()
450 virCommandAddArgFormat(cmd, "%s/%u", addrstr, prefix); in virNetDevIPAddrDel()
478 virCommandAddArgFormat(cmd, "%s/%u", addrstr, prefix); in virNetDevIPRouteAdd()
481 virCommandAddArgFormat(cmd, "%u", metric); in virNetDevIPRouteAdd()
H A Dvirpolkit.c196 virCommandAddArgFormat(agent->cmd, "%lld", (long long int) getpid()); in virPolkitAgentCreate()
198 virCommandAddArgFormat(agent->cmd, "%d", pipe_fd[1]); in virPolkitAgentCreate()
H A Dvirnodesuspend.c87 virCommandAddArgFormat(setAlarmCmd, "%lld", alarmTime); in virNodeSuspendSetNodeWakeup()
H A Dvircommand.h124 void virCommandAddArgFormat(virCommand *cmd,
H A Dvirnetdevbandwidth.c65 virCommandAddArgFormat(cmd, "%llu", r2q); in virNetDevBandwidthCmdAddOptimalQuantum()
H A Dvirnuma.c65 virCommandAddArgFormat(cmd, "%d:%llu", vcpus, in virNumaGetAutoPlacementAdvice()
/dports/devel/libvirt/libvirt-7.10.0/src/bhyve/
H A Dbhyve_command.c111 virCommandAddArgFormat(cmd, "%d:0,%s,%s,mac=%s", in bhyveBuildNetArgStr()
150 virCommandAddArgFormat(cmd, "com%d,%s", in bhyveBuildConsoleArgStr()
223 virCommandAddArgFormat(cmd, "%d:0,ahci%s", in bhyveBuildAHCIControllerArgStr()
262 virCommandAddArgFormat(cmd, "%d:%d,xhci,tablet", in bhyveBuildUSBControllerArgStr()
295 virCommandAddArgFormat(cmd, "%d:0,virtio-blk,%s", in bhyveBuildVirtIODiskArgStr()
370 virCommandAddArgFormat(cmd, "%d:0,lpc", in bhyveBuildControllerArgStr()
565 virCommandAddArgFormat(cmd, "%d:%d,hda%s", in bhyveBuildSoundArgStr()
687 virCommandAddArgFormat(cmd, "%d", nvcpus); in virBhyveProcessBuildBhyveCmd()
692 virCommandAddArgFormat(cmd, "%llu", in virBhyveProcessBuildBhyveCmd()
855 virCommandAddArgFormat(cmd, "%llu", in virBhyveProcessBuildBhyveloadCmd()
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/storage/
H A Dstorage_backend_sheepdog.c105 virCommandAddArgFormat(cmd, "%s", address); in virStorageBackendSheepdogAddHostArg()
107 virCommandAddArgFormat(cmd, "%d", port); in virStorageBackendSheepdogAddHostArg()
246 virCommandAddArgFormat(cmd, "%llu", vol->target.capacity); in virStorageBackendSheepdogBuildVol()
353 virCommandAddArgFormat(cmd, "%llu", capacity); in virStorageBackendSheepdogResizeVol()
H A Dstorage_backend_zfs.c333 virCommandAddArgFormat(cmd, "refreservation=%lluK", in virStorageBackendZFSCreateVol()
339 virCommandAddArgFormat(cmd, "%lluK", in virStorageBackendZFSCreateVol()
341 virCommandAddArgFormat(cmd, "%s/%s", def->source.name, vol->name); in virStorageBackendZFSCreateVol()
364 virCommandAddArgFormat(destroy_cmd, "%s/%s", in virStorageBackendZFSDeleteVol()
H A Dstorage_util.c620 virCommandAddArgFormat(cmd, "%s/root.hds", vol->target.path); in storageBackendCreatePloop()
650 virCommandAddArgFormat(cmd, "%s/DiskDescriptor.xml", vol->target.path); in storagePloopResize()
1215 virCommandAddArgFormat(cmd, "%lluK", info.size_arg); in virStorageBackendCreateQemuImgCmdFromVol()
1223 virCommandAddArgFormat(cmd, in virStorageBackendCreateQemuImgCmdFromVol()
1227 virCommandAddArgFormat(cmd, "driver=%s,file.filename=%s", in virStorageBackendCreateQemuImgCmdFromVol()
1239 virCommandAddArgFormat(cmd, in virStorageBackendCreateQemuImgCmdFromVol()
1243 virCommandAddArgFormat(cmd, "driver=%s,file.filename=%s", in virStorageBackendCreateQemuImgCmdFromVol()
2379 virCommandAddArgFormat(cmd, "%llu", capacity); in storageBackendResizeQemuImg()
2452 virCommandAddArgFormat(cmd, "%s/DiskDescriptor.xml", path); in storageBackendPloopHasSnapshots()
2757 virCommandAddArgFormat(cmd, "%lluM", VIR_DIV_UP(vol->target.capacity, in storageBackendVolWipePloop()
[all …]
H A Dstorage_backend_logical.c843 virCommandAddArgFormat(cmd, "%lluK", in virStorageBackendLogicalLVCreate()
855 virCommandAddArgFormat(cmd, "%lluK", VIR_DIV_UP(capacity, 1024)); in virStorageBackendLogicalLVCreate()
H A Dstorage_backend_disk.c893 virCommandAddArgFormat(cmd, "%lluB", startOffset); in virStorageBackendDiskCreateVol()
894 virCommandAddArgFormat(cmd, "%lluB", endOffset); in virStorageBackendDiskCreateVol()
/dports/devel/libvirt/libvirt-7.10.0/src/qemu/
H A Dqemu_slirp.c282 virCommandAddArgFormat(cmd, "--fd=%d", slirp->fd[1]); in qemuSlirpStart()
305 virCommandAddArgFormat(cmd, "%s=%s/%u", opt, addr, prefix); in qemuSlirpStart()
318 virCommandAddArgFormat(cmd, "--dbus-id=%s", id); in qemuSlirpStart()
320 virCommandAddArgFormat(cmd, "--dbus-address=%s", dbus_addr); in qemuSlirpStart()
H A Dqemu_tpm.c453 virCommandAddArgFormat(cmd, "%d", pwdfile_fd); in qemuTPMVirCommandAddEncryption()
728 virCommandAddArgFormat(cmd, "type=unixio,path=%s,mode=0600", in qemuTPMEmulatorBuildCommand()
732 virCommandAddArgFormat(cmd, "dir=%s,mode=0600", in qemuTPMEmulatorBuildCommand()
736 virCommandAddArgFormat(cmd, "file=%s", tpm->data.emulator.logfile); in qemuTPMEmulatorBuildCommand()
758 virCommandAddArgFormat(cmd, "file=%s", pidfile); in qemuTPMEmulatorBuildCommand()
772 virCommandAddArgFormat(cmd, "pwdfd=%d,mode=aes-256-cbc", pwdfile_fd); in qemuTPMEmulatorBuildCommand()
775 virCommandAddArgFormat(cmd, "pwdfd=%d,mode=aes-256-cbc", migpwdfile_fd); in qemuTPMEmulatorBuildCommand()
H A Dqemu_vhost_user_gpu.c151 virCommandAddArgFormat(cmd, "--fd=%d", pair[0]); in qemuExtVhostUserGPUStart()
160 virCommandAddArgFormat(cmd, "--render-node=%s", video->accel->rendernode); in qemuExtVhostUserGPUStart()
H A Dqemu_interface.c343 virCommandAddArgFormat(cmd, "--use-vnet"); in qemuCreateInBridgePortWithHelper()
344 virCommandAddArgFormat(cmd, "--br=%s", brname); in qemuCreateInBridgePortWithHelper()
345 virCommandAddArgFormat(cmd, "--fd=%d", pair[1]); in qemuCreateInBridgePortWithHelper()
H A Dqemu_dbus.c223 virCommandAddArgFormat(cmd, "--config-file=%s", configfile); in qemuDBusStart()
H A Dqemu_virtiofs.c138 virCommandAddArgFormat(cmd, "--fd=%d", *fd); in qemuVirtioFSBuildCommandLine()
H A Dqemu_command.c2177 virCommandAddArgFormat(cmd, "isa-fdc.driveA=%s", backendA); in qemuBuildFloppyCommandLineControllerOptionsImplicit()
2182 virCommandAddArgFormat(cmd, "isa-fdc.bootindexA=%u", bootindexA); in qemuBuildFloppyCommandLineControllerOptionsImplicit()
2187 virCommandAddArgFormat(cmd, "isa-fdc.driveB=%s", backendB); in qemuBuildFloppyCommandLineControllerOptionsImplicit()
2192 virCommandAddArgFormat(cmd, "isa-fdc.bootindexB=%u", bootindexB); in qemuBuildFloppyCommandLineControllerOptionsImplicit()
6456 virCommandAddArgFormat(cmd, "%s.disable_s3=%d", in qemuBuildPMCommandLine()
6468 virCommandAddArgFormat(cmd, "%s.disable_s4=%d", in qemuBuildPMCommandLine()
6600 virCommandAddArgFormat(cmd, "%s.pci-hole64-size=%luK", hoststr, in qemuBuildGlobalControllerCommandLine()
7327 virCommandAddArgFormat(cmd, "mch.extended-tseg-mbytes=%llu", in qemuBuildTSEGCommandLine()
7461 virCommandAddArgFormat(cmd, "size=%lluk,slots=%u,maxmem=%lluk", in qemuBuildMemCommandLine()
7467 virCommandAddArgFormat(cmd, "%llu", in qemuBuildMemCommandLine()
[all …]
/dports/devel/libvirt/libvirt-7.10.0/src/lxc/
H A Dlxc_process.c983 virCommandAddArgFormat(cmd, "%d", ttyFDs[i]); in virLXCProcessBuildControllerCmd()
989 virCommandAddArgFormat(cmd, "%d", files[i]); in virLXCProcessBuildControllerCmd()
998 virCommandAddArgFormat(cmd, "%d", nsInheritFDs[i]); in virLXCProcessBuildControllerCmd()
1007 virCommandAddArgFormat(cmd, "%d:%d", handshakefdR, handshakefdW); in virLXCProcessBuildControllerCmd()
/dports/devel/libvirt/libvirt-7.10.0/src/openvz/
H A Dopenvz_driver.c224 virCommandAddArgFormat(cmd, "%lld:%lld", sl, hl); in openvzSetDiskQuota()
226 virCommandAddArgFormat(cmd, "%lld", hl); in openvzSetDiskQuota()
1555 virCommandAddArgFormat(cmd, "-o%s.b,%s.l", param, param); in openvzDomainGetBarrierLimit()
1601 virCommandAddArgFormat(cmd, "--%s", param); in openvzDomainSetBarrierLimit()
1602 virCommandAddArgFormat(cmd, "%llu:%llu", barrier, limit); in openvzDomainSetBarrierLimit()
/dports/devel/libvirt/libvirt-7.10.0/tests/
H A Dcommandtest.c1086 virCommandAddArgFormat(cmd, "%d", buf1fd); in test27()
1089 virCommandAddArgFormat(cmd, "%d", buf2fd); in test27()
/dports/devel/libvirt/libvirt-7.10.0/src/ch/
H A Dch_monitor.c481 virCommandAddArgFormat(cmd, "fd=%d", socket_fd); in virCHMonitorNew()
/dports/devel/libvirt/libvirt-7.10.0/src/network/
H A Dbridge_driver.c1582 virCommandAddArgFormat(cmd, "--conf-file=%s", configfile); in networkBuildDhcpDaemonCommandLine()
1584 virCommandAddArgFormat(cmd, "--leasefile-ro"); in networkBuildDhcpDaemonCommandLine()
1585 virCommandAddArgFormat(cmd, "--dhcp-script=%s", leaseshelper_path); in networkBuildDhcpDaemonCommandLine()
1943 virCommandAddArgFormat(cmd, "%s-bin", pidfile); in networkStartRadvd()

12