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

1 2

  /src/sys/arch/mvme68k/stand/libsa/
SRT0.S 46 beqs restart | short-circuit out
57 lea restart:l, %a3
60 restart: label
SRT0.S 46 beqs restart | short-circuit out
57 lea restart:l, %a3
60 restart: label
  /src/sys/arch/mvme68k/stand/sboot/
start.s 38 restart: label
start.s 38 restart: label
  /src/sys/arch/sun68k/stand/libsa/
SRT0.S 54 beqs restart
76 lea restart:l,%a0
83 restart: label
SRT0.S 54 beqs restart
76 lea restart:l,%a0
83 restart: label
  /src/games/sail/
globals.c 566 jmp_buf restart; variable in typeref:typename:jmp_buf
globals.c 566 jmp_buf restart; variable in typeref:typename:jmp_buf
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
stih407-family.dtsi 125 restart: restart-controller@0 { label
126 compatible = "st,stih407-restart";
stih407-family.dtsi 125 restart: restart-controller@0 { label
126 compatible = "st,stih407-restart";
  /src/usr.bin/nl/
nl.c 118 /* whether to restart numbering at logical page delimiters */
119 static int restart = 1; variable in typeref:typename:int
152 restart = 0;
298 if (restart)
nl.c 118 /* whether to restart numbering at logical page delimiters */
119 static int restart = 1; variable in typeref:typename:int
152 restart = 0;
298 if (restart)
  /src/usr.sbin/lpr/lpc/
cmds.c 597 * Kill and restart the daemon.
600 restart(int argc, char *argv[]) function in typeref:typename:void
607 printf("Usage: restart {all | printer ...}\n");
cmds.c 597 * Kill and restart the daemon.
600 restart(int argc, char *argv[]) function in typeref:typename:void
607 printf("Usage: restart {all | printer ...}\n");
  /src/usr.sbin/mrouted/
main.c 72 static void restart(int);
246 (void)signal(SIGHUP, restart);
550 * Restart mrouted
553 restart(int i) function in typeref:typename:void
560 logit(LOG_NOTICE, 0, "%s restart", versionstring);
main.c 72 static void restart(int);
246 (void)signal(SIGHUP, restart);
550 * Restart mrouted
553 restart(int i) function in typeref:typename:void
560 logit(LOG_NOTICE, 0, "%s restart", versionstring);
  /src/sys/dev/ic/
siop.c 308 int restart = 0; local in function:siop_intr
559 * restart the script.
564 * else we have to restart it ourselves, at the
980 * restart the script now if command completed properly
988 restart = 1;
993 if (restart)
1174 * scsi bus reset. reset the chip and restart
1178 /* stop, reset and restart the chip */
1456 * The algorithm used here is to restart from the head when we know
1467 * we can restart from 0
    [all...]
siop.c 308 int restart = 0; local in function:siop_intr
559 * restart the script.
564 * else we have to restart it ourselves, at the
980 * restart the script now if command completed properly
988 restart = 1;
993 if (restart)
1174 * scsi bus reset. reset the chip and restart
1178 /* stop, reset and restart the chip */
1456 * The algorithm used here is to restart from the head when we know
1467 * we can restart from 0
    [all...]
mpt_netbsd.c 484 mpt_prt(mpt, "restart succeeded");
524 int restart = 0; /* nonzero if we need to restart the IOC*/ local in function:mpt_done
731 restart = 1;
737 restart = 1;
744 restart = 1;
751 restart = 1;
758 restart = 1;
772 restart = 1;
781 restart = 1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_tv.c 433 int restart; local in function:radeon_legacy_tv_init_restarts
481 /* adjust restart */
482 restart = const_ptr->def_restart;
495 restart -= v_offset + h_offset;
497 DRM_DEBUG_KMS("compute_restarts: def = %u h = %d v = %d, p1 = %04x, p2 = %04x, restart = %d\n",
498 const_ptr->def_restart, tv_dac->h_pos, tv_dac->v_pos, p1, p2, restart);
500 tv_dac->tv.hrestart = restart % h_total;
501 restart /= h_total;
502 tv_dac->tv.vrestart = restart % v_total;
503 restart /= v_total
    [all...]
  /src/usr.bin/vndcompress/
Makefile 80 # Make sure we can restart from a pipe.
81 CHECKS+= check-pipe-restart
86 check-pipe-restart: .PHONY piperestart.cl2 piperestart.cl2restart
94 # supposed to fail (and it is even OK to interrupt!) so we can restart
104 # Make sure we can restart from a pipe even if the original start was
124 # Make sure we can `restart' even if there's nothing there.
140 # Make sure we can restart from a file, simulated with `-p'.
159 # Make sure we can `restart' even if there's nothing there.
  /src/sys/dev/gpib/
rd.c 766 int rv, dir, restart, slave; local in function:rdintr
801 restart = rderror(sc);
803 if (restart)
  /src/sys/arch/hp300/dev/
rd.c 1085 int rv, restart, ctlr, slave; local in function:rdintr
1131 restart = rderror(unit);
1136 if (restart)
  /src/sys/arch/bebox/stand/boot/
siop.c 261 int offset, target, lun, tag, restart = 0, need_reset = 0; local in function:siop_intr
475 * restart the script now if command completed properly
483 restart = 1;
485 if (restart)
551 restart:
616 goto restart;
636 * The algorithm used here is to restart from the head when we know
647 * we can restart from 0.
  /src/sys/arch/prep/stand/boot/
siop.c 238 int offset, target, lun, tag, restart = 0, need_reset = 0; local in function:siop_intr
454 * restart the script now if command completed properly
462 restart = 1;
464 if (restart)
530 restart:
595 goto restart;
615 * The algorithm used here is to restart from the head when we know
626 * we can restart from 0.

Completed in 40 milliseconds

1 2