/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-dp.c | 48 bool foreground; member 53 struct ipu_dp foreground; member 73 if (dp->foreground) in to_flow() 74 return container_of(dp, struct ipu_flow, foreground); in to_flow() 194 if (!dp->foreground) in ipu_dp_setup_channel() 197 if (flow->foreground.in_cs == flow->background.in_cs) { in ipu_dp_setup_channel() 203 flow->foreground.in_cs, flow->out_cs, in ipu_dp_setup_channel() 206 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN || in ipu_dp_setup_channel() 207 flow->foreground.in_cs == flow->out_cs) in ipu_dp_setup_channel() 217 flow->foreground.in_cs, in ipu_dp_setup_channel() [all …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_textoutput.c | 22 size_t foreground; in execute() local 36 for (foreground = 0; foreground < 0x10; ++foreground) { in execute() 38 attrib = foreground | background; in execute()
|
/openbmc/qemu/contrib/ivshmem-server/ |
H A D | main.c | 29 bool foreground; member 88 args->foreground = 1; in ivshmem_server_parse_args() 137 if (args->verbose == 1 && args->foreground == 0) { in ivshmem_server_parse_args() 194 .foreground = IVSHMEM_SERVER_DEFAULT_FOREGROUND, in main() 247 if (!args.foreground) { in main()
|
/openbmc/qemu/ui/ |
H A D | cursor.c | 132 uint32_t foreground, uint32_t background, uint8_t *image, in cursor_set_mono() argument 160 *data = 0xff000000 | foreground; in cursor_set_mono() 194 *data = 0xff000000 | foreground; in cursor_set_mono()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | vga-softcursor.rst | 30 foreground. 38 foreground. In both groups, low three bits set color (as in normal
|
H A D | serial-console.rst | 22 device: tty0 for the foreground virtual console 44 defines that opening ``/dev/console`` will get you the current foreground
|
/openbmc/openbmc/meta-security/recipes-scanners/clamav/files/ |
H A D | clamav-freshclam.service | 8 ExecStart=/usr/bin/freshclam -d --foreground=true
|
H A D | clamav.service | 10 ExecStart=/usr/sbin/clamd --foreground=true
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | ippool.service | 8 # Start ippoold in the foreground! and enable RPC
|
H A D | always_syslog.patch | 3 Even when running in the foreground, send log messages to syslog.
|
/openbmc/qemu/tests/tcg/ |
H A D | Makefile.target | 57 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2 > $1.out, \ 60 run-test = $(call quiet-command, timeout -s KILL --foreground $(TIMEOUT) $2, \
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/ |
H A D | trousers.init.sh | 39 --exec ${DAEMON} -- ${DAEMON_OPTS} --foreground
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/ |
H A D | init | 107 exec $DAEMON --keep-in-foreground $ARGS \
|
/openbmc/linux/tools/testing/selftests/kselftest/ |
H A D | runner.sh | 39 /usr/bin/timeout --foreground "$kselftest_timeout" \
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | display-manager.rst | 91 describes how pixels from a foreground plane (fg) are composited with the 102 - *fg.rgb*: Each of the RGB component values from the foreground's pixel. 103 - *fg.alpha*: Alpha component value from the foreground's pixel.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp_0.3-beta15-52.diff | 19 +.B \-F, \-\-foreground 227 +" -F --foreground : don't daemonize, stay in foreground.\n" 260 +" -F --foreground : ne pas d�moniser, rester au premier plan.\n" 525 +" -F --foreground : don't daemonize, stay in foreground.\n" 792 +" -F --foreground : don't daemonize, stay in foreground.\n" 1064 +" -F --foreground : don't daemonize, stay in foreground.\n" 1344 +" -F --foreground : don't daemonize, stay in foreground.\n" 1383 +" -F --foreground : nicht daemonisieren, im Vordergrund bleiben.\n" 1627 +" -F --foreground : don't daemonize, stay in foreground.\n" 2025 +if (!foreground) { [all …]
|
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 47 bool sync_mode, foreground = false; in gc_thread_func() local 56 foreground = true; in gc_thread_func() 104 if (foreground) { in gc_thread_func() 124 stat_inc_gc_call_count(sbi, foreground ? in gc_thread_func() 130 if (foreground) in gc_thread_func() 134 gc_control.no_bg_gc = foreground; in gc_thread_func() 135 gc_control.nr_free_secs = foreground ? 1 : 0; in gc_thread_func() 140 if (!foreground) in gc_thread_func() 148 if (foreground) in gc_thread_func()
|
/openbmc/qemu/python/qemu/utils/ |
H A D | qom_fuse.py | 87 self.fuse = FUSE(self, self.mount, foreground=True)
|
/openbmc/linux/tools/perf/ |
H A D | builtin-daemon.c | 1249 bool foreground = false; in __cmd_start() local 1251 OPT_BOOLEAN('f', "foreground", &foreground, "stay on console"), in __cmd_start() 1274 if (foreground && check_lock(daemon)) in __cmd_start() 1277 if (!foreground) { in __cmd_start()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dc.c | 174 u32 foreground = BLEND_WEIGHT1(255) | BLEND_WEIGHT0(255) | in tegra_plane_setup_blending_legacy() local 183 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_1WIN); in tegra_plane_setup_blending_legacy() 222 foreground |= BLEND_CONTROL_ALPHA; in tegra_plane_setup_blending_legacy() 274 blending[0] = foreground; in tegra_plane_setup_blending_legacy() 278 blending[1] = foreground; in tegra_plane_setup_blending_legacy() 287 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_X); in tegra_plane_setup_blending_legacy() 288 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_2WIN_Y); in tegra_plane_setup_blending_legacy() 289 tegra_plane_writel(plane, foreground, DC_WIN_BLEND_3WIN_XY); in tegra_plane_setup_blending_legacy()
|
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/ |
H A D | pong-clock-no-flicker.c | 344 gcv.foreground = WhitePixel(pong_clock->xdpy, in main()
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 290 timeout --foreground 20m qemu-system-$(QEMU_ARCH) \ 303 timeout --foreground 20m $< \
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-daemon.txt | 71 --foreground::
|
H A D | perf-config.txt | 141 To change colors of selected line to other foreground and background colors 168 foreground and background colors, separated by a comma, for example: 184 Basic key values are foreground-color 'red' and
|
/openbmc/qemu/include/ui/ |
H A D | console.h | 174 uint32_t foreground, uint32_t background, uint8_t *image,
|