Lines Matching defs:current_command
281 zfs_command_t *current_command;
532 if (current_command == NULL) {
550 (void) fprintf(fp, "%s", get_usage(current_command->usage));
553 if (current_command != NULL &&
554 (strcmp(current_command->name, "set") == 0 ||
555 strcmp(current_command->name, "get") == 0 ||
556 strcmp(current_command->name, "inherit") == 0 ||
557 strcmp(current_command->name, "list") == 0))
1913 snprintf(cmd, MAX_CMD_LEN, "zfs %s", current_command->name);
9248 current_command = &command_table[i];
9252 current_command = &command_table[i];