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

  /src/external/mpl/dhcp/dist/omapip/
toisc.c 103 return ISC_R_ALREADYRUNNING;
106 return ISC_R_ALREADYRUNNING;
160 return ISC_R_ALREADYRUNNING;
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
result.h 66 #define ISC_R_ALREADYRUNNING 35 /*%< already running */
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
result.h 60 #define ISC_R_ALREADYRUNNING 35 /*%< already running */
  /src/external/mpl/bind/dist/lib/isc/include/isc/
result.h 61 ISC_R_ALREADYRUNNING, /*%< already running */
  /src/external/mpl/bind/dist/lib/isc/
result.c 61 [ISC_R_ALREADYRUNNING] = "already running",
320 [ISC_R_ALREADYRUNNING] = "ISC_R_ALREADYRUNNING",
  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 214 return (ISC_R_ALREADYRUNNING);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
client.c 1137 if (result == ISC_R_ALREADYRUNNING) {
2845 if (result == ISC_R_ALREADYRUNNING) {
zone.c 2443 return (ISC_R_ALREADYRUNNING);
11836 result = ISC_R_ALREADYRUNNING;
11850 isc_result_t result = ISC_R_ALREADYRUNNING;
  /src/external/mpl/bind/dist/lib/dns/
zone.c 2464 return ISC_R_ALREADYRUNNING;
11847 result = ISC_R_ALREADYRUNNING;
11861 isc_result_t result = ISC_R_ALREADYRUNNING;

Completed in 79 milliseconds