HomeSort by: relevance | last modified time | path
    Searched defs:emfile (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/lloadd/
daemon.c 84 static int emfile; variable
980 #ifdef EMFILE
981 err == EMFILE ||
982 #endif /* EMFILE */
988 emfile++;
1012 for ( i = 0; emfile && lload_listeners[i] != NULL; i++ ) {
1017 emfile--;
1025 if ( emfile && lload_listeners[i] == NULL ) {
1026 /* Walked the entire list without enabling anything; emfile
1028 emfile = 0
    [all...]
  /src/external/bsd/libevent/dist/test/
regress_dns.c 1245 /** emfile test */
1246 if (errno == EMFILE) {
1271 int emfile = data->setup_data && !strcmp(data->setup_data, "emfile"); local
1301 if (emfile) {
1353 if (emfile && !strcmp(event_base_get_method(data->base), "devpoll")) {
1365 tt_int_op(be_outcome[1].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1367 tt_int_op(be_outcome[2].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1369 tt_int_op(be_outcome[3].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1370 if (!emfile) {
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 1243 /** emfile test */
1244 if (errno == EMFILE) {
1269 int emfile = data->setup_data && !strcmp(data->setup_data, "emfile"); local
1299 if (emfile) {
1351 if (emfile && !strcmp(event_base_get_method(data->base), "devpoll")) {
1363 tt_int_op(be_outcome[1].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1365 tt_int_op(be_outcome[2].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1367 tt_int_op(be_outcome[3].what, ==, !emfile ? BEV_EVENT_CONNECTED : BEV_EVENT_ERROR);
1368 if (!emfile) {
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
daemon.c 114 static int emfile; variable
1177 if ( emfile && listening ) {
1186 emfile--;
1192 /* Walked the entire list without enabling anything; emfile
1195 if ( slap_listeners[i] == NULL ) emfile = 0;
2155 #ifdef EMFILE
2156 err == EMFILE ||
2157 #endif /* EMFILE */
2164 emfile++;

Completed in 43 milliseconds