Searched refs:restart (Results 1 - 25 of 83) sorted by relevance

1234

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstop.sh35 # As this operation is likely configuration changing, restart the
38 /usr/sbin/svcadm restart milestone/name-services
H A Dypstart.sh102 # As this operation is likely configuration changing, restart the
105 /usr/sbin/svcadm restart milestone/name-services
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_qinfo_quota.c39 uint8_t single, restart;
61 &restart, /* b */
88 request.qq_restart = restart;
H A Dsmb_nt_transact_quota.c46 * the previous request (FALSE) or restart a new
86 uint8_t single, restart; local
108 &single, &restart, &sidlistlen, &startsidlen, &startsidoff)) {
150 request.qq_restart = restart;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dsetup.ksh39 log_must svcadm restart svc:/system/fmd:default
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c62 int nomore, restart, ret, wrote; local
116 restart = total = 0;
135 * the region lock, restart the buffer list walk. If we neither
142 mfp, bhp, &restart, &wrote)) != 0)
157 if (restart)
190 if (restart)
/illumos-gate/usr/src/lib/print/libipp-listener/
H A DMakefile.com35 restart-job.o resume-printer.o send-document.o set-job-attributes.o \
/illumos-gate/usr/src/cmd/svc/common/
H A Di.manifest113 $SVCADM restart svc:/system/manifest-import:default
H A Dr.manifest122 $SVCADM restart svc:/system/manifest-import:default
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.h109 bool restart; /* Restart vs. exit after close */ member in struct:lcp_options
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c249 restart:
627 goto restart;
634 goto restart;
712 goto restart;
717 goto restart;
797 goto restart;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c216 boolean_t restart = B_FALSE; local
249 if (restart)
251 restart = B_TRUE;
290 boolean_t restart = B_FALSE; local
296 if (restart)
298 restart = B_TRUE;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmdtab.c104 static char restarthelp[] = "restart file transfer at bytecount";
194 { "restart", restarthelp, 1, 1, 1, restart },
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c111 restart:
147 * restart if directory contents have out-grown
151 goto restart;
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c365 restart:
373 goto restart;
379 goto restart;
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfilter183 # refresh method will run svcadm restart if the version value is not
187 # service (no contract), the svcadm restart invoked by refresh (described
252 svcadm restart $SMF_FMRI
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y489 restart: label
496 goto restart;
659 goto restart;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c775 boolean_t restart = B_FALSE; local
782 if (restart)
784 restart = B_TRUE;
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c360 restart:
440 * times out, so restart it here.
484 goto restart;
497 goto restart;
/illumos-gate/usr/src/cmd/ctrun/
H A Dctrun.c484 uu_warn(gettext("cannot restart with lifetime '%s'\n"),
490 uu_warn(gettext("cannot restart with option '%s'\n"),
549 restart:
678 * haven't expended our maximum loop count, restart.
700 goto restart;
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c143 * the watchdog will restart on the next send() call).
183 * slots in any ring except 0, we restart scanning again from ring 0.
189 * 3 found some - recycle them and restart scan
191 * 10 found some - recycle them and restart scan
193 * 3 found some more - recycle them and restart scan
196 * 10 found some more - recycle them and restart scan
218 restart:
244 goto restart;
/illumos-gate/usr/src/uts/common/io/
H A Dsrn.c568 restart:
594 goto restart;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c256 /* restart all threads that were suspended for fork() */
637 restart:
651 goto restart;
659 goto restart;
679 goto restart;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c201 int restart = 0; local
209 restart = 1;\
243 if (restart == 0) {
269 if (restart == 1) {
282 * time for restart
285 (me, "nscd restart due to %s or %s change\n",
288 * try to restart under smf
938 * need to restart if main nscd and config file(s) changed
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loc135 $SVCADM restart $1
146 $SVCADM restart $1
414 # We explicitly restart here, as restart will only have an

Completed in 251 milliseconds

1234