Home
last modified time | relevance | path

Searched refs:already_warned (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0004-apache2-log-the-SELinux-context-at-startup.patch53 + static int already_warned = 0;
56 + if (is_enabled && !already_warned) {
65 + already_warned = 1;
/openbmc/linux/drivers/tty/serial/
H A Dkgdboc.c491 static bool already_warned; in kgdboc_earlycon_pre_exp_handler() local
494 if (already_warned) in kgdboc_earlycon_pre_exp_handler()
514 already_warned = true; in kgdboc_earlycon_pre_exp_handler()