HomeSort by: relevance | last modified time | path
    Searched defs:background (Results 1 - 10 of 10) sorted by relevancy

  /src/tests/fs/ffs/
h_ffs_server.c 22 int background = 0; variable in typeref:typename:int
37 if (background)
63 background = 1;
81 if (background) {
102 if (background)
h_quota2_tests.c 27 int background = 0; variable in typeref:typename:int
365 if (background)
394 background = 1;
426 if (background) {
457 if (background)
  /src/sys/arch/bebox/stand/boot/
vga.c 47 static u_char background = 0; /* Black */ variable in typeref:typename:u_char
116 pccolor = CATTR((background<<4)|foreground);
117 pccolor_so = CATTR((foreground<<4)|background);
318 * Set foreground/background color
  /src/sys/arch/prep/stand/boot/
vga.c 48 u_char background = 0; /* Black */ variable in typeref:typename:u_char
118 pccolor = CATTR((background<<4)|foreground);
119 pccolor_so = CATTR((foreground<<4)|background);
320 * Set foreground/background color
  /src/distrib/utils/ssh/
ssh.c 409 * (or zero for a background job)
422 int background; local in function:cmd_run
428 * -b : background
433 background = 0;
440 background++;
489 if (background) {
502 /* Handle background option... */
503 if (background) {
  /src/sbin/routed/
main.c 68 int background = 1; variable in typeref:typename:int
151 background = 0;
280 if (!background)
287 /* get into the background */
288 if (background && daemon(0, 1) < 0)
348 trace_close(background);
  /src/usr.sbin/mmcformat/
mmcformat.c 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; local in function:main
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
    [all...]
  /src/libexec/httpd/
bozohttpd.h 107 int background; /* drop into daemon mode */ member in struct:bozohttpd_t
  /src/usr.sbin/moused/
moused.c 139 static int background = FALSE; variable in typeref:typename:int
489 if (background) {
506 if (background) {
522 if (background)
812 if (!background)
863 if (!nodaemon && !background) {
867 background = TRUE;
  /src/sys/dev/wscons/
wsconsio.h 518 uint8_t background, foreground; member in struct:wsdisplay_char

Completed in 18 milliseconds