Searched refs:waittime (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Dmachdep.c63 int waittime = -1; variable
81 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
82 waittime = 0;
/netbsd-6-1-5-RELEASE/bin/date/
H A Dnetdate.c86 int found, s, timed_ack, waittime; local
140 waittime = WAITACK;
144 found = poll(&ready, 1, waittime);
182 waittime = WAITDATEACK;
/netbsd-6-1-5-RELEASE/usr.sbin/isdn/isdnd/
H A Dtimer.c261 time_t waittime; local
268 waittime = cep->randomtime;
270 waittime = cep->recoverytime;
273 if (now > (cep->last_dial_time + waittime))
335 waittime = cep->randomtime + cep->recoverytime;
337 waittime = cep->recoverytime;
339 if (now > (cep->last_release_time + waittime))
/netbsd-6-1-5-RELEASE/sys/arch/dreamcast/dreamcast/
H A Dmachdep.c204 static int waittime = -1; local
223 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
224 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/atheros/
H A Dmachdep.c349 static int waittime = -1; local
366 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
367 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/malta/
H A Dmachdep.c322 int waittime = -1; variable
341 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
342 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/rasoc/
H A Dmachdep.c226 static int waittime = -1; local
243 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
244 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/sbmips/sbmips/
H A Dmachdep.c347 int waittime = -1; variable
366 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
367 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/alchemy/
H A Dmachdep.c387 static int waittime = -1; local
408 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
409 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/gdium/
H A Dmachdep.c395 int waittime = -1; variable
414 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
415 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbsh3/evbsh3/
H A Dmachdep.c183 static int waittime = -1; local
204 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
205 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/ews4800mips/
H A Dmachdep.c254 static int waittime = -1; local
269 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
270 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3x/
H A Dmachdep.c363 * XXX - Put waittime checks in there too?
365 int waittime = -1; /* XXX - Who else looks at this? -gwr */ variable
370 /* Check waittime here to localize its use to this function. */
371 if (waittime >= 0)
373 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/newsmips/
H A Dmachdep.c456 int waittime = -1; variable
481 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
485 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/mipsco/mipsco/
H A Dmachdep.c398 int waittime = -1; variable
434 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
438 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/cesfic/cesfic/
H A Dmachdep.c310 int waittime = -1; variable
328 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
329 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/cobalt/
H A Dmachdep.c347 static int waittime = -1; variable
366 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
367 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/adm5120/
H A Dmachdep.c466 static int waittime = -1; local
483 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
484 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/algor/algor/
H A Dmachdep.c579 int waittime = -1; variable
602 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
603 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/sun3/sun3/
H A Dmachdep.c374 * XXX - Put waittime checks in there too?
376 int waittime = -1; /* XXX - Who else looks at this? -gwr */ variable
381 /* Check waittime here to localize its use to this function. */
382 if (waittime >= 0)
384 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/next68k/next68k/
H A Dmachdep.c439 int waittime = -1; variable
457 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
458 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/luna68k/luna68k/
H A Dmachdep.c354 int waittime = -1; variable
373 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
374 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/atari/atari/
H A Dmachdep.c320 static int waittime = -1; variable
326 if (waittime < 0) {
327 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/evbmips/loongson/
H A Dmachdep.c663 int waittime = -1; variable
682 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
683 waittime = 0;
/netbsd-6-1-5-RELEASE/sys/arch/arc/arc/
H A Dmachdep.c561 static int waittime = -1; variable
576 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
583 waittime = 0;

Completed in 470 milliseconds

12