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

1234

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c282 sfxge_start_locked(sfxge_t *sp, boolean_t restart) argument
318 if ((rc = sfxge_mac_start(sp, restart)) != 0)
389 sfxge_start(sfxge_t *sp, boolean_t restart) argument
394 rc = sfxge_start_locked(sp, restart);
477 dev_err(sp->s_dip, CE_WARN, SFXGE_CMN_ERR "NIC restart complete");
483 SFXGE_CMN_ERR "FATAL ERROR: NIC restart failed rc=%d", rc);
501 /* A restart is currently in progress */
508 dev_err(sp->s_dip, CE_WARN, SFXGE_CMN_ERR "NIC restart due to %s:%d",
H A Dsfxge_mac.c514 sfxge_mac_start(sfxge_t *sp, boolean_t restart) argument
533 if ((rc = sfxge_phy_cap_apply(sp, !restart)) != 0)
842 "unable to restart with a new MAC");
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_browser.c1254 restart:
1275 goto restart;
/illumos-gate/usr/src/cmd/fs.d/nfs/svc/
H A Dnfs-server41 # we restart ipfilter which will regenerate the ipfilter configuration
45 # removing the service's ipf file. Thus we only restart network/ipfilter
64 svcadm restart $IPF_FMRI
82 # restart stopped shares from the repository
/illumos-gate/usr/src/common/ficl/
H A Dtools.c390 if (!vm->restart) {
428 vm->restart = 0;
H A Dvm.c2286 vm->restart = 0;
2438 if (vm->restart) {
2440 vm->restart = 0;
2449 vm->restart = 1;
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dstorage.esc121 event ereport.chassis.sp.svc-restart@controller;
303 ereport.chassis.sp.svc-restart@controller{
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp_var.h141 EXTERN off_t restart_point; /* transfer restart offset */
291 extern void restart(int argc, char *argv[]);
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c740 boolean_t restart = B_FALSE; local
761 restart = B_TRUE;
768 restart = B_TRUE;
772 if (restart && efep->efe_flags & FLAG_RUNNING) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c149 bool_t restart; local
154 restart = FALSE;
197 restart = TRUE;
211 if (restart) {
671 * restart the recovery.
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c754 restart:
1049 \tThe dump will restart\n");
1051 goto restart;
1142 goto restart;
H A Ddumptraverse.c49 * case we need to restart on the root inode.
60 goto restart;
68 restart:
/illumos-gate/usr/src/uts/i86xpv/os/
H A Devtchn.c1383 restart:
1435 goto restart;
1453 goto restart;
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c917 restart:
928 goto restart;
967 goto restart;
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c2867 char *restart = startd_alloc(max_scf_value_size); local
3073 error = libscf_read_single_astring(h, prop, &restart);
3082 if (strcmp(restart, "all") == 0)
3084 else if (strcmp(restart, "external_fault") == 0)
3086 else if (strcmp(restart, "any_fault") == 0)
3092 startd_free(restart, max_scf_value_size);
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_node.c1427 * drop the lock and restart a scan if we have to time out
1446 restart:
1477 goto restart;
1508 goto restart;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_ds.c828 restart:
881 /* All bets are off on tgt/aq now, restart */
882 goto restart;
924 * If too many retries, mark phy dead and restart discovery;
945 * then restart discovery
964 * then restart discovery
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s979 stn %l1, [%l7 + PC_OFF] ! restart mutex_owner_running()
996 stn %l1, [%l7 + PC_OFF] ! restart mutex_exit()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s815 stn %l1, [%l7 + PC_OFF] ! restart mutex_owner_running()
832 stn %l1, [%l7 + PC_OFF] ! restart mutex_exit()
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dlock_prim.s438 mutex_exit_critical_start: ! If we are interrupted, restart here
457 mutex_owner_running_critical_start: ! If interrupted restart here
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfe.c1011 unsigned restart; local
1026 restart = nar & (NAR_TX_ENABLE | NAR_RX_ENABLE);
1027 nar &= ~restart;
1029 if (restart != 0)
1059 /* restart autonegotation */
1063 /* restart tx/rx processes... */
1064 if (restart != 0)
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c51 static jmp_buf restart; variable
52 static int gettingfile = 0; /* restart has a valid frame */
663 findinode(&spcl); /* do we always restart files in full? */
666 longjmp(restart, 1); /* will this set f1 & f2? */
1059 if (!gettingfile && setjmp(restart) != 0) {
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c1042 * If the ring is currently empty, we also restart the
1487 * dmfe_restart - restart transmitting/receiving after error or suspend
1588 * reset & restart the chip after an error
1589 * update & restart the chip after a link status change
2521 boolean_t restart = B_FALSE; local
2555 restart = B_TRUE;
2559 if (restart) {
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc298 Boolean restart = false; local
367 restart = true;
371 restart = true;
386 * This is where we restart the build.
398 if (!restart && line != NULL) {
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com79 raw.o redrawwin.o reset_sh.o resetty.o restart.o \

Completed in 150 milliseconds

1234