Searched refs:command_table (Results 1 – 3 of 3) sorted by relevance
184 const text::table command_table = options_help(command->options()); in subcommand_help() local187 std::max(general_table.column_width(0), command_table.column_width(0)); in subcommand_help()199 if (!command_table.empty()) { in subcommand_help()202 ui->out_table(command_table, formatter, " "); in subcommand_help()
217 static zfs_command_t command_table[] = {277 #define NCOMMAND (sizeof (command_table) / sizeof (command_table[0]))539 if (command_table[i].name == NULL) in usage() 543 get_usage(command_table[i].usage)); in usage() 8123 if (command_table[i].name == NULL) in zfs_do_channel_program() 8126 if (strcmp(command, command_table[i].name) == 0) { in zfs_do_channel_program() 9248 current_command = &command_table[i];9249 ret = command_table[i].func(argc - 1, newargv + 1);9252 current_command = &command_table[213 static zfs_command_t command_table[] = { global() variable [all...]
387 static zpool_command_t command_table[] = { in get_usage() 437 #define NCOMMAND (ARRAY_SIZE(command_table)) in get_usage() 724 if (command_table[i].name == NULL) in zpool_do_initialize() 728 get_usage(command_table[i].usage)); in zpool_do_initialize() 13524 if (command_table[i].name == NULL)13527 if (strcmp(command, command_table[i].name) == 0) {13695 current_command = &command_table[i];13696 ret = command_table[i].func(argc - 1, newargv + 1);13699 current_command = &command_table[i];13700 ret = command_table[298 static zpool_command_t command_table[] = { global() variable [all...]