Searched refs:blocking (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | entropy2_test.c | 61 start(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { argument 66 if (blocking) 67 printf("start called, blocking mode.\n"); 69 printf("start called, non-blocking mode.\n"); 87 get(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { argument 95 if (!blocking)
|
/bind-9.6-ESV-R11/lib/isc/include/isc/ |
H A D | entropy.h | 66 void *arg, isc_boolean_t blocking); 68 void *arg, isc_boolean_t blocking); 96 * this is a special purpose application where blocking a task is 164 * The file will be put into non-blocking mode, so it may be a device file,
|
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | entropy.c | 84 fillpool(isc_entropy_t *ent, unsigned int desired, isc_boolean_t blocking) { argument 112 * Note that if we are in a blocking mode, we will only try to 117 REQUIRE(!blocking); 190 if (blocking && remaining != 0) { 206 got = get_from_callback(source, remaining, blocking);
|
/bind-9.6-ESV-R11/lib/isc/ |
H A D | entropy.c | 479 isc_boolean_t blocking) 494 result = cbs->startfunc(source, cbs->arg, blocking); 503 result = cbs->getfunc(source, cbs->arg, blocking); 538 isc_boolean_t goodonly, partial, blocking; local 546 blocking = ISC_TF((flags & ISC_ENTROPY_BLOCKING) != 0); 579 fillpool(ent, fillcount, blocking); 597 fillpool(ent, THRESHOLD_BITS, blocking); 1155 kbdstart(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { argument 1165 if (! blocking) 1192 kbdget(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { argument 478 get_from_callback(isc_entropysource_t *source, unsigned int desired, isc_boolean_t blocking) argument [all...] |
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | entropy.c | 250 fillpool(isc_entropy_t *ent, unsigned int desired, isc_boolean_t blocking) { argument 277 * Note that if we are in a blocking mode, we will only try to 282 REQUIRE(!blocking); 352 if (blocking && remaining != 0) { 371 got = get_from_callback(source, remaining, blocking); 454 * Make a fd non-blocking
|
Completed in 71 milliseconds