Searched defs:first_time (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/named/win32/ |
H A D | os.c | 251 ns_os_writepidfile(const char *filename, isc_boolean_t first_time) { argument 261 report = first_time ? ns_main_earlyfatal : ns_main_earlywarning;
|
/bind-9.11.3/bin/named/unix/ |
H A D | os.c | 876 ns_os_writepidfile(const char *filename, isc_boolean_t first_time) { argument 886 report = first_time ? ns_main_earlyfatal : ns_main_earlywarning; 901 first_time);
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 7196 isc_boolean_t first_time) 7216 if (!first_time) { 7275 isc_boolean_t first_time) 7328 if (first_time) { 7441 CHECK(check_lockfile(server, config, first_time)); 7790 if (first_time && (result == ISC_R_ADDRINUSE)) { 7859 ns_os_writepidfile(NULL, first_time); 7861 ns_os_writepidfile(cfg_obj_asstring(obj), first_time); local 7864 ns_os_writepidfile(lwresd_g_defaultpidfile, first_time); 7866 ns_os_writepidfile(ns_g_defaultpidfile, first_time); 7195 check_lockfile(ns_server_t *server, const cfg_obj_t *config, isc_boolean_t first_time) argument 7274 load_configuration(const char *filename, ns_server_t *server, isc_boolean_t first_time) argument [all...] |
Completed in 37 milliseconds