Searched refs:timelimit (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/sys/arch/amiga/stand/bootblock/bootxx_ffs/
H A Dmain.c78 extern u_int16_t timelimit;
137 timelimit = 10;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dsearch.c95 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,
254 ldap_build_search_req( LDAP *ld, LDAP_CONST char *base, ber_int_t scope, LDAP_CONST char *filter, char **attrs, ber_int_t attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, ber_int_t timelimit, ber_int_t sizelimit, ber_int_t deref, ber_int_t *idp) argument
[all...]
H A Dldap-int.h836 ber_int_t timelimit,
/netbsd-current/sys/arch/amiga/stand/bootblock/boot/
H A Dconsole.c72 u_int16_t timelimit; variable
284 ticks = 10 * timelimit;
286 if (timelimit == 0)
315 timelimit = 0;
H A Dmain.c132 extern u_int16_t timelimit;
155 timelimit = 3;
413 timelimit = 60;
468 timelimit = 60;
472 timelimit = 0;
474 timelimit = 2;
494 timelimit = 10;
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-bind.c214 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;
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c100 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 );
1742 if ( timelimit > 0 ) {
1743 tv_timelimit.tv_sec = timelimit;
[all...]
/netbsd-current/lib/libradius/
H A Dradlib.c925 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);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtrim_map.c436 hrtime_t timelimit; local
443 timelimit = gethrtime() - (hrtime_t)trim_timeout * NANOSEC;
462 (ts = trim_map_first(tm, txgtarget, txgsafe, timelimit, hard > 0))
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dsearch.c339 int timelimit; local
455 timelimit = op->ors_tlimit > 0 ? op->ors_tlimit : 1;
457 timelimit = -1; /* no limit */
568 ctrls, NULL, timelimit, op->ors_slimit, op->ors_deref,
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its8521/
H A Dits8521226 timelimit=unlimited

Completed in 215 milliseconds