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

1234567891011>>

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Dtst.linkmap.ksh42 rc=$?
44 exit $rc
/freebsd-11.0-release/release/picobsd/tinyware/oinit/
H A DMakefile7 SH_ARG?= /etc/rc
14 #CFLAGS+= -DOINIT_RC=\"/etc/oinit.rc\"
/freebsd-11.0-release/tests/etc/
H A DMakefile10 SUBDIR+= rc.d
/freebsd-11.0-release/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-11.0-release/sys/dev/sfxge/common/
H A Def10_rx.c58 efx_rc_t rc; local
100 rc = req.emr_rc;
107 EFSYS_PROBE1(fail1, efx_rc_t, rc);
109 return (rc);
120 efx_rc_t rc; local
134 rc = req.emr_rc;
141 EFSYS_PROBE1(fail1, efx_rc_t, rc);
143 return (rc);
159 efx_rc_t rc; local
162 rc
237 efx_rc_t rc; local
281 efx_rc_t rc; local
337 efx_rc_t rc; local
395 int i, rc; local
488 efx_rc_t rc; local
527 efx_rc_t rc; local
556 efx_rc_t rc; local
715 efx_rc_t rc; local
750 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 Defx_nvram.c84 efx_rc_t rc; local
111 rc = ENOTSUP;
121 EFSYS_PROBE1(fail1, efx_rc_t, rc);
123 return (rc);
133 efx_rc_t rc; local
138 if ((rc = envop->envo_test(enp)) != 0)
144 EFSYS_PROBE1(fail1, efx_rc_t, rc);
146 return (rc);
159 efx_rc_t rc; local
166 if ((rc
192 efx_rc_t rc; local
225 efx_rc_t rc; local
263 efx_rc_t rc; local
298 efx_rc_t rc; local
339 efx_rc_t rc; local
395 efx_rc_t rc; local
436 efx_rc_t rc; local
497 efx_rc_t rc; local
559 efx_rc_t rc; local
650 efx_rc_t rc; local
707 efx_rc_t rc; local
745 efx_rc_t rc; local
800 efx_rc_t rc; local
844 efx_rc_t rc; local
898 efx_rc_t rc; local
936 efx_rc_t rc; local
[all...]
H A Dsiena_nvram.c47 efx_rc_t rc; local
50 rc = ENOTSUP;
54 if ((rc = efx_mcdi_nvram_info(enp, partn, sizep,
64 EFSYS_PROBE1(fail1, efx_rc_t, rc);
66 return (rc);
74 efx_rc_t rc; local
76 if ((rc = efx_mcdi_nvram_update_start(enp, partn)) != 0) {
83 EFSYS_PROBE1(fail1, efx_rc_t, rc);
85 return (rc);
97 efx_rc_t rc; local
127 efx_rc_t rc; local
150 efx_rc_t rc; local
179 efx_rc_t rc; local
268 efx_rc_t rc; local
318 efx_rc_t rc; local
440 efx_rc_t rc; local
495 efx_rc_t rc; local
572 efx_rc_t rc; local
616 efx_rc_t rc; local
[all...]
/freebsd-11.0-release/etc/rc.d/
H A Dhcsecd3 # $FreeBSD: releng/11.0/etc/rc.d/hcsecd 298514 2016-04-23 16:10:54Z lme $
11 . /etc/rc.subr
H A Droute6d3 # $FreeBSD: releng/11.0/etc/rc.d/route6d 298514 2016-04-23 16:10:54Z lme $
10 . /etc/rc.subr
H A Drouted3 # $FreeBSD: releng/11.0/etc/rc.d/routed 299843 2016-05-15 05:45:54Z ngie $
11 . /etc/rc.subr
H A Dsdpd3 # $FreeBSD: releng/11.0/etc/rc.d/sdpd 298514 2016-04-23 16:10:54Z lme $
11 . /etc/rc.subr
/freebsd-11.0-release/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
40 echo 'growfs_enable="YES"' >> ${DESTDIR}/etc/rc.conf
43 echo 'ifconfig_DEFAULT="SYNCDHCP"' >> ${DESTDIR}/etc/rc.conf
47 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
52 echo 'firstboot_pkgs_list="awscli"' >> ${DESTDIR}/etc/rc.conf
H A Dazure.conf11 # Set to a list of third-party software to enable in rc.conf(5).
20 echo 'sshd_enable="YES"' >> ${DESTDIR}/etc/rc.conf
21 echo 'ifconfig_hn0="SYNCDHCP"' >> ${DESTDIR}/etc/rc.conf
22 echo 'waagent_enable="YES"' >> ${DESTDIR}/etc/rc.conf
/freebsd-11.0-release/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-11.0-release/contrib/unbound/daemon/
H A Dremote.h76 /** the rc this is part of */
77 struct daemon_remote* rc; member in struct:rc_state
115 * @param rc: state to delete.
117 void daemon_remote_delete(struct daemon_remote* rc);
121 * Does not delete the rc itself, or the ssl context (with its keys).
122 * @param rc: state to clear.
124 void daemon_remote_clear(struct daemon_remote* rc);
136 * @param rc: state
141 int daemon_remote_open_accept(struct daemon_remote* rc,
146 * @param rc
[all...]
/freebsd-11.0-release/etc/periodic/security/
H A D100.chksetuid42 rc=0
53 rc=$?
56 exit $rc
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 D520.pfdenied42 rc=0
56 rc=$?
60 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
/freebsd-11.0-release/etc/
H A Drc.suspend27 # $FreeBSD: releng/11.0/etc/rc.suspend 231226 2012-02-08 20:31:42Z jkim $
40 if [ -r /var/run/rc.suspend.pid ]; then
44 echo $$ 2> /dev/null > /var/run/rc.suspend.pid
59 /bin/rm -f /var/run/rc.suspend.pid
/freebsd-11.0-release/sys/dev/isci/scil/
H A Dsci_base_library.h125 rc \
129 *rc = SCI_SUCCESS; \
137 *rc = SCI_FAILURE_INSUFFICIENT_RESOURCES; \
149 rc \
155 *rc = SCI_SUCCESS; \
162 *rc = SCI_FAILURE_CONTROLLER_NOT_FOUND; \

Completed in 116 milliseconds

1234567891011>>