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

<<11121314151617181920>>

/freebsd-10-stable/etc/rc.d/
H A Dpowerd11 . /etc/rc.subr
H A Dpppoed11 . /etc/rc.subr
H A Drctl10 . /etc/rc.subr
H A Droot10 . /etc/rc.subr
H A Dsppp11 . /etc/rc.subr
H A Dsysctl8 . /etc/rc.subr
H A Dubthidhci11 . /etc/rc.subr
H A Dypbind11 . /etc/rc.subr
H A Dyppasswdd11 . /etc/rc.subr
H A Dypserv10 . /etc/rc.subr
H A Dypset10 . /etc/rc.subr
H A Dypupdated10 . /etc/rc.subr
H A Dypxfrd10 . /etc/rc.subr
H A Dnetwait13 # - Systems with statically-configured IP addresses in rc.conf(5).
17 # in your /etc/rc.conf instead of netwait_ip.
21 . /etc/rc.subr
31 local ip rc count output link wait_if got_if any_error
91 rc=$?
93 if [ $rc -eq 0 ]; then
H A Dkdc11 . /etc/rc.subr
H A Dipmon3 # $FreeBSD: stable/10/etc/rc.d/ipmon 341289 2018-11-30 06:47:01Z cy $
11 . /etc/rc.subr
H A Dmsgs3 # $FreeBSD: stable/10/etc/rc.d/msgs 306924 2016-10-09 21:28:56Z jilles $
9 . /etc/rc.subr
/freebsd-10-stable/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-10-stable/contrib/ntp/scripts/build/
H A DVersionName59 rc::dev|RC::dev)
62 rc::stable|RC::stable)
/freebsd-10-stable/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-10-stable/release/amd64/
H A Dmake-uefi-memstick.sh32 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
39 rm ${1}/etc/rc.conf.local
H A Dmake-memstick.sh32 echo 'root_rw_mount="NO"' > ${1}/etc/rc.conf.local
39 rm ${1}/etc/rc.conf.local
/freebsd-10-stable/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-10-stable/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-10-stable/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

Completed in 615 milliseconds

<<11121314151617181920>>