Lines Matching defs:usage
68 static void usage(uint_t);
246 * Print usage for a subcommand.
249 * usage type - GENERAL_USAGE, HELP_USAGE, DETAIL_USAGE
293 * For each object, print appropriate usage
303 * Print usage for a subcommand and object.
306 * usage type - GENERAL_USAGE, HELP_USAGE, DETAIL_USAGE
341 /* print generic subcommand usage */
425 * type of usage statement to print
431 usage(uint_t usageType)
437 /* print general command usage */
458 /* print all subcommand usage */
504 * It provides usage feedback based upon the passed rules tables by calling
505 * two usage functions, usage, subUsage, and subUsageObject handling command,
506 * subcommand and object usage respectively.
515 * -?, --help Provides usage on a command or subcommand
537 * general usage call.
599 usage(GENERAL_USAGE);
655 usage(HELP_USAGE);
658 usage(GENERAL_USAGE);
675 * general usage and then return.
680 usage(GENERAL_USAGE);
722 * help usage for the subcommand and then return.