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

  /src/external/mpl/dhcp/dist/server/
dhcpd.c 1676 enum dhcp_shutdown_state shutdown_state; variable in typeref:enum:dhcp_shutdown_state
1681 if (shutdown_state == shutdown_listeners &&
1693 if (shutdown_state == shutdown_drop_omapi_connections) {
1697 if (shutdown_state == shutdown_omapi_connections) {
1705 shutdown_state == shutdown_dhcp) {
1721 if (shutdown_state == shutdown_listeners ||
1722 shutdown_state == shutdown_omapi_connections ||
1723 shutdown_state == shutdown_drop_omapi_connections ||
1724 shutdown_state == shutdown_dhcp) {
1729 if ((shutdown_state == shutdown_listeners |
    [all...]
mdb.c 3234 shutdown_state = shutdown_drop_omapi_connections;
3236 shutdown_state = shutdown_listeners;
3238 shutdown_state = shutdown_dhcp;
  /src/sys/sys/
device.h 284 struct shutdown_state { struct
711 device_t shutdown_first(struct shutdown_state *);
712 device_t shutdown_next(struct shutdown_state *);
  /src/sys/kern/
subr_autoconf.c 2481 shutdown_first(struct shutdown_state *s)
2491 shutdown_next(struct shutdown_state *s)
2507 static struct shutdown_state s;
kern_pmf.c 351 static struct shutdown_state s;
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2161 extern enum dhcp_shutdown_state shutdown_state;

Completed in 71 milliseconds