Searched refs:restart (Results 26 - 50 of 214) sorted by relevance

123456789

/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h117 void restart (int, char **);
/freebsd-current/tools/test/stress2/misc/
H A Dmkfifo4.sh118 restart:
140 goto restart;
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.c75 restart:
120 sa.sa_flags = 0; /* don't restart system calls */
192 goto restart;
/freebsd-current/lib/libc/gen/
H A Dreadpassphrase.c58 restart:
111 sa.sa_flags = 0; /* don't restart system calls */
179 goto restart;
/freebsd-current/usr.bin/nl/
H A Dnl.c109 /* whether to restart numbering at logical page delimiters */
110 static int restart = 1; variable
139 restart = 0;
294 if (restart)
/freebsd-current/lib/libiconv_modules/EUC/
H A Dcitrus_euc.c214 goto restart;
232 goto restart;
270 restart:
/freebsd-current/lib/libiconv_modules/UTF8/
H A Dcitrus_utf8.c199 goto restart;
212 goto restart;
237 restart:
/freebsd-current/sys/contrib/ck/src/
H A Dck_rhs.c501 restart:
535 goto restart;
923 restart:
960 goto restart;
1082 restart:
1101 goto restart;
1144 restart:
1152 goto restart;
1196 goto restart;
1204 * signaling concurrent probes to restart
[all...]
H A Dck_hs.c340 restart:
395 goto restart;
699 restart:
707 goto restart;
771 restart:
779 goto restart;
791 * signaling concurrent probes to restart. Optionally,
825 restart:
835 goto restart;
/freebsd-current/lib/libiconv_modules/UES/
H A Dcitrus_ues.c211 goto restart;
218 goto restart;
239 restart:
/freebsd-current/lib/libiconv_modules/BIG5/
H A Dcitrus_big5.c295 goto restart;
312 goto restart;
349 restart:
/freebsd-current/sys/contrib/openzfs/contrib/debian/
H A Drules.in163 dh_installinit -r --no-restart-after-upgrade --name zfs-import
164 dh_installinit -r --no-restart-after-upgrade --name zfs-mount
165 dh_installinit -r --no-restart-after-upgrade --name zfs-load-key
/freebsd-current/lib/libiconv_modules/MSKanji/
H A Dcitrus_mskanji.c176 goto restart;
191 goto restart;
225 restart:
/freebsd-current/usr.sbin/ppp/
H A Dfsm.h109 int restart; /* Restart counter value */ member in struct:fsm
H A Dtimer.c276 timer_InitService(int restart) argument
281 if (!restart)
/freebsd-current/contrib/tnftp/src/
H A Dextern.h190 void restart(int, char **);
/freebsd-current/lib/libiconv_modules/EUCTW/
H A Dcitrus_euctw.c200 goto restart;
263 restart:
/freebsd-current/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c191 goto restart;
236 restart:
/freebsd-current/sys/arm/broadcom/bcm2835/
H A Dbcm2835_systimer.c142 restart:
153 goto restart;
/freebsd-current/lib/libiconv_modules/JOHAB/
H A Dcitrus_johab.c165 goto restart;
183 restart:
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c183 restart:
231 sa.sa_flags = 0; /* don't restart system calls */
311 goto restart;
/freebsd-current/sys/cam/nvme/
H A Dnvme_xpt.c117 int restart; member in struct:__anon96
269 if (softc->restart) {
270 softc->restart = 0;
324 0, softc->restart ? (SF_NO_RECOVERY | SF_NO_RETRY) : 0
352 if (softc->restart)
473 if (softc->restart) {
474 softc->restart = 0;
563 softc->restart = 1;
569 ("Failing to restart nvme_probe device\n"));
/freebsd-current/sys/dev/sound/pcm/
H A Dvchan.c454 int *vchanrate, vchancount, direction, ret, newspd, restart; local
522 restart = 1;
524 restart = 0;
536 if (restart != 0) {
562 int *vchanformat, vchancount, direction, ret, restart; local
636 restart = 1;
638 restart = 0;
643 if (restart != 0) {
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mmio.c429 bool restart = dev->mt76.mcu_ops->mcu_restart; local
446 if (restart)
467 if (restart)
485 if (dev->mt76.beacon_mask && !restart)
509 if (restart) {
/freebsd-current/sys/net80211/
H A Dieee80211_tdma.c787 goto restart;
795 goto restart;
809 goto restart;
817 goto restart;
824 restart:

Completed in 224 milliseconds

123456789