Home
last modified time | relevance | path

Searched refs:commandLine (Results 1 – 3 of 3) sorted by relevance

/openbmc/obmc-ikvm/
H A Dikvm_args.hpp58 return commandLine; in getCommandLine()
153 CommandLine commandLine; member in ikvm::Args
H A Dikvm_server.cpp22 const Args::CommandLine& commandLine = args.getCommandLine(); in Server() local
23 int argc = commandLine.argc; in Server()
25 server = rfbGetScreen(&argc, commandLine.argv, video.getWidth(), in Server()
H A Dikvm_args.cpp11 frameRate(30), subsampling(0), calcFrameCRC{false}, commandLine(argc, argv) in Args()