Searched defs:input_args (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c745 * input_args contains commandline options as specified by the user.
1351 * the input_args instead.
1432 * input_args are commandline options entered by the user.
1687 * input_args are commandline options entered by the user.
1782 pcitool_uiargs_t input_args; /* Commandline args. */ local
1788 if (get_commandline_args(argc, argv, &input_args) != SUCCESS) {
1793 if (!(input_args.flags & ALL_COMMANDS))
1800 if (input_args.flags & PROBE_FLAGS) {
1801 rval = do_probe_walk(&input_args,
1802 ((input_args
[all...]

Completed in 47 milliseconds