Searched refs:rc (Results 151 - 175 of 908) sorted by relevance

1234567891011>>

/freebsd-10-stable/etc/rc.d/
H A Dquota13 . /etc/rc.subr
H A Drtsold11 . /etc/rc.subr
H A Dstatd3 # FreeBSD History: src/etc/rc.d/nfslocking,v 1.11 2004/10/07 13:55:26 mtm Exp
12 . /etc/rc.subr
20 # the correct flags from rc.conf(5).
H A Dnfsuserd10 . /etc/rc.subr
H A Dhostid_save10 . /etc/rc.subr
H A Dhcsecd11 . /etc/rc.subr
H A Dpostrandom11 . /etc/rc.subr
24 /etc/rc.d/random fastsaveseed
H A Droute6d10 . /etc/rc.subr
H A Dsdpd11 . /etc/rc.subr
H A Drouted11 . /etc/rc.subr
/freebsd-10-stable/release/picobsd/tinyware/oinit/
H A DMakefile7 SH_ARG?= /etc/rc
14 #CFLAGS+= -DOINIT_RC=\"/etc/oinit.rc\"
/freebsd-10-stable/tools/tools/nanobsd/rescue/
H A Dcommon63 echo "hostname=\"rescue\"" > etc/rc.conf
64 echo "font8x14=\"iso15-8x14\"" >> etc/rc.conf
65 echo "font8x16=\"iso15-8x16\"" >> etc/rc.conf
66 echo "font8x8=\"iso15-8x8\"" >> etc/rc.conf
67 echo "keymap=\"german.iso\"" >> etc/rc.conf
68 echo "#ifconfig_fxp0=\"AUTO\"" >> etc/rc.conf
69 echo "#sshd_enable=\"YES\"" >> etc/rc.conf
86 echo "root_rw_mount=NO" >> etc/defaults/rc.conf
/freebsd-10-stable/tests/etc/
H A DMakefile10 SUBDIR+= rc.d
/freebsd-10-stable/sys/dev/sfxge/common/
H A Dsiena_nic.c50 efx_rc_t rc; local
61 rc = req.emr_rc;
66 rc = EMSGSIZE;
77 EFSYS_PROBE1(fail1, efx_rc_t, rc);
79 return (rc);
93 efx_rc_t rc; local
99 if ((rc = efx_mcdi_get_board_cfg(enp, &board_type,
145 rc = efx_mcdi_get_resource_limits(enp, &nevq, &nrxq, &ntxq);
146 if (rc != 0) {
147 if (rc !
193 efx_rc_t rc; local
221 efx_rc_t rc; local
293 efx_rc_t rc; local
402 efx_rc_t rc; local
477 efx_rc_t rc; local
596 efx_rc_t rc; local
675 efx_rc_t rc; local
728 efx_rc_t rc; local
[all...]
H A Dsiena_vpd.c57 efx_rc_t rc; local
63 if ((rc = siena_nvram_partn_size(enp, partn, &size)) != 0)
68 rc = ENOMEM;
72 if ((rc = siena_nvram_partn_read(enp, partn, 0,
79 rc = EINVAL;
93 rc = EINVAL;
100 if ((rc = siena_nvram_partn_read(enp, partn, SIENA_NVRAM_CHUNK,
111 rc = EINVAL;
121 rc = ENOMEM;
152 EFSYS_PROBE1(fail1, efx_rc_t, rc);
165 efx_rc_t rc; local
208 efx_rc_t rc; local
247 efx_rc_t rc; local
300 efx_rc_t rc; local
376 efx_rc_t rc; local
420 efx_rc_t rc; local
466 efx_rc_t rc; local
524 efx_rc_t rc; local
[all...]
H A Def10_filter.c121 efx_rc_t rc; local
161 rc = ENOMEM;
170 EFSYS_PROBE1(fail1, efx_rc_t, rc);
172 return (rc);
198 efx_rc_t rc; local
219 rc = EINVAL;
306 rc = EINVAL;
314 rc = req.emr_rc;
319 rc = EMSGSIZE;
335 EFSYS_PROBE1(fail1, efx_rc_t, rc);
350 efx_rc_t rc; local
510 efx_rc_t rc; local
576 efx_rc_t rc; local
763 efx_rc_t rc; local
783 efx_rc_t rc; local
854 efx_rc_t rc; local
919 efx_rc_t rc; local
991 efx_rc_t rc; local
1048 efx_rc_t rc; local
1084 efx_rc_t rc; local
1127 efx_rc_t rc; local
1231 efx_rc_t rc; local
1300 efx_rc_t rc; local
1387 efx_rc_t rc; local
1439 efx_rc_t rc; local
[all...]
/freebsd-10-stable/contrib/apr/file_io/unix/
H A Dseek.c59 int rc = EINVAL; local
66 rc = setptr(thefile, *offset);
70 rc = setptr(thefile, thefile->filePtr - thefile->dataRead + thefile->bufpos + *offset);
74 rc = apr_file_info_get_locked(&finfo, APR_FINFO_SIZE, thefile);
75 if (rc == APR_SUCCESS)
76 rc = setptr(thefile, finfo.size + *offset);
84 return rc;
102 int rc = 0; local
116 rc = apr_file_flush_locked(fp);
121 if (rc) {
[all...]
/freebsd-10-stable/etc/periodic/daily/
H A D490.status-pkg-changes18 rc=2
21 rc=0
39 rc=0
43 exit $rc
/freebsd-10-stable/release/tools/
H A Dec2.conf11 # Set to a list of third-party software to enable in rc.conf(5).
14 # Build with a 1.5 GB UFS partition; the growfs rc.d script will expand
21 # No swap space; the ec2_ephemeralswap rc.d script will allocate swap
31 # The firstboot_pkgs rc.d script will download the repository
41 echo 'growfs_enable="YES"' >> ${DESTDIR}/etc/rc.conf
44 echo 'ifconfig_DEFAULT="SYNCDHCP"' >> ${DESTDIR}/etc/rc.conf
48 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
53 echo 'firstboot_pkgs_list="awscli"' >> ${DESTDIR}/etc/rc.conf
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c80 int rc; local
99 rc = -ENODEV;
103 rc = sdp_rx_ring_create(ssk, device);
104 if (rc)
107 rc = sdp_tx_ring_create(ssk, device);
108 if (rc)
114 rc = rdma_create_qp(id, ssk->sdp_dev->pd, &qp_init_attr);
115 if (rc) {
116 sdp_warn(sk, "Unable to create QP: %d.\n", rc);
132 return rc;
144 int rc; local
270 int rc = 0; local
[all...]
/freebsd-10-stable/etc/periodic/security/
H A D200.chkmounts48 rc=0
62 rc=$?
65 exit "$rc"
H A D500.ipfwdenied42 rc=0
50 rc=$?
54 exit $rc
H A D510.ipfdenied42 rc=0
50 rc=$?
54 exit $rc
H A D550.ipfwlimit43 rc=0
61 rc=1
69 exit $rc
H A D610.ipf6denied42 rc=0
50 rc=$?
54 exit $rc

Completed in 394 milliseconds

1234567891011>>