Lines Matching defs:current_command
224 zfs_command_t *current_command;
438 if (current_command == NULL) {
456 (void) fprintf(fp, "%s", get_usage(current_command->usage));
459 if (current_command != NULL &&
460 (strcmp(current_command->name, "set") == 0 ||
461 strcmp(current_command->name, "get") == 0 ||
462 strcmp(current_command->name, "inherit") == 0 ||
463 strcmp(current_command->name, "list") == 0))
7536 current_command = &command_table[i];
7540 current_command = &command_table[i];