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

  /src/external/bsd/openldap/dist/tests/progs/
slapd-read.c 50 char **attrs, int noattrs, int nobind, int maxloop, int force );
253 char **attrs, int noattrs, int nobind, int maxloop, int force )
262 msgids = (int *)calloc( sizeof(int), maxloop );
276 (long) pid, maxloop, entry );
284 if ( i < maxloop ) {
292 ">>> PID=%ld - Read maxloop=%d cnt=%d active=%d msgid=%d: "
294 (long) pid, maxloop, i, active, msgids[i],
334 ">>> PID=%ld - Read maxloop=%d cnt=%d active=%d: "
336 (long) pid, maxloop, i, active, entry, rc );
362 "<<< PID=%ld - ReadDone maxloop=%d cnt=%d active=%d msgid=%d:
    [all...]
slapd-bind.c 49 do_bind( struct tester_conn_args *config, char *dn, int maxloop, int force,
206 do_bind( struct tester_conn_args *config, char *dn, int maxloop, int force,
259 if ( maxloop > 1 ) {
261 (long) pid, maxloop, dn );
264 for ( i = 0; i < maxloop; i++ ) {
357 if ( maxloop > 1 ) {
slapd-mtread.c 62 char **attrs, int noattrs, int nobind, int maxloop,
660 char **attrs, int noattrs, int nobind, int maxloop,
670 maxloop, entry );
675 (void *) ld, maxloop, (do_retry - config->retries), entry);
678 for ( ; i < maxloop; i++ ) {
  /src/tests/kernel/
t_sysv.c 93 int maxloop = 1; variable
250 for (loop = 0; loop < maxloop; loop++) {
350 for (loop = 0; loop < maxloop; loop++) {
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
analyze.py 396 if args.maxloop:
397 result.extend(['-analyzer-max-loop', str(args.maxloop)])
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 72 MaxLoop => 0,
1318 -maxloop <loop count>
1798 if ($arg eq "-maxloop") {
1800 $Options{MaxLoop} = shift @$Args;
1968 if ($Options{MaxLoop} > 0) { push @AnalysesToRun, "-analyzer-max-loop $Options{MaxLoop}"; }
  /src/sys/dev/ic/
nvme.c 1398 int maxloop = timo_sec * 1000000 / step; local
1415 if (timo_sec >= 0 && --maxloop <= 0) {

Completed in 29 milliseconds