Searched defs:background (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.c75 static void background();
209 * that will run in the background. The child will relock the file.
218 background();
354 background() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c85 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable
156 * Set VGA palette color 0 to be the system background color, 15 to be the
160 * its new colors; if not, set them to the background color.
163 graphics_set_palette(0, PALETTE_RED(background), PALETTE_GREEN(background),
164 PALETTE_BLUE(background));
167 color = (image_read ? splash_palette[index] : background);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dmain.c58 static boolean_t background = _B_TRUE; variable
164 background = _B_FALSE;
168 background = _B_FALSE;
312 if (!background)
329 /* get into the background */
330 if (background && daemon(0, 0) < 0)
421 trace_close(background);

Completed in 64 milliseconds