Lines Matching defs:background
393 format_str = "background MRW format";
400 format_str = "background DVD+RW full format";
674 "-w wait until completion of background format\n"
698 int blank, format, mrw, background;
1022 /* determine if formatting is done in the background */
1023 background = 0;
1024 if (format_type == 0x24) background = 1;
1025 if (format_type == 0x26) background = 1;
1050 background = 0;
1052 error = uscsi_format_disc(&dev, !background, format_type,
1063 if (background) {
1064 printf("background formatting in progress\n");