Lines Matching refs:dest

36     parser.add_argument('-s', dest='server_addr',
38 parser.add_argument('-p', dest='port',
41 parser.add_argument('-t', dest='timeout',
44 parser.add_argument('-r', dest='conn_retries',
47 parser.add_argument('-v', dest='verbose', action='store_const', const="INFO",
49 parser.add_argument('--verbose', dest='verbose', choices=['DEBUG', 'INFO', 'ERROR'],
51 parser.add_argument('--dry-run', dest='dry_run', action='store_true', help="Display request and exit")
53 parser.add_argument('--go-client', dest='go_client', action='store_true', help="Use Go client")
55 parser.add_argument('--server', dest='is_server', action='store_true',
63 parser.add_argument('--plugin', dest='rpc_plugin', help='Module name of plugin with additional RPC commands')
64 subparsers = parser.add_subparsers(help='RPC methods', dest='called_rpc_name', metavar='')
239 group.add_argument('-e', '--enable-auto-examine', dest='bdev_auto_examine', help='Allow to auto examine', action='store_true')
240 group.add_argument('-d', '--disable-auto-examine', dest='bdev_auto_examine', help='Not allow to auto examine', action='store_false')
658 action='store_false', dest='delay_cmd_submit')
719 action='store_true', dest='rdma_umr_per_io')
722 action='store_false', dest='rdma_umr_per_io')
730 p.add_argument('-d', '--disable', dest='enable', default=False, action='store_false', help="Disable hotplug (default)")
731 p.add_argument('-e', '--enable', dest='enable', action='store_true', help="Enable hotplug")
791 dest="fabrics_connect_timeout_us")
1291 p.add_argument('-c', '--per-channel', default=False, dest='per_channel', help='Display per channel IO stats for specified device',
1310 p.add_argument('-e', '--enable', default=True, dest='enable', action='store_true', help='Enable histograms on specified device')
1311 p.add_argument('-d', '--disable', dest='enable', action='store_false', help='Disable histograms on specified device')
1569 p.add_argument('-e', '--enable', default=True, dest='enable', action='store_true', help='Enable histograms on specified iscsi target')
1570 p.add_argument('-d', '--disable', dest='enable', action='store_false', help='Disable histograms on specified iscsi target')
1648 p.add_argument('-i', dest='lun_id', help="""LUN ID (integer >= 0)
1830 p.add_argument('-n', dest='initiator_list', help="""Whitespace-separated list of initiator hostnames or IP addresses,
1833 p.add_argument('-m', dest='netmask_list', help="""Whitespace-separated list of initiator netmasks enclosed in quotes.
1858 p.add_argument('-n', dest='initiator_list', help="""Whitespace-separated list of initiator hostnames or IP addresses,
1861 p.add_argument('-m', dest='netmask_list', help="""Whitespace-separated list of initiator netmasks enclosed in quotes.
3177 p.add_argument('-d', '--disable', dest='enable', default=False, action='store_false', help="Disable hotplug (default)")
3178 p.add_argument('-e', '--enable', dest='enable', action='store_true', help="Enable hotplug")
3377 action='store_true', dest='config_kernel_mode')
3425 p.add_argument('-e', '--enable-driver', dest='enable_driver', action='store_true', default=None,
3607 p.add_argument('-d', '--disable', dest='enabled', default=False, action='store_false', help="Disable timestamps")
3608 p.add_argument('-e', '--enable', dest='enabled', action='store_true', help="Enable timestamps")
3697 group.add_argument('--disable-xattr', help='Disable extended attributes', dest='enable_xattr', action='store_false', default=None)
3701 group.add_argument('--disable-writeback-cache', help='Disable writeback cache', dest='enable_writeback_cache', action='store_false',
3706 p.add_argument('--skip-rw', dest='skip_rw', help="Do not process read or write commands. This is used for testing.",
3747 action='store_true', dest='enable_recv_pipe')
3749 action='store_false', dest='enable_recv_pipe')
3751 action='store_true', dest='enable_quickack')
3753 action='store_false', dest='enable_quickack')
3755 action='store_true', dest='enable_zerocopy_send_server')
3757 action='store_false', dest='enable_zerocopy_send_server')
3759 action='store_true', dest='enable_zerocopy_send_client')
3761 action='store_false', dest='enable_zerocopy_send_client')
3765 action='store_true', dest='enable_ktls')
3767 action='store_false', dest='enable_ktls')
3823 dest="do_not_submit", action='store_true')
3998 plugin_parser.add_argument('--plugin', dest='rpc_plugin', help='Module name of plugin with additional RPC commands')