/src/sys/arch/mvme68k/stand/libsa/ |
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
|
/src/sys/arch/sun68k/stand/libsa/ |
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
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
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)
|
/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");
|
/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);
|
/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...] |
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...] |
aic79xx.c | 326 * Restart the sequencer program from address zero 1494 * a SEQINT, so we should restart it when 1641 int restart; local in function:ahd_handle_scsiint 1707 restart = ahd_handle_pkt_busfree(ahd, busfreetime); 1710 restart = ahd_handle_nonpkt_busfree(ahd); 1734 if (restart) { 1946 * on packet boundaries, clear the error, restart the 2008 * and allow the sequencer to restart the select 2036 * we restart on the correct SCB. 2105 /* Restart the sequencer. * [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...] |
radeon_cik.c | 4516 u32 restart[3]; member in struct:bonaire_mqd
|
/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.
|
/src/sys/altq/ |
altq_rmclass.h | 195 void (*restart)(struct ifaltq *); /* Restart routine. */ member in struct:rm_ifdat
|
/src/sys/kern/ |
kern_pmf.c | 911 bool restart = false; local in function:pmf_class_network_resume 919 restart = true; 923 if (restart)
|
kern_sig.c | 1123 * SIGCONT can be masked, but if LWP is stopped, it needs restart. 2438 bool more, restart; local in function:proc_stop_callout 2444 restart = false; 2466 * Arrange to restart and check 2469 restart = true; 2475 if (restart) 2479 } while (restart);
|
/src/sys/dev/pci/ |
hifn7751.c | 1936 uint32_t dmacsr, restart; local in function:hifn_intr 1967 restart = dmacsr & (HIFN_DMACSR_R_OVER | HIFN_DMACSR_D_OVER); 1968 if (restart) 1978 restart = dmacsr & (HIFN_DMACSR_C_ABORT | HIFN_DMACSR_S_ABORT | 1980 if (restart) {
|
/src/sbin/restore/ |
tape.c | 87 static jmp_buf restart; variable in typeref:typename:jmp_buf 88 static int gettingfile = 0; /* restart has a valid frame */ 547 longjmp(restart, 1); 568 longjmp(restart, 1); 1006 if (!gettingfile && setjmp(restart) != 0) 1062 if (!gettingfile && setjmp(restart) != 0)
|
/src/sys/arch/arc/arc/ |
arcbios.h | 219 void (*restart)(void) member in struct:arc_calls 220 __attribute__((__noreturn__)); /* Restart 6 */
|
/src/usr.bin/ftp/ |
cmds.c | 572 * If restartit is 1, restart the xfer always. 573 * If restartit is -1, restart the xfer only if the remote file is newer. 609 "Restart is not supported by the remote server.\n"); 701 "Restart is not supported by the remote server.\n"); 2386 * Restart transfer at specific point 2389 restart(int argc, char *argv[]) function in typeref:typename:void 2393 UPRINTF("usage: %s [restart-point]\n", argv[0]); 2399 "Restart is not supported by the remote server.\n"); 2408 fprintf(ttyout, "restart: Invalid offset `%s'\n", 2414 fputs("No restart point defined.\n", ttyout) [all...] |