Searched refs:ISC_R_ALREADYRUNNING (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dresult.h55 #define ISC_R_ALREADYRUNNING 35 /*%< already running */ macro
/bind-9.11.3/lib/isc/win32/
H A Dapp.c211 result = ISC_R_ALREADYRUNNING;
/bind-9.11.3/lib/isc/unix/
H A Dapp.c407 result = ISC_R_ALREADYRUNNING;
/bind-9.11.3/lib/dns/
H A Dclient.c1215 if (result == ISC_R_ALREADYRUNNING)
2978 if (result == ISC_R_ALREADYRUNNING) {
H A Dzone.c2219 return (ISC_R_ALREADYRUNNING);
10140 result = ISC_R_ALREADYRUNNING;
10152 isc_result_t result = ISC_R_ALREADYRUNNING;

Completed in 65 milliseconds