Lines Matching refs:shutdown
264 * Check for a deactivation or shutdown request and take appropriate
481 * its shutdown event or no shutdown event has ever been
482 * set up. Thus, we have no outstanding shutdown
583 * The client's task has received a shutdown event.
597 CTRACE("shutdown");
601 if (client->shutdown != NULL) {
602 (client->shutdown)(client->shutdown_arg, ISC_R_SHUTTINGDOWN);
603 client->shutdown = NULL;
1913 if (client->shutdown != NULL) {
1914 (client->shutdown)(client->shutdown_arg, ISC_R_TIMEDOUT);
1915 client->shutdown = NULL;
2060 client->shutdown = NULL;
2510 * shutdown event and disappear out from under us.