Lines Matching defs:command
867 char command[255];
871 sprintf(command, "echo %d > %s/%s/gc_urgent", 1, "/sys/fs/f2fs/", argv[1]);
872 if (system(command))
876 sprintf(command, "echo %d > %s/%s/gc_urgent", 0, "/sys/fs/f2fs/", argv[1]);
877 if (system(command))
881 sprintf(command, "echo %d > %s/%s/gc_urgent", 1, "/sys/fs/f2fs/", argv[1]);
882 if (system(command))
886 sprintf(command, "echo %d > %s/%s/gc_urgent", 0, "/sys/fs/f2fs/", argv[1]);
887 if (system(command))
1364 printf("Unknown command: %s\n\n", argv[1]);
1373 printf("\nTo get more information on a command, "
1428 printf("Unknown command: %s\n\n", argv[1]);