Searched refs:rc (Results 451 - 475 of 878) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/etc/rc.d/
H A Dcleartmp3 # $FreeBSD: releng/10.3/etc/rc.d/cleartmp 230099 2012-01-14 02:18:41Z dougb $
10 . /etc/rc.subr
H A Ddefaultroute5 # $FreeBSD: releng/10.3/etc/rc.d/defaultroute 213270 2010-09-29 13:08:23Z emaste $
12 . /etc/rc.subr
H A Ddhclient3 # $FreeBSD: releng/10.3/etc/rc.d/dhclient 230388 2012-01-20 17:19:50Z rea $
9 . /etc/rc.subr
40 # Interface-specific flags (see rc.subr for $flags setting)
H A Ddumpon3 # $FreeBSD: releng/10.3/etc/rc.d/dumpon 208307 2010-05-19 19:03:19Z dougb $
11 . /etc/rc.subr
H A Dgeli27 # $FreeBSD: releng/10.3/etc/rc.d/geli 239595 2012-08-22 22:17:35Z delphij $
34 . /etc/rc.subr
48 # Compatibility with rc.d/gbde.
H A Dgptboot27 # $FreeBSD: releng/10.3/etc/rc.d/gptboot 230099 2012-01-14 02:18:41Z dougb $
34 . /etc/rc.subr
H A Dipfs3 # $FreeBSD: releng/10.3/etc/rc.d/ipfs 255450 2013-09-10 13:48:33Z cy $
10 . /etc/rc.subr
H A Dlocalpkg3 # $FreeBSD: releng/10.3/etc/rc.d/localpkg 180563 2008-07-16 19:22:48Z dougb $
11 . /etc/rc.subr
H A Dmixer27 # $FreeBSD: releng/10.3/etc/rc.d/mixer 240336 2012-09-11 05:04:59Z obrien $
34 . /etc/rc.subr
H A Dmotd3 # $FreeBSD: releng/10.3/etc/rc.d/motd 197947 2009-10-10 22:17:03Z dougb $
10 . /etc/rc.subr
H A Dnfsd3 # $FreeBSD: releng/10.3/etc/rc.d/nfsd 292233 2015-12-14 23:09:02Z rmacklem $
10 . /etc/rc.subr
H A Dnsswitch26 # $FreeBSD: releng/10.3/etc/rc.d/nsswitch 213202 2010-09-27 15:55:39Z imp $
33 . /etc/rc.subr
H A Dpf3 # $FreeBSD: releng/10.3/etc/rc.d/pf 230099 2012-01-14 02:18:41Z dougb $
11 . /etc/rc.subr
H A Dpower_profile8 # $FreeBSD: releng/10.3/etc/rc.d/power_profile 240343 2012-09-11 06:25:10Z avg $
15 . /etc/rc.subr
H A Dsavecore3 # $FreeBSD: releng/10.3/etc/rc.d/savecore 254992 2013-08-28 15:12:15Z gavin $
10 . /etc/rc.subr
H A Dsyslogd3 # $FreeBSD: releng/10.3/etc/rc.d/syslogd 278771 2015-02-14 18:56:44Z hrs $
12 . /etc/rc.subr
H A Dvirecover3 # $FreeBSD: releng/10.3/etc/rc.d/virecover 230099 2012-01-14 02:18:41Z dougb $
12 . /etc/rc.subr
H A Dzfs3 # $FreeBSD: releng/10.3/etc/rc.d/zfs 253076 2013-07-09 08:59:39Z avg $
9 . /etc/rc.subr
/freebsd-10.3-release/share/examples/bhyve/
H A Dvmrun.sh206 rc=$?
207 if [ $rc -ne 0 ]; then
209 rc=$?
211 if [ $rc -ne 0 ]; then
/freebsd-10.3-release/usr.bin/mail/
H A Dmain.c64 char *ef, *rc; local
163 * User doesn't want to source /usr/lib/Mail.rc
245 if ((rc = getenv("MAILRC")) == NULL)
246 rc = "~/.mailrc";
247 load(expand(rc));
/freebsd-10.3-release/usr.bin/tail/
H A Dread.c142 int ch, rc; local
150 rc = 0;
177 rc = 1;
208 return (rc);
/freebsd-10.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-upgrade.sh41 BKFILES="/etc/rc.conf /boot/loader.conf"
76 rm -rf ${FSMNT}/etc/rc.d >/dev/null 2>/dev/null
222 # Merge the rc.conf with old
223 cp ${FSMNT}/etc/rc.conf ${FSMNT}/etc/rc.conf.new
224 merge_config "${FSMNT}/etc/rc.conf.preUpgrade" "${FSMNT}/etc/rc.conf.new" "${FSMNT}/etc/rc.conf"
225 rm ${FSMNT}/etc/rc.conf.new
/freebsd-10.3-release/usr.sbin/pkg_install/version/
H A Dtest-pkg_version.sh86 test-pv 11.r "=" 11.rc rc
/freebsd-10.3-release/tools/tools/zfsboottest/
H A Dzfsboottest.c74 int rc; local
80 rc = dnode_read(spa, dn, off, buf, n);
81 if (rc != 0)
82 return (-rc);
/freebsd-10.3-release/sys/dev/sfxge/common/
H A Defx_intr.c141 efx_rc_t rc; local
147 rc = EINVAL;
184 rc = ENOTSUP;
188 if ((rc = eiop->eio_init(enp, type, esmp)) != 0)
200 EFSYS_PROBE1(fail1, efx_rc_t, rc);
202 return (rc);
415 efx_rc_t rc; local
423 rc = EINVAL;
430 rc = EINVAL;
469 EFSYS_PROBE1(fail1, efx_rc_t, rc);
[all...]

Completed in 201 milliseconds

<<11121314151617181920>>