Searched refs:restart (Results 126 - 150 of 214) sorted by relevance

123456789

/freebsd-current/sys/amd64/amd64/
H A Dpmap.c5284 bool start_di, restart; local
5329 restart = false;
5340 restart = true;
5346 restart = true;
5362 if (restart)
7061 restart:
7130 goto restart;
8413 restart:
8424 goto restart;
8445 goto restart;
[all...]
/freebsd-current/sys/kern/
H A Dvfs_subr.c1212 restart:
1292 goto restart;
1302 goto restart;
1308 goto restart;
6781 restart:
6795 goto restart;
7053 restart:
7078 goto restart;
7085 goto restart;
H A Dkern_linker.c1707 restart:
1765 goto restart;
1773 * Since we provided modules, we need to restart the
1778 goto restart;
H A Dsubr_witness.c2684 restart:
2698 goto restart;
2724 goto restart;
2784 goto restart;
H A Dkern_ktrace.c1071 restart:
1089 goto restart;
H A Dkern_malloc.c1429 restart:
1441 goto restart;
H A Dkern_proc.c3461 bool restart, seen_stopped, seen_exiting, stopped_some; local
3470 seen_exiting = seen_stopped = stopped_some = restart = false;
3506 * restart because debugger might be either
3516 restart = true;
3525 restart = true;
3527 if (restart || stopped_some || seen_exiting || seen_stopped) {
H A Duipc_usrreq.c566 restart:
588 goto restart;
615 goto restart;
749 restart:
759 goto restart;
/freebsd-current/usr.sbin/ppp/
H A Dipcp.c454 {"IPCP restart", "IPCP openmode", "IPCP stopped"};
745 fp->restart = ipcp->cfg.fsm.maxreq;
748 fp->restart = ipcp->cfg.fsm.maxtrm;
751 fp->restart = 1;
H A Dlcp.c116 {"LCP restart", "LCP openmode", "LCP stopped"};
367 fp->restart = lcp->cfg.fsm.maxreq;
370 fp->restart = lcp->cfg.fsm.maxtrm;
373 fp->restart = 1;
/freebsd-current/sys/dev/my/
H A Dif_my.c711 int i, restart = 0; local
715 restart = 1;
737 if (restart)
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dmt7915.h280 bool restart:1; member in struct:mt7915_dev::__anon457
H A Dmac.c1529 if (dev->recovery.restart) {
1549 dev->recovery.restart = false;
1717 dev->recovery.restart = true;
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmt7996.h212 bool restart:1; member in struct:mt7996_dev::__anon589
H A Dmac.c1797 if (dev->recovery.restart) {
1817 dev->recovery.restart = false;
1995 dev->recovery.restart = true;
/freebsd-current/sys/amd64/vmm/
H A Dvmm.c1917 restart:
1992 goto restart;
2022 * instruction. Thus instruction restart is achieved by setting
2682 restart:
2695 goto restart;
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h711 void restart() { function in class:clang::LookupResult::Filter
/freebsd-current/contrib/openresolv/
H A Dresolvconf.in112 -R Show the system service restart command
311 /bin/systemctl restart $1.service
317 /usr/bin/systemctl restart $1.service
323 RESTARTCMD='/sbin/rc-service -i $1 -- -Ds restart'
329 /usr/sbin/invoke-rc.d $1 restart
336 /sbin/service $1 restart
343 /usr/sbin/service \$1 restart
347 /bin/sv try-restart $1'
350 /usr/bin/sv try-restart $1'
356 /etc/rc.d/$1 restart
[all...]
/freebsd-current/sbin/newfs/
H A Dmkfs.c185 restart:
363 goto restart;
/freebsd-current/sys/ufs/ufs/
H A Dufs_lookup.c253 restart:
707 goto restart;
/freebsd-current/crypto/openssh/contrib/redhat/
H A Dopenssh.spec307 touch /var/run/sshd.restart
327 if test -f /var/run/sshd.restart ; then
328 rm -f /var/run/sshd.restart
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c2452 restart:
2462 goto restart;
2499 goto restart;
3752 restart:
3762 goto restart;
3789 goto restart;
4176 restart:
4187 goto restart;
4208 goto restart;
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c2489 restart:
2502 goto restart;
2518 goto restart;
4732 restart:
4806 goto restart;
/freebsd-current/sys/dev/usb/controller/
H A Dxhci.c1699 restart:
1952 goto restart;
3919 restart:
3965 goto restart;
3975 /* queue changed - restart */
3976 goto restart;
/freebsd-current/sys/netinet/
H A Din_pcb.c1570 restart:
1588 * Jump to 'restart' should yield in the same result,
1604 * we jump to 'restart'.
1611 goto restart;
1619 goto restart;
1897 restart:
1906 goto restart;

Completed in 640 milliseconds

123456789