Searched refs:rc (Results 401 - 425 of 878) sorted by relevance

<<11121314151617181920>>

/freebsd-10.3-release/sys/dev/oce/
H A Doce_if.c285 int rc = 0; local
289 rc = oce_hw_pci_alloc(sc);
290 if (rc)
291 return rc;
303 rc = oce_hw_init(sc);
304 if (rc)
311 rc = oce_setup_intr(sc);
312 if (rc)
315 rc = oce_queue_init_all(sc);
316 if (rc)
413 int rc; local
426 int rc = 0; local
654 int rc = 0, use_intx = 0; local
722 int rc = 0, rr; local
866 int rc = 0, i, retry_cnt = 0; local
1148 int rc = 0; local
1170 int rc = 0; local
1520 int i = 0, rc = 0; local
1554 int i, in, rc; local
1837 int rc = ENXIO; local
2116 int i, rc = 0; local
2337 int rc = 0; local
[all...]
/freebsd-10.3-release/contrib/amd/amd/
H A Drpc_fwd.c363 int rc; local
390 rc = t_rcvudata(fwd_sock, &ud, &flags);
391 if (rc == 0) /* success, reset rc to length */
392 rc = ud.udata.len;
403 rc = recvfrom(fwd_sock,
415 if (rc < 0 || src_addr_len != sizeof(src_addr) ||
417 if (rc < 0 && errno == EINTR)
469 (*p->rf_fwd) ((voidp) pkt, rc, &src_addr, &p->rf_sin, p->rf_ptr, TRUE);
/freebsd-10.3-release/sys/dev/sfxge/common/
H A Dsiena_mcdi.c175 efx_rc_t rc; local
189 rc = EINVAL;
206 EFSYS_PROBE1(fail1, efx_rc_t, rc);
208 return (rc);
223 efx_rc_t rc; local
235 rc = ENOTSUP;
243 EFSYS_PROBE1(fail1, efx_rc_t, rc);
245 return (rc);
H A Dsiena_phy.c174 efx_rc_t rc; local
180 if ((rc = siena_phy_verify(enp)) != 0)
188 EFSYS_PROBE1(fail1, efx_rc_t, rc);
190 return (rc);
201 efx_rc_t rc; local
213 rc = req.emr_rc;
218 rc = EMSGSIZE;
263 EFSYS_PROBE1(fail1, efx_rc_t, rc);
265 return (rc);
281 efx_rc_t rc; local
392 efx_rc_t rc; local
560 efx_rc_t rc; local
643 efx_rc_t rc; local
693 efx_rc_t rc; local
[all...]
H A Dsiena_sram.c90 efx_rc_t rc; local
129 rc = EFAULT;
151 rc = EFAULT;
170 EFSYS_PROBE1(fail1, efx_rc_t, rc);
176 return (rc);
H A Dhunt_ev.c107 efx_rc_t rc; local
111 rc = EINVAL;
169 rc = req.emr_rc;
174 rc = EMSGSIZE;
188 EFSYS_PROBE1(fail1, efx_rc_t, rc);
190 return (rc);
201 efx_rc_t rc; local
215 rc = req.emr_rc;
222 EFSYS_PROBE1(fail1, efx_rc_t, rc);
224 return (rc);
255 efx_rc_t rc; local
360 efx_rc_t rc; local
415 efx_rc_t rc; local
811 efx_rc_t rc; local
[all...]
/freebsd-10.3-release/sys/i386/include/
H A Dsmapi.h69 u_int8_t rc; member in struct:smapi_bios_parameter::__anon10772::__anon10774
85 #define rsp_rc type.out.rc
/freebsd-10.3-release/etc/rc.d/
H A Dipfw3 # $FreeBSD: releng/10.3/etc/rc.d/ipfw 250804 2013-05-19 04:10:34Z jamie $
10 . /etc/rc.subr
43 [ -z "${firewall_script}" ] && firewall_script=/etc/rc.firewall
112 firewall_coscripts="/etc/rc.d/natd ${firewall_coscripts}"
H A Dpflog3 # $FreeBSD: releng/10.3/etc/rc.d/pflog 281446 2015-04-12 01:14:43Z jpaetzel $
10 . /etc/rc.subr
99 /etc/rc.d/pflog $1 $i
/freebsd-10.3-release/etc/
H A Drc.sendmail29 # $FreeBSD: releng/10.3/etc/rc.sendmail 121234 2003-10-19 00:31:50Z gshapiro $
32 # This script is used by /etc/rc at boot time to start sendmail. It
34 # MTAs. It is only called by /etc/rc if the rc.conf mta_start_script is
35 # set to /etc/rc.sendmail. This provides the opportunity for other MTAs
41 # The source for the script can be found in src/etc/sendmail/rc.sendmail.
43 if [ -r /etc/defaults/rc.conf ]; then
44 . /etc/defaults/rc.conf
46 elif [ -r /etc/rc.conf ]; then
47 . /etc/rc
[all...]
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfssubr.c1269 raidz_col_t *rc; local
1272 rc = &rm->rm_col[c];
1273 if (!rc->rc_tried || rc->rc_error != 0)
1275 orig[c] = zfs_alloc(rc->rc_size);
1276 bcopy(rc->rc_data, orig[c], rc->rc_size);
1282 rc = &rm->rm_col[c];
1283 if (!rc->rc_tried || rc
1307 raidz_col_t *rc; local
1453 raidz_col_t *rc; local
[all...]
/freebsd-10.3-release/sys/dev/ath/ath_rate/amrr/
H A Damrr.c126 uint8_t rix0, struct ath_rc_series *rc)
130 rc[0].flags = rc[1].flags = rc[2].flags = rc[3].flags = 0;
132 rc[0].rix = amn->amn_tx_rate0;
133 rc[1].rix = amn->amn_tx_rate1;
134 rc[2].rix = amn->amn_tx_rate2;
135 rc[3].rix = amn->amn_tx_rate3;
137 rc[
125 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, uint8_t rix0, struct ath_rc_series *rc) argument
158 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
[all...]
/freebsd-10.3-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.c134 uint8_t rix0, struct ath_rc_series *rc)
138 rc[0].flags = rc[1].flags = rc[2].flags = rc[3].flags = 0;
140 rc[0].rix = on->on_tx_rate0;
141 rc[1].rix = on->on_tx_rate1;
142 rc[2].rix = on->on_tx_rate2;
143 rc[3].rix = on->on_tx_rate3;
145 rc[
133 ath_rate_getxtxrates(struct ath_softc *sc, struct ath_node *an, uint8_t rix0, struct ath_rc_series *rc) argument
165 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_nodenamemap.c122 char *rc = NULL; local
130 rc = strdup(item->name);
133 if (rc == NULL)
134 rc = strdup(clean_nodedesc(nodedesc));
135 return (rc);
/freebsd-10.3-release/contrib/apr-util/test/
H A Dtestldap.c127 ABTS_TRUE(tc, result->rc == LDAP_SUCCESS);
133 ABTS_TRUE(tc, result->rc == LDAP_SUCCESS);
186 if (result->rc == LDAP_SUCCESS) {
204 if (result->rc == LDAP_SUCCESS) {
224 if (result->rc == LDAP_SUCCESS) {
/freebsd-10.3-release/sys/boot/zfs/
H A Dzfs.c105 int rc; local
115 rc = zfs_lookup(mount, upath, &fp->f_dnode);
117 if (rc) {
121 return (rc);
149 int rc; local
151 rc = zfs_stat(f, &sb);
152 if (rc)
153 return (rc);
158 rc = dnode_read(spa, &fp->f_dnode, fp->f_seekp, start, n);
159 if (rc)
233 int rc; local
[all...]
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Drefclock_jjy.c420 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_DATE "# Invalid date : rc=%d year=%d month=%d day=%d"
421 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_TIME "# Invalid time : rc=%d hour=%d minute=%d second=%d"
422 #define JJY_CLOCKSTATS_MESSAGE_SSCANF_INVALID_DATETIME "# Invalid time : rc=%d year=%d month=%d day=%d hour=%d minute=%d second=%d"
443 int rc ; local
484 rc = jjy_start_tristate_jjy01 ( unit, peer, up ) ;
487 rc = jjy_start_cdex_jst2000 ( unit, peer, up ) ;
490 rc = jjy_start_echokeisokuki_lt2000 ( unit, peer, up ) ;
493 rc = jjy_start_citizentic_jjy200 ( unit, peer, up ) ;
496 rc = jjy_start_tristate_gpsclock01 ( unit, peer, up ) ;
499 rc
599 int rc ; local
1170 int rc ; local
1466 int rc ; local
1629 int rc ; local
1842 int rc ; local
2027 int rc ; local
2349 int rc, iWeekday ; local
2956 int i, rc ; local
3404 int iLen, rc ; local
3929 int rc ; local
[all...]
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-802_11.c1893 int rc; local
1897 rc = cpack_uint8(s, &u.u8);
1898 if (rc != 0)
1903 rc = cpack_uint8(s, &u.u8);
1904 if (rc != 0)
1913 rc = cpack_uint8(s, &u.u8);
1917 rc = cpack_int8(s, &u.i8);
1920 rc = cpack_uint16(s, &u.u16);
1921 if (rc != 0)
1923 rc
[all...]
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c74 int i, rc; local
145 rc = ib_post_send(ssk->qp, &tx_wr, &bad_wr);
146 if (unlikely(rc)) {
148 "ib_post_send failed with status %d.\n", rc);
390 int rc; local
403 rc = ib_post_send(ssk->qp, &wr, &bad_wr);
404 if (rc) {
406 "ib_post_keepalive failed with status %d.\n", rc);
422 int rc = 0; local
433 rc
[all...]
/freebsd-10.3-release/contrib/ntp/libntp/
H A Dntp_worker.c47 int rc; local
52 rc = socketpair(AF_UNIX, SOCK_STREAM, 0, &fds[0]);
54 rc = -1;
57 if (-1 == rc) {
58 rc = pipe(&fds[0]);
64 if (-1 == rc)
65 return rc;
/freebsd-10.3-release/sys/dev/cxgbe/tom/
H A Dt4_tom.c768 int rc, gen = atomic_load_acq_int(&in6_ifaddr_gen); local
823 rc = add_lip(sc, lip);
824 if (rc == 0)
831 __func__, ip, rc);
844 rc = delete_lip(sc, &ce->lip);
845 if (rc == 0) {
854 __func__, ip, rc);
964 int i, rc; local
988 rc = alloc_tid_tabs(&sc->tids);
989 if (rc !
1038 int rc = 0; local
1088 int rc; local
1151 int rc = 0; local
[all...]
/freebsd-10.3-release/usr.bin/rwho/
H A Drwho.c236 int rc; local
238 rc = strncmp(MYUTMP(u1)->myutmp.out_name, MYUTMP(u2)->myutmp.out_name,
240 if (rc != 0)
241 return (rc);
242 rc = strcmp(MYUTMP(u1)->myhost, MYUTMP(u2)->myhost);
243 if (rc != 0)
244 return (rc);
/freebsd-10.3-release/usr.sbin/apmd/contrib/
H A Dpccardq.c31 int rc = -1; local
66 rc = 0;
68 return rc;
156 int rc = -1; local
218 rc = 0;
220 return rc;
223 return rc;
/freebsd-10.3-release/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-cleanup.sh63 # Check if we need to add our ZFS flags to rc.conf, src.conf and loader.conf
69 cat ${FSMNT}/etc/rc.conf 2>/dev/null | grep -q 'zfs_enable="YES"' 2>/dev/null
72 echo 'zfs_enable="YES"' >>${FSMNT}/etc/rc.conf
328 cat ${FSMNT}/etc/rc.conf | grep -v "hostname=" >${FSMNT}/etc/rc.conf.new
329 mv ${FSMNT}/etc/rc.conf.new ${FSMNT}/etc/rc.conf
333 echo "hostname=\"${HOSTNAME}\"" >> ${FSMNT}/etc/rc.conf
/freebsd-10.3-release/contrib/ntp/tests/sandbox/
H A Dsmeartest.c133 int rc; local
173 rc = atolfp("-.932087", &l);
174 INSIST(1 == rc);

Completed in 296 milliseconds

<<11121314151617181920>>