Home | History | Annotate | Download | only in uncrypt

Lines Matching full:bcb

44  * clearing the bootloader control block (BCB) at /misc partition.
56 * setup-bcb /
57 * clear-bcb /
596 // c8. setup the bcb command
616 fprintf(stderr, "%s --clear-bcb Clear BCB data in misc partition.\n", exename);
617 fprintf(stderr, "%s --setup-bcb Setup BCB data by command file.\n", exename);
625 if (argc == 2 && strcmp(argv[1], "--clear-bcb") == 0) {
627 } else if (argc == 2 && strcmp(argv[1], "--setup-bcb") == 0) {