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

  /src/sys/arch/amiga/stand/bootblock/boot/
console.c 72 u_int16_t timelimit; variable
284 ticks = 10 * timelimit;
286 if (timelimit == 0)
315 timelimit = 0;
  /src/external/bsd/openldap/dist/libraries/libldap/
search.c 95 int timelimit; local
116 /* timelimit must be non-zero if timeout is provided */
117 timelimit = timeout->tv_sec != 0 ? timeout->tv_sec : 1;
120 /* no timeout, no timelimit */
121 timelimit = -1;
125 attrsonly, sctrls, cctrls, timelimit, sizelimit, deref, &id );
263 ber_int_t timelimit,
287 * timelimit INTEGER (0 .. 65535),
324 (timelimit < 0) ? ld->ld_timelimit : timelimit,
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 340 int timelimit; local
456 timelimit = op->ors_tlimit > 0 ? op->ors_tlimit : 1;
458 timelimit = -1; /* no limit */
569 ctrls, NULL, timelimit, op->ors_slimit, op->ors_deref,
  /src/external/bsd/openldap/dist/tests/progs/
slapd-bind.c 214 int timelimit = 0; local
237 if ( strncasecmp( ext, "x-timelimit=", STRLENOF( "x-timelimit=" ) ) == 0 ) {
238 if ( lutil_atoi( &timelimit, &ext[ STRLENOF( "x-timelimit=" ) ] ) && crit ) {
239 tester_error( "unable to parse critical extension x-timelimit" );
328 if ( timelimit ) {
329 tv.tv_sec = timelimit;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
trim_map.c 436 hrtime_t timelimit; local
443 timelimit = gethrtime() - (hrtime_t)trim_timeout * NANOSEC;
462 (ts = trim_map_first(tm, txgtarget, txgsafe, timelimit, hard > 0))
  /src/lib/libradius/
radlib.c 925 struct timeval timelimit; local
935 gettimeofday(&timelimit, NULL);
936 timeradd(&tv, &timelimit, &timelimit);
954 timersub(&timelimit, &tv, &tv);
965 gettimeofday(&timelimit, NULL);
966 timeradd(&tv, &timelimit, &timelimit);
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 100 static int timelimit = -1; variable
906 timelimit = 0;
909 timelimit = LDAP_MAXINT;
918 timelimit = ival;
920 if( timelimit < 0 || timelimit > LDAP_MAXINT ) {
921 fprintf( stderr, _("%s: invalid timelimit (%d) specified\n"),
922 prog, timelimit );
1747 if ( timelimit > 0 ) {
1748 tv_timelimit.tv_sec = timelimit;
    [all...]

Completed in 69 milliseconds