Home
last modified time | relevance | path

Searched refs:restart (Results 1 – 25 of 112) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_qinfo_quota.c49 uint8_t single, restart; in smb2_qinfo_quota()
71 &restart, /* b */ in smb2_qinfo_quota()
98 request.qq_restart = restart; in smb2_qinfo_quota()
H A Dsmb_nt_transact_quota.c86 uint8_t single, restart; in smb_nt_transact_query_quota() local
108 &single, &restart, &sidlistlen, &startsidlen, &startsidoff)) { in smb_nt_transact_query_quota()
150 request.qq_restart = restart; in smb_nt_transact_query_quota()
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_region.c62 int nomore, restart, ret, wrote; local
116 restart = total = 0;
142 mfp, bhp, &restart, &wrote)) != 0)
157 if (restart)
190 if (restart)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c249 restart: in run_menu()
627 goto restart; in run_menu()
634 goto restart; in run_menu()
712 goto restart; in run_menu()
717 goto restart; in run_menu()
797 goto restart; in run_menu()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_bind.c217 boolean_t restart = B_FALSE; in tcp_update_next_port() local
250 if (restart) in tcp_update_next_port()
252 restart = B_TRUE; in tcp_update_next_port()
291 boolean_t restart = B_FALSE; in tcp_get_next_priv_port() local
297 if (restart) in tcp_get_next_priv_port()
299 restart = B_TRUE; in tcp_get_next_priv_port()
/illumos-gate/usr/src/lib/libdscp/svc/
H A Ddscp.ppp.options67 lcp-restart 3
82 ipcp-restart 3
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstop.sh38 /usr/sbin/svcadm restart milestone/name-services
H A Dypstart.sh105 /usr/sbin/svcadm restart milestone/name-services
/illumos-gate/usr/src/test/smbclient-tests/include/
H A Dservices_common.ksh85 svcadm restart $smf
/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/lib/libdevinfo/
H A Ddevinfo_finddev.c109 restart: in finddev_readdir_alt()
149 goto restart; in finddev_readdir_alt()
/illumos-gate/usr/src/test/os-tests/tests/pf_key/
H A Dacquire-spray.sh95 svcadm restart ipsec/policy
/illumos-gate/usr/src/lib/libproject/common/
H A Dsetproject.c365 restart: in rctl_set()
373 goto restart; in rctl_set()
379 goto restart; in rctl_set()
/illumos-gate/usr/src/cmd/svc/common/
H A Dr.manifest122 $SVCADM restart svc:/system/manifest-import:default
H A Di.manifest113 $SVCADM restart svc:/system/manifest-import:default
/illumos-gate/usr/src/uts/common/io/vuidmice/
H A Dvuidps2.c360 restart: in VUID_QUEUE()
484 goto restart; in VUID_QUEUE()
497 goto restart; in VUID_QUEUE()
/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/cmd-inet/usr.bin/pppd/
H A Dlcp.h107 bool restart; /* Restart vs. exit after close */ member
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_bind.c775 boolean_t restart = B_FALSE; in sctp_update_next_port() local
782 if (restart) in sctp_update_next_port()
784 restart = B_TRUE; in sctp_update_next_port()
/illumos-gate/usr/src/tools/smatch/src/
H A Dptrlist.c192 restart: in pack_ptr_list()
209 goto restart; in pack_ptr_list()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c282 sfxge_start_locked(sfxge_t *sp, boolean_t restart) in sfxge_start_locked() argument
318 if ((rc = sfxge_mac_start(sp, restart)) != 0) in sfxge_start_locked()
389 sfxge_start(sfxge_t *sp, boolean_t restart) in sfxge_start() argument
394 rc = sfxge_start_locked(sp, restart); in sfxge_start()
/illumos-gate/usr/src/cmd/bc/
H A Dbc.y486 restart: in yylex()
493 goto restart; in yylex()
656 goto restart; in yylex()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmdtab.c192 { "restart", restarthelp, 1, 1, 1, restart },
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c637 restart: in clock_nanosleep()
651 goto restart; in clock_nanosleep()
659 goto restart; in clock_nanosleep()
679 goto restart; in clock_nanosleep()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c208 int restart = 0; in _nscd_restart_if_cfgfile_changed() local
216 restart = 1;\ in _nscd_restart_if_cfgfile_changed()
250 if (restart == 0) { in _nscd_restart_if_cfgfile_changed()
276 if (restart == 1) { in _nscd_restart_if_cfgfile_changed()

12345