HomeSort by: relevance | last modified time | path
    Searched defs:waittime (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/sys/arch/dreamcast/dreamcast/
machdep.c 205 static int waittime = -1; local in function:cpu_reboot
224 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
225 waittime = 0;
machdep.c 205 static int waittime = -1; local in function:cpu_reboot
224 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
225 waittime = 0;
  /src/sys/arch/evbmips/atheros/
machdep.c 315 static int waittime = -1; local in function:cpu_reboot
332 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
333 waittime = 0;
machdep.c 315 static int waittime = -1; local in function:cpu_reboot
332 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
333 waittime = 0;
  /src/sys/arch/playstation2/playstation2/
machdep.c 179 static int waittime = -1; local in function:cpu_reboot
206 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
207 waittime = 0;
machdep.c 179 static int waittime = -1; local in function:cpu_reboot
206 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
207 waittime = 0;
  /src/bin/date/
netdate.c 86 int found, s, timed_ack, waittime; local in function:netsettime
140 waittime = WAITACK;
144 found = poll(&ready, 1, waittime);
182 waittime = WAITDATEACK;
netdate.c 86 int found, s, timed_ack, waittime; local in function:netsettime
140 waittime = WAITACK;
144 found = poll(&ready, 1, waittime);
182 waittime = WAITDATEACK;
  /src/sys/arch/evbmips/ingenic/
machdep.c 271 static int waittime = -1; local in function:cpu_reboot
288 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
289 waittime = 0;
machdep.c 271 static int waittime = -1; local in function:cpu_reboot
288 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
289 waittime = 0;
  /src/sys/arch/evbmips/alchemy/
machdep.c 349 static int waittime = -1; local in function:cpu_reboot
370 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
371 waittime = 0;
machdep.c 349 static int waittime = -1; local in function:cpu_reboot
370 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
371 waittime = 0;
  /src/sys/arch/evbmips/gdium/
machdep.c 396 int waittime = -1; variable in typeref:typename:int
415 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
416 waittime = 0;
machdep.c 396 int waittime = -1; variable in typeref:typename:int
415 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
416 waittime = 0;
  /src/sys/arch/evbmips/malta/
machdep.c 316 int waittime = -1; variable in typeref:typename:int
335 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
336 waittime = 0;
machdep.c 316 int waittime = -1; variable in typeref:typename:int
335 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
336 waittime = 0;
  /src/sys/arch/evbmips/mipssim/
machdep.c 314 static int waittime = -1; local in function:cpu_reboot
331 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
332 waittime = 0;
machdep.c 314 static int waittime = -1; local in function:cpu_reboot
331 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
332 waittime = 0;
  /src/sys/arch/evbmips/rasoc/
machdep.c 223 static int waittime = -1; local in function:cpu_reboot
240 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
241 waittime = 0;
machdep.c 223 static int waittime = -1; local in function:cpu_reboot
240 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
241 waittime = 0;
  /src/sys/arch/evbmips/sbmips/
machdep.c 352 int waittime = -1; variable in typeref:typename:int
371 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
372 waittime = 0;
  /src/sys/arch/ews4800mips/ews4800mips/
machdep.c 240 static int waittime = -1; local in function:cpu_reboot
255 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
256 waittime = 0;
  /src/sys/arch/sbmips/sbmips/
machdep.c 337 int waittime = -1; variable in typeref:typename:int
356 if ((howto & RB_NOSYNC) == 0 && (waittime < 0)) {
357 waittime = 0;
  /src/sys/arch/evbsh3/evbsh3/
machdep.c 183 static int waittime = -1; local in function:cpu_reboot
204 if ((howto & RB_NOSYNC) == 0 && waittime < 0) {
205 waittime = 0;
  /src/sys/arch/algor/algor/
machdep.c 537 int waittime = -1; variable in typeref:typename:int
559 if ((boothowto & RB_NOSYNC) == 0 && waittime < 0) {
560 waittime = 0;

Completed in 68 milliseconds

1 2 3 4