Searched refs:Foreground (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h125 // For Foreground, and EFI_* value is valid from EFI_BLACK(0x00) to
132 #define EFI_TEXT_ATTR(Foreground,Background) ((Foreground) | ((Background) << 4))
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c376 static int Foreground = 0; /* Run in foreground, instead of daemonizing */ variable
618 Foreground++;
770 if ((!Foreground) && (!Debug)) {

Completed in 121 milliseconds