Searched refs:candidates (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c104 LDAPMessage *candidates; local
122 candidates = NULL;
152 * list of candidates.
155 if ( candidates == NULL ) {
170 for ( tmpcand = candidates; tmpcand != NULL &&
200 ldap_msgfree( candidates );
201 candidates = NULL;
210 if ( (candidates = ldap_ufn_expand( ld, cancelproc,
227 if ( candidates == NULL ) {
248 *res = candidates;
[all...]
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_setup.c314 n2rng_osc_perf_t *candidates[N2RNG_NOSC]; local
345 candidates[0] = &rng->n_perftable[0][b0];
348 candidates[1] = &rng->n_perftable[1][b1];
353 candidates[2] = &rng->n_perftable[2][b2];
355 totalentropy += candidates[i]->H2;
364 candidates[i]->H2;
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DResourceMonitor.java98 List candidates = target.getComponents(null);
99 Iterator candIt = candidates.iterator();
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_io.c404 ppvars->candidates = 0;
440 ppvars->candidates++;
634 ppvars->candidates, ppvars->hosts, ppvars->pests,
H A Dsd_bcache.h402 int candidates; /* # cand. for dealloc checking */ member in struct:_dm_process_vars
H A Dsd_bcache.c7476 sdbc_dynmem->ci_sdbc_candidates.value.ul = process_vars->candidates;
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c481 "history %4x %8Tnodatas %8-d notavail %8-d candidates %8-d\n",
485 dp->candidates);

Completed in 102 milliseconds