Searched refs:rc (Results 101 - 125 of 1074) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/dev/jedec_dimm/
H A Djedec_dimm.c191 int rc; local
218 rc = smbus_readb(sc->smbus, sc->spd_addr, SPD_OFFSET_DRAM_TYPE, &byte);
219 if (rc != 0) {
220 device_printf(dev, "failed to read dram_type: %d\n", rc);
243 rc = EINVAL;
248 /* bootverbose debuggery is best-effort, so ignore the rc. */
255 rc = jedec_dimm_capacity(sc, type, &sc->capacity_mb);
256 if (rc != 0) {
260 rc = jedec_dimm_field_to_str(sc, sc->part_str, sizeof(sc->part_str),
262 if (rc !
426 int rc; local
608 int rc; local
701 int rc; local
840 int rc; local
903 int rc; local
925 int rc; local
[all...]
/freebsd-11-stable/contrib/netbsd-tests/sys/rc/
H A Dh_simple.sh34 # A very simple rc.d script that defines the minimum variables to be functional.
37 ${_rc_subr_loaded} . /etc/rc.subr
/freebsd-11-stable/contrib/ntp/scripts/rc/rc.d/
H A Dntpwait6 . /etc/rc.subr
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_pkcs11.in38 SOFTPKCS11RC="test-rc-file.rc" \
43 cat > test-rc-file.rc <<EOF
53 cat > test-rc-file.rc <<EOF
/freebsd-11-stable/etc/periodic/daily/
H A D500.queuerun20 rc=2
30 rc=0
33 *) rc=0;;
36 exit $rc
H A D510.status-world-kernel17 rc=0
27 rc=1
33 *) rc=0;;
36 exit $rc
/freebsd-11-stable/etc/rc.d/
H A Daddswap13 . /etc/rc.subr
H A Dauditdistd11 . /etc/rc.subr
H A Dblacklistd36 . /etc/rc.subr
H A Dbootparams11 . /etc/rc.subr
H A Dbsnmpd10 . /etc/rc.subr
H A Dcron11 . /etc/rc.subr
H A Dctld11 . /etc/rc.subr
H A Dgssd10 . /etc/rc.subr
H A Dinetd10 . /etc/rc.subr
H A Discsictl11 . /etc/rc.subr
H A Discsid11 . /etc/rc.subr
H A Dnfscbd10 . /etc/rc.subr
H A Drarpd11 . /etc/rc.subr
H A Drpcbind10 . /etc/rc.subr
H A Dsecurelevel9 . /etc/rc.subr
19 /etc/rc.d/sysctl lastload
H A Dwatchdogd34 . /etc/rc.subr
H A Dautomountd3 # $FreeBSD: stable/11/etc/rc.d/automountd 332584 2018-04-16 15:54:38Z trasz $
11 . /etc/rc.subr
H A Dautounmountd3 # $FreeBSD: stable/11/etc/rc.d/autounmountd 332584 2018-04-16 15:54:38Z trasz $
11 . /etc/rc.subr
/freebsd-11-stable/contrib/unbound/contrib/
H A Drc_d_unbound3 # unbound freebsd startup rc.d script, modified from the named script.
5 # copy this to /etc/rc.d/unbound
6 # and put unbound_enable="YES" into rc.conf
13 . /etc/rc.subr

Completed in 123 milliseconds

1234567891011>>