Home
last modified time | relevance | path

Searched refs:foreground (Results 1 – 16 of 16) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_textoutput.c22 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 Dmain.c29 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 Dcursor.c132 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/openbmc/meta-security/recipes-scanners/clamav/files/
H A Dclamav-freshclam.service8 ExecStart=/usr/bin/freshclam -d --foreground=true
H A Dclamav.service10 ExecStart=/usr/sbin/clamd --foreground=true
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool.service8 # Start ippoold in the foreground! and enable RPC
H A Dalways_syslog.patch3 Even when running in the foreground, send log messages to syslog.
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/trousers/files/
H A Dtrousers.init.sh39 --exec ${DAEMON} -- ${DAEMON_OPTS} --foreground
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/dnsmasq/files/
H A Dinit107 exec $DAEMON --keep-in-foreground $ARGS \
/openbmc/qemu/tests/tcg/
H A DMakefile.target57 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-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff19 +.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/qemu/python/qemu/utils/
H A Dqom_fuse.py87 self.fuse = FUSE(self, self.mount, foreground=True)
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/
H A Dpong-clock-no-flicker.c344 gcv.foreground = WhitePixel(pong_clock->xdpy, in main()
/openbmc/qemu/include/ui/
H A Dconsole.h174 uint32_t foreground, uint32_t background, uint8_t *image,
/openbmc/u-boot/drivers/video/
H A DKconfig655 the background and foreground to the same colour or you will see
663 Defines the foreground colour for the console. The value is from
666 the background and foreground to the same colour or you will see
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf87 ; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.