Searched refs:rc (Results 251 - 275 of 928) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/etc/rc.d/
H A Dypset3 # $FreeBSD: releng/11.0/etc/rc.d/ypset 298514 2016-04-23 16:10:54Z lme $
10 . /etc/rc.subr
H A Dypupdated3 # $FreeBSD: releng/11.0/etc/rc.d/ypupdated 231667 2012-02-14 10:51:24Z dougb $
10 . /etc/rc.subr
H A Dypxfrd3 # $FreeBSD: releng/11.0/etc/rc.d/ypxfrd 298514 2016-04-23 16:10:54Z lme $
10 . /etc/rc.subr
H A Dppp3 # $FreeBSD: releng/11.0/etc/rc.d/ppp 298514 2016-04-23 16:10:54Z lme $
10 . /etc/rc.subr
99 if [ -f /etc/rc.d/ipfilter ]; then
100 /etc/rc.d/ipfilter quietresync
102 if [ -f /etc/rc.d/pf ]; then
103 /etc/rc.d/pf quietresync
/freebsd-11.0-release/contrib/netbsd-tests/sys/rc/
H A Dh_args.sh34 # An rc.d script that overrides all standard comands and adds a non-standard
39 ${_rc_subr_loaded} . /etc/rc.subr
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_ttyflags.c141 int rc = ERR; local
148 rc = CallDriver_2(SP_PARM, mode, FALSE, TRUE);
161 rc = OK;
165 returnCode(rc);
179 int rc = ERR; local
186 rc = CallDriver_2(SP_PARM, mode, TRUE, TRUE);
197 rc = OK;
201 returnCode(rc);
215 int rc = ERR; local
222 rc
248 int rc = ERR; local
[all...]
/freebsd-11.0-release/contrib/blacklist/etc/
H A DMakefile3 SUBDIR=rc.d
/freebsd-11.0-release/contrib/blacklist/etc/rc.d/
H A Dblacklistd10 $_rc_subr_loaded . /etc/rc.subr
29 # Find /etc/rc.d scripts with "chrootdir" rcorder(8) keyword,
33 for _lr in $(rcorder -k chrootdir /etc/rc.d/*); do
/freebsd-11.0-release/contrib/hyperv/tools/scripts/
H A Dhv_set_ifconfig41 sed -i".bak" '/ifconfig_hn0="SYNCDHCP"/d' /etc/rc.conf
42 sed -i".bak" '/ifconfig_hn0="DHCP"/d' /etc/rc.conf
60 #/etc/rc.d/netif restart
61 #/etc/rc.d/routing restart
67 echo ifconfig_hn0=\"DHCP\" >> /etc/rc.conf
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.pidprint.ksh65 rc=$?
69 exit $rc
H A Dtst.pidprinttarg.ksh66 rc=$?
70 exit $rc
H A Dtst.printtypetarg.ksh66 rc=$?
70 exit $rc
/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_port.c55 int rc; local
60 rc = 0;
66 rc = 0;
78 if ((rc = efx_mac_stats_update(sc->enp, esmp,
85 rc = ETIMEDOUT;
87 return (rc);
157 int rc; local
161 if ((rc = sfxge_mac_stat_update(sc)) == 0)
165 if (rc == 0)
166 rc
353 int rc = 0; local
393 int rc; local
414 int rc; local
476 int rc; local
563 int rc; local
607 int rc; local
680 int rc; local
887 int rc; local
921 int rc; local
[all...]
/freebsd-11.0-release/lib/libc/tests/net/
H A Deui64_aton_test.c46 int rc; local
49 rc = memcmp(&e, eui, sizeof(e));
50 if (rc != 0) {
55 str, rc, buf);
/freebsd-11.0-release/release/amd64/
H A Dmake-memstick.sh32 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
39 rm ${1}/etc/rc.conf.local
/freebsd-11.0-release/release/arm64/
H A Dmake-memstick.sh32 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
39 rm ${1}/etc/rc.conf.local
/freebsd-11.0-release/release/i386/
H A Dmake-memstick.sh32 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
39 rm ${1}/etc/rc.conf.local
/freebsd-11.0-release/release/powerpc/
H A Dmake-memstick.sh36 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
44 rm ${1}/etc/rc.conf.local
/freebsd-11.0-release/release/tools/
H A Darm.subr117 echo "hostname=\"${hostname}\"" > ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
118 echo 'ifconfig_DEFAULT="DHCP"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
119 echo 'sshd_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
120 echo 'sendmail_enable="NONE"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
121 echo 'sendmail_submit_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
122 echo 'sendmail_outbound_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
123 echo 'sendmail_msp_queue_enable="NO"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
124 echo 'growfs_enable="YES"' >> ${CHROOTDIR}/${DESTDIR}/etc/rc.conf
/freebsd-11.0-release/tests/sys/kqueue/
H A Dcommon.h26 # define err(rc,msg,...) do { perror(msg); exit(rc); } while (0)
27 # define errx(rc,msg,...) do { puts(msg); exit(rc); } while (0)
/freebsd-11.0-release/tools/test/pthread_vfork/
H A Dpthread_vfork_test.c80 int rc, t; local
93 rc = pthread_create(&threads[t], NULL, vfork_test, &t);
94 if (rc)
95 errc(1, rc, "pthread_create");
/freebsd-11.0-release/contrib/ntp/scripts/build/
H A DVersionName59 rc::dev|RC::dev)
62 rc::stable|RC::stable)
/freebsd-11.0-release/contrib/ncurses/ncurses/base/
H A Dlib_getch.c133 int rc; local
136 rc = TCBOf(sp)->drv->testmouse(TCBOf(sp), delay EVENTLIST_2nd(evl));
141 rc = TW_MOUSE;
145 rc = _nc_timed_wait(sp,
153 && (rc == 0)
155 rc |= TW_MOUSE;
160 return rc;
365 int rc; local
376 rc = recur_wgetnstr(win, buf);
383 rc
400 int rc = 0; local
731 int rc; local
[all...]
/freebsd-11.0-release/cddl/contrib/opensolaris/common/ctf/
H A Dctf_labels.c86 int rc; local
102 if ((rc = func(lname, &linfo, arg)) != 0)
103 return (rc);
141 int rc; local
146 if ((rc = ctf_label_iter(fp, label_info_cb, &cb_arg)) == CTF_ERR)
147 return (rc);
149 if (rc != 1)
/freebsd-11.0-release/etc/
H A Dpccard_ether10 . /etc/rc.subr
84 /etc/rc.d/netif quietstart $ifn
87 # XXX: should probably do this by calling rc.d/routing.
105 /etc/rc.d/netif quietstop $ifn
123 /etc/rc.d/netif quietstart $child
130 /etc/rc.d/netif quietstop $child

Completed in 225 milliseconds

<<11121314151617181920>>