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

12

/netbsd-current/sys/arch/evbmips/atheros/
H A Dmachdep.c315 static int waittime = -1; local
332 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
333 waittime = 0;
/netbsd-current/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-current/sys/arch/playstation2/playstation2/
H A Dmachdep.c179 static int waittime = -1; local
206 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
207 waittime = 0;
/netbsd-current/sys/arch/dreamcast/dreamcast/
H A Dmachdep.c205 static int waittime = -1; local
224 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
225 waittime = 0;
/netbsd-current/sys/arch/evbmips/malta/
H A Dmachdep.c316 int waittime = -1; variable
335 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
336 waittime = 0;
/netbsd-current/sys/arch/evbmips/ingenic/
H A Dmachdep.c271 static int waittime = -1; local
288 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
289 waittime = 0;
/netbsd-current/sys/arch/evbmips/rasoc/
H A Dmachdep.c223 static int waittime = -1; local
240 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
241 waittime = 0;
/netbsd-current/sys/arch/sbmips/sbmips/
H A Dmachdep.c337 int waittime = -1; variable
356 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
357 waittime = 0;
/netbsd-current/sys/arch/ews4800mips/ews4800mips/
H A Dmachdep.c240 static int waittime = -1; local
255 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
256 waittime = 0;
/netbsd-current/sys/arch/mipsco/mipsco/
H A Dmachdep.c337 int waittime = -1; variable
373 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
377 waittime = 0;
/netbsd-current/sys/arch/evbmips/alchemy/
H A Dmachdep.c349 static int waittime = -1; local
370 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
371 waittime = 0;
/netbsd-current/sys/arch/evbmips/adm5120/
H A Dmachdep.c429 static int waittime = -1; local
446 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
447 waittime = 0;
/netbsd-current/sys/arch/evbmips/cavium/
H A Dmachdep.c457 int waittime = -1; variable
497 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
498 waittime = 0;
/netbsd-current/sys/arch/evbmips/gdium/
H A Dmachdep.c396 int waittime = -1; variable
415 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
416 waittime = 0;
/netbsd-current/sys/arch/evbmips/sbmips/
H A Dmachdep.c352 int waittime = -1; variable
371 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
372 waittime = 0;
/netbsd-current/sys/arch/evbmips/mipssim/
H A Dmachdep.c314 static int waittime = -1; local
331 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
332 waittime = 0;
/netbsd-current/sys/arch/sun3/sun3x/
H A Dmachdep.c355 * XXX - Put waittime checks in there too?
357 int waittime = -1; /* XXX - Who else looks at this? -gwr */ variable
362 /* Check waittime here to localize its use to this function. */
363 if (waittime >= 0)
365 waittime = 0;
/netbsd-current/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-current/sys/arch/cesfic/cesfic/
H A Dmachdep.c295 int waittime = -1; variable
313 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
314 waittime = 0;
/netbsd-current/sys/arch/newsmips/newsmips/
H A Dmachdep.c446 int waittime = -1; variable
471 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
475 waittime = 0;
/netbsd-current/sys/arch/cobalt/cobalt/
H A Dmachdep.c333 static int waittime = -1; variable
352 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
353 waittime = 0;
/netbsd-current/sys/arch/algor/algor/
H A Dmachdep.c537 int waittime = -1; variable
559 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
560 waittime = 0;
/netbsd-current/sys/arch/sun3/sun3/
H A Dmachdep.c368 * XXX - Put waittime checks in there too?
370 int waittime = -1; /* XXX - Who else looks at this? -gwr */ variable
375 /* Check waittime here to localize its use to this function. */
376 if (waittime >= 0)
378 waittime = 0;
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dmachdep.c432 int waittime = -1; variable
462 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
463 waittime = 0;
/netbsd-current/sys/arch/atari/atari/
H A Dmachdep.c294 static int waittime = -1; variable
299 if (waittime < 0) {
300 waittime = 0;

Completed in 314 milliseconds

12