Lines Matching refs:args
36 def __init__(self, host, port, args): argument
39 self.args = args
94 filename = str(self.args.fw_file)
112 if args.log_only:
116 client = cavstool_client(HOST, PORT, args)
123 client = cavstool_client(HOST, PORT, args)
138 args = ap.parse_args() variable
140 if args.quiet:
143 if args.log_port:
144 PORT_LOG = args.log_port
146 if args.req_port:
147 PORT_REQ = args.req_port
149 if args.server_addr:
150 url = urlparse("//" + args.server_addr)
158 if args.log_only: