Home
last modified time | relevance | path

Searched defs:Foreground (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h132 #define EFI_TEXT_ATTR(Foreground,Background) ((Foreground) | ((Background) << 4)) argument
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c293 static bool Foreground = false; /* Run in foreground, instead of daemonizing */ variable