Home
last modified time | relevance | path

Searched refs:exitnow (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Deloop.c230 bool exitnow; member
659 eloop->exitnow = true; in eloop_exit()
668 eloop->exitnow = false; in eloop_enter()
988 if (eloop->cleared || eloop->exitnow) in eloop_run_kqueue()
1051 if (eloop->cleared || eloop->exitnow) in eloop_run_epoll()
1087 if (eloop->cleared || eloop->exitnow) in eloop_run_ppoll()
1149 if (eloop->cleared || eloop->exitnow) in eloop_run_pselect()
1179 if (eloop->exitnow) in eloop_start()
/dragonfly/usr.bin/rpcgen/
H A Drpc_util.h141 extern int exitnow;
H A Drpc_main.c123 int exitnow; /* If started by port monitors, exit after the call */ variable
579 exitnow = 1; in s_output()
H A Drpc_svcout.c593 if (exitnow) in print_return()