HomeSort by: relevance | last modified time | path
    Searched refs:daemonize (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/altq/altqd/
libaltq2.c 54 int daemonize = 1; variable in typeref:typename:int
65 if (!daemonize) {
altqd.c 135 daemonize = 0;
138 daemonize = 0;
153 if (daemonize)
157 if (daemonize)
188 if (daemonize) {
321 if (daemonize) {
  /src/tests/net/if_vlan/
bpfopen.c 69 static bool daemonize = false; variable in typeref:typename:bool
98 daemonize = true;
124 if (daemonize) {
139 if (daemonize)
  /src/dist/pf/usr.sbin/ftp-proxy/
ftp-proxy.c 129 int anonymous_only, daemonize, id_count, ipv6_mode, loglevel, max_sessions, variable in typeref:typename:int
344 if (daemonize)
586 if (daemonize)
621 daemonize = 1;
666 daemonize = 0;
789 if (daemonize) {
791 err(1, "cannot daemonize");
  /src/usr.sbin/altq/libaltq/
altq_qop.h 245 extern int daemonize; /* log_write uses stderr if daemonize is 0 */

Completed in 14 milliseconds