Searched refs:sourcep (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dentropy.h176 isc_entropy_destroysource(isc_entropysource_t **sourcep);
183 isc_entropysource_t **sourcep);
195 isc_entropysource_t **sourcep);
H A Dtaskpool.h101 isc_taskpool_expand(isc_taskpool_t **sourcep, unsigned int size,
106 * 'sourcep', then a new taskpool of size 'size' is allocated, the existing
112 * 'sourcep' is attached to 'targetp' without any other action being taken.
114 * In either case, 'sourcep' is detached.
118 * \li 'sourcep' is not NULL and '*source' is not NULL
124 * \li On success, '*sourcep' points to NULL.
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtaskpool.c115 isc_taskpool_expand(isc_taskpool_t **sourcep, unsigned int size, argument
121 REQUIRE(sourcep != NULL && *sourcep != NULL);
124 pool = *sourcep;
156 *sourcep = NULL;
H A Dentropy.c720 destroysource(isc_entropysource_t **sourcep) { argument
725 source = *sourcep;
726 *sourcep = NULL;
830 isc_entropy_destroysource(isc_entropysource_t **sourcep) { argument
835 REQUIRE(sourcep != NULL);
836 REQUIRE(VALID_SOURCE(*sourcep));
838 source = *sourcep;
839 *sourcep = NULL;
862 isc_entropysource_t **sourcep)
870 REQUIRE(sourcep !
857 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument
949 isc_entropy_createsamplesource(isc_entropy_t *ent, isc_entropysource_t **sourcep) argument
[all...]

Completed in 62 milliseconds