| /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
|
| /src/usr.bin/nl/ |
| nl.c | 118 /* whether to restart numbering at logical page delimiters */ 119 static int restart = 1; variable 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 607 printf("Usage: restart {all | printer ...}\n");
|
| /src/sys/dev/ic/ |
| siop.c | 308 int restart = 0; local 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 731 restart = 1; 737 restart = 1; 744 restart = 1; 751 restart = 1; 758 restart = 1; 772 restart = 1; 781 restart = 1 [all...] |
| /src/usr.sbin/mrouted/ |
| main.c | 72 static void restart(int); 246 (void)signal(SIGHUP, restart); 550 * Restart mrouted 553 restart(int i) function 560 logit(LOG_NOTICE, 0, "%s restart", versionstring);
|
| /src/sys/altq/ |
| altq_rmclass.h | 195 void (*restart)(struct ifaltq *); /* Restart routine. */ member in struct:rm_ifdat
|
| /src/sys/arch/bebox/stand/boot/ |
| siop.c | 261 int offset, target, lun, tag, restart = 0, need_reset = 0; local 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/hp300/dev/ |
| rd.c | 1085 int rv, restart, ctlr, slave; local 1131 restart = rderror(unit); 1136 if (restart)
|
| /src/sys/arch/prep/stand/boot/ |
| siop.c | 238 int offset, target, lun, tag, restart = 0, need_reset = 0; local 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/dev/gpib/ |
| rd.c | 766 int rv, dir, restart, slave; local 801 restart = rderror(sc); 803 if (restart)
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_legacy_tv.c | 433 int restart; local 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/sbin/restore/ |
| tape.c | 88 static jmp_buf restart; variable 89 static int gettingfile = 0; /* restart has a valid frame */ 548 longjmp(restart, 1); 569 longjmp(restart, 1); 1007 if (!gettingfile && setjmp(restart) != 0) 1063 if (!gettingfile && setjmp(restart) != 0)
|
| /src/sys/dev/pci/ |
| hifn7751.c | 1936 uint32_t dmacsr, restart; local 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/sys/kern/ |
| kern_pmf.c | 911 bool restart = false; local 919 restart = true; 923 if (restart)
|
| kern_sig.c | 1126 * SIGCONT can be masked, but if LWP is stopped, it needs restart. 2445 bool more, restart; local 2451 restart = false; 2473 * Arrange to restart and check 2476 restart = true; 2482 if (restart) 2486 } while (restart);
|
| /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 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...] |
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 299 syscallarg(void *) restart; member in struct:linux_sys_sigsuspend_args
|
| /src/sys/compat/linux/arch/arm/ |
| linux_syscallargs.h | 226 syscallarg(void *) restart; member in struct:linux_sys_sigsuspend_args
|
| /src/sys/compat/linux/arch/i386/ |
| linux_syscallargs.h | 231 syscallarg(void *) restart; member in struct:linux_sys_sigsuspend_args
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_syscallargs.h | 224 syscallarg(void *) restart; member in struct:linux_sys_sigsuspend_args
|