Lines Matching defs:current_command
231 zfs_command_t *current_command;
431 if (current_command == NULL) {
449 (void) fprintf(fp, "%s", get_usage(current_command->usage));
452 if (current_command != NULL &&
453 (strcmp(current_command->name, "set") == 0 ||
454 strcmp(current_command->name, "get") == 0 ||
455 strcmp(current_command->name, "inherit") == 0 ||
456 strcmp(current_command->name, "list") == 0))
7188 current_command = &command_table[i];
7192 current_command = &command_table[i];