Searched defs:reload (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/isc/win32/ |
H A D | app.c | 119 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon294 170 /* Create the reload event in a non-signaled state */ 357 * Don't send the reload signal if we're shutting down.
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 131 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon284 451 * Check the reload (or suspend) case first for exiting the 531 * or reload. 846 * Don't send the reload signal if we're shutting down.
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 5653 * force catz reload if the zone is loaded; 8598 * a reload.) 8815 "initializing reload event lock"); 8824 "allocating reload event"); 9191 reload(ns_server_t *server) { function 9211 * Handle a reload event (from SIGHUP). 9222 "received SIGHUP signal to reload zones"); 9223 (void)reload(server); 9448 * Act on a "reload" command from the command channel. 9464 result = reload(serve [all...] |
Completed in 38 milliseconds