Home | History | Annotate | Download | only in debugfs

Lines Matching refs:cmd_file

2363 static int source_file(const char *cmd_file, int ss_idx)
2371 if (strcmp(cmd_file, "-") == 0)
2374 f = fopen(cmd_file, "r");
2376 perror(cmd_file);
2409 "Usage: %s [-b blocksize] [-s superblock] [-f cmd_file] "
2419 char *cmd_file = 0;
2463 cmd_file = optarg;
2540 } else if (cmd_file) {
2541 exit_status = source_file(cmd_file, sci_idx);