Searched refs:rc (Results 276 - 300 of 1210) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/apr-util/redis/
H A Dapr_redis.c122 static apr_status_t make_server_dead(apr_redis_t *rc, argument
136 static apr_status_t make_server_live(apr_redis_t *rc, argument
143 APU_DECLARE(apr_status_t) apr_redis_add_server(apr_redis_t *rc,
148 if (rc->ntotal >= rc->nalloc) {
151 rc->live_servers[rc->ntotal] = rs;
152 rc->ntotal++;
153 make_server_live(rc, rs);
158 apr_redis_find_server_hash(apr_redis_t *rc, cons argument
169 apr_redis_find_server_hash_default(void *baton, apr_redis_t *rc, const apr_uint32_t hash) argument
219 apr_redis_find_server(apr_redis_t *rc, const char *host, apr_port_t port) argument
489 apr_redis_t *rc; local
856 grab_bulk_resp(apr_redis_server_t *rs, apr_redis_t *rc, apr_redis_conn_t *conn, apr_pool_t *p, char **baton, apr_size_t *new_length) argument
1233 plus_minus(apr_redis_t *rc, int incr, const char *key, apr_int32_t inc, apr_uint32_t *new_value) argument
[all...]
/freebsd-13-stable/libexec/bootpd/
H A Dgetether.c45 int rc = -1; local
58 rc = 0;
61 return rc;
80 int rc = -1;
92 return rc;
104 rc = 0;
107 return rc;
128 int fd, rc = -1;
156 rc = 0;
168 return (rc);
79 int rc = -1; local
126 int fd, rc = -1; local
192 int rc = -1; local
344 int rc = -1; local
[all...]
/freebsd-13-stable/stand/libsa/geli/
H A Dgelidev.c116 int rc; local
153 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc, rw,
155 if (rc != 0)
157 rc = geli_io(gdesc->gdev, GELI_DECRYPT, alnstart, iobuf,
159 if (rc != 0)
175 rc = gdesc->hdesc->dd.d_dev->dv_strategy(gdesc->hdesc,
177 if (rc != 0)
179 rc = geli_io(gdesc->gdev, GELI_DECRYPT, alnstart, iobuf,
181 if (rc != 0)
188 rc
299 int rc; local
[all...]
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_lic.c330 efx_rc_t rc; local
349 rc = req.emr_rc;
354 rc = EIO;
363 EFSYS_PROBE1(fail1, efx_rc_t, rc);
365 return (rc);
376 efx_rc_t rc; local
395 rc = req.emr_rc;
400 rc = EMSGSIZE;
422 EFSYS_PROBE1(fail1, efx_rc_t, rc);
424 return (rc);
563 efx_rc_t rc; local
596 efx_rc_t rc; local
689 efx_rc_t rc; local
745 efx_rc_t rc; local
788 efx_rc_t rc; local
850 efx_rc_t rc; local
887 efx_rc_t rc; local
951 efx_rc_t rc; local
1009 efx_rc_t rc; local
1190 efx_rc_t rc; local
1216 efx_rc_t rc; local
1243 efx_rc_t rc; local
1277 efx_rc_t rc; local
1360 efx_rc_t rc; local
1382 efx_rc_t rc; local
1405 efx_rc_t rc; local
1433 efx_rc_t rc; local
1467 efx_rc_t rc; local
1493 efx_rc_t rc; local
1544 boolean_t rc; local
1574 efx_rc_t rc; local
1603 efx_rc_t rc; local
1632 efx_rc_t rc; local
1657 efx_rc_t rc; local
1681 efx_rc_t rc; local
[all...]
H A Dmcdi_mon.c171 efx_rc_t rc; local
192 rc = ENOTSUP;
208 EFSYS_PROBE1(fail1, efx_rc_t, rc);
210 return (rc);
223 efx_rc_t rc; local
226 rc = EINVAL;
248 EFSYS_PROBE1(fail1, efx_rc_t, rc);
250 return (rc);
262 efx_rc_t rc; local
280 rc
306 efx_rc_t rc; local
374 efx_rc_t rc; local
450 efx_rc_t rc; local
506 efx_rc_t rc; local
566 efx_rc_t rc; local
[all...]
/freebsd-13-stable/contrib/apr-util/ldap/
H A Dapr_ldap_url.c277 result->rc = APR_LDAP_URL_ERR_PARAM;
286 result->rc = APR_LDAP_URL_ERR_BADSCHEME;
294 result->rc = APR_LDAP_URL_ERR_MEM;
303 result->rc = APR_LDAP_URL_ERR_BADENCLOSURE;
314 result->rc = APR_LDAP_URL_ERR_MEM;
331 result->rc = APR_LDAP_URL_ERR_MEM;
352 result->rc = APR_LDAP_URL_ERR_BADURL;
366 result->rc = APR_LDAP_URL_ERR_BADURL;
379 result->rc = APR_LDAP_URL_ERR_MEM;
407 result->rc
588 int rc = apr_ldap_url_parse_ext(pool, url_in, ludpp, result_err); local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c130 qp->rqe_wr_id[qp->rq.gsi_cons].rc =
224 int rc; local
249 rc = ecore_ll2_prepare_tx_packet(dev->rdma_ctx,
253 if (rc) {
264 return rc;
269 rc = ecore_ll2_set_fragment_of_tx_packet(dev->rdma_ctx,
273 if (rc) {
280 return rc;
284 rc = ecore_ll2_get_stats(dev->rdma_ctx, dev->gsi_ll2_handle, &stats);
285 if (rc) {
296 int rc; local
324 int rc; local
397 int rc; local
457 int rc = 0; local
501 int rc = 0; local
635 int i, rc; local
700 int rc; local
773 int rc = 0; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c238 enum _ecore_status_t rc; local
276 rc = ecore_fw_vport(p_hwfn, p_cid->rel.vport_id, &p_cid->abs.vport_id);
277 if (rc != ECORE_SUCCESS)
280 rc = ecore_fw_l2_queue(p_hwfn, p_cid->rel.queue_id,
282 if (rc != ECORE_SUCCESS)
289 rc = ecore_fw_vport(p_hwfn, p_cid->rel.stats_id,
291 if (rc != ECORE_SUCCESS)
387 enum _ecore_status_t rc = ECORE_NOTIMPL; local
389 rc = ecore_fw_vport(p_hwfn, p_params->vport_id, &abs_vport_id);
390 if (rc !
504 enum _ecore_status_t rc = ECORE_SUCCESS; local
744 enum _ecore_status_t rc = ECORE_NOTIMPL; local
835 enum _ecore_status_t rc; local
884 int i, rc; local
937 enum _ecore_status_t rc = ECORE_NOTIMPL; local
1022 enum _ecore_status_t rc; local
1064 enum _ecore_status_t rc = ECORE_NOTIMPL; local
1119 enum _ecore_status_t rc = ECORE_SUCCESS; local
1162 enum _ecore_status_t rc; local
1197 enum _ecore_status_t rc = ECORE_NOTIMPL; local
1220 enum _ecore_status_t rc = ECORE_NOTIMPL; local
1259 enum _ecore_status_t rc; local
1284 enum _ecore_status_t rc; local
1313 enum _ecore_status_t rc; local
1333 enum _ecore_status_t rc; local
1381 enum _ecore_status_t rc; local
1523 enum _ecore_status_t rc; local
1626 enum _ecore_status_t rc; local
1694 enum _ecore_status_t rc = ECORE_SUCCESS; local
1728 enum _ecore_status_t rc = ECORE_SUCCESS; local
2188 enum _ecore_status_t rc = ECORE_NOTIMPL; local
2253 enum _ecore_status_t rc; local
2288 enum _ecore_status_t rc; local
2320 enum _ecore_status_t rc = ECORE_SUCCESS; local
[all...]
H A Decore_dev.c213 enum _ecore_status_t rc = ECORE_INVAL; local
240 rc = ECORE_SUCCESS;
247 if (rc == ECORE_INVAL) {
255 return rc;
532 enum _ecore_status_t rc; local
535 rc = ecore_llh_shadow_sanity(p_dev, ppfid, 0, "search");
536 if (rc != ECORE_SUCCESS)
537 return rc;
559 enum _ecore_status_t rc; local
562 rc
586 enum _ecore_status_t rc; local
611 enum _ecore_status_t rc; local
644 enum _ecore_status_t rc; local
670 enum _ecore_status_t rc; local
693 enum _ecore_status_t rc; local
729 enum _ecore_status_t rc; local
782 enum _ecore_status_t rc; local
836 enum _ecore_status_t rc; local
889 enum _ecore_status_t rc = ECORE_SUCCESS; local
939 enum _ecore_status_t rc = ECORE_SUCCESS; local
999 enum _ecore_status_t rc; local
1175 enum _ecore_status_t rc = ECORE_SUCCESS; local
1311 enum _ecore_status_t rc = ECORE_SUCCESS; local
1377 enum _ecore_status_t rc = ECORE_SUCCESS; local
1431 enum _ecore_status_t rc = ECORE_SUCCESS; local
1486 enum _ecore_status_t rc = ECORE_SUCCESS; local
1536 enum _ecore_status_t rc; local
1556 enum _ecore_status_t rc; local
1601 enum _ecore_status_t rc; local
1619 enum _ecore_status_t rc; local
2334 enum _ecore_status_t rc; local
2373 enum _ecore_status_t rc; local
2416 enum _ecore_status_t rc = ECORE_SUCCESS; local
2700 enum _ecore_status_t rc = ECORE_TIMEOUT; local
2969 enum _ecore_status_t rc = ECORE_SUCCESS; local
3287 enum _ecore_status_t rc = ECORE_SUCCESS; local
3426 enum _ecore_status_t rc = ECORE_SUCCESS; local
3485 enum _ecore_status_t rc = ECORE_SUCCESS; local
3771 enum _ecore_status_t rc = ECORE_SUCCESS, cancel_load; local
4093 enum _ecore_status_t rc, rc2 = ECORE_SUCCESS; local
4312 enum _ecore_status_t rc = ECORE_SUCCESS; local
4661 enum _ecore_status_t rc; local
4687 enum _ecore_status_t rc; local
4822 enum _ecore_status_t rc; local
4901 enum _ecore_status_t rc; local
4918 enum _ecore_status_t rc; local
4944 enum _ecore_status_t rc; local
5094 enum _ecore_status_t rc; local
5578 enum _ecore_status_t rc; local
5848 enum _ecore_status_t rc = ECORE_SUCCESS; local
5989 enum _ecore_status_t rc; local
6331 enum _ecore_status_t rc = ECORE_SUCCESS; local
6474 enum _ecore_status_t rc = ECORE_SUCCESS; local
6519 enum _ecore_status_t rc; local
6559 enum _ecore_status_t rc; local
6725 int rc = ECORE_SUCCESS; local
6752 int rc = ECORE_SUCCESS; local
6787 int i, rc = ECORE_INVAL; local
6844 int rc = ECORE_SUCCESS; local
6874 int i, rc = ECORE_INVAL; local
6910 int rc = ECORE_SUCCESS; local
6932 int i, rc = ECORE_INVAL; local
[all...]
H A Decore_vf.c114 enum _ecore_status_t rc = ECORE_SUCCESS; local
127 rc = OSAL_VF_SEND_MSG2PF(p_hwfn->p_dev,
134 return rc;
179 rc = ECORE_TIMEOUT;
192 return rc;
218 enum _ecore_status_t rc; local
229 rc = ecore_send_msg2pf(p_hwfn, &resp->hdr.status, sizeof(*resp));
231 if (rc == ECORE_SUCCESS && resp->hdr.status != PFVF_STATUS_SUCCESS)
232 rc = ECORE_AGAIN;
234 ecore_vf_pf_req_end(p_hwfn, rc);
309 enum _ecore_status_t rc = ECORE_SUCCESS; local
525 enum _ecore_status_t rc; local
781 enum _ecore_status_t rc; local
842 enum _ecore_status_t rc; local
921 enum _ecore_status_t rc; local
963 enum _ecore_status_t rc; local
1021 enum _ecore_status_t rc; local
1062 enum _ecore_status_t rc; local
1120 enum _ecore_status_t rc; local
1167 enum _ecore_status_t rc; local
1265 enum _ecore_status_t rc; local
1488 enum _ecore_status_t rc; local
1543 enum _ecore_status_t rc; local
1585 enum _ecore_status_t rc; local
1618 enum _ecore_status_t rc; local
1651 enum _ecore_status_t rc; local
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_rcmd_pxy.c75 rcmdinfo_t *rc; local
84 KMALLOC(rc, rcmdinfo_t *);
85 if (rc == NULL) {
87 printf("ipf_p_rcmd_new:KMALLOCS(%d) failed\n", sizeof(*rc));
96 KFREE(rc);
100 aps->aps_data = rc;
101 aps->aps_psiz = sizeof(*rc);
102 bzero((char *)rc, sizeof(*rc));
104 rc
154 rcmdinfo_t *rc; local
[all...]
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_tx_ht.c230 struct ath_rc_series *rc = bf->bf_state.bfs_rc; local
258 rc[i].flags = 0;
259 if (rc[i].tries == 0)
262 rate = rt->info[rc[i].rix].rateCode;
268 rate |= rt->info[rc[i].rix].shortPreamble;
273 rc[i].ratecode = rate;
277 rc[i].flags |= ATH_RC_RTSCTS_FLAG;
287 rc[i].flags |= ATH_RC_HT_FLAG;
290 rc[i].flags |= ATH_RC_CW40_FLAG;
306 rc[
415 uint8_t rc, rix, flags; local
625 struct ath_rc_series *rc = bf->bf_state.bfs_rc; local
[all...]
/freebsd-13-stable/lib/libc/tests/net/
H A Deui64_aton_test.c46 int rc; local
49 rc = memcmp(&e, eui, sizeof(e));
50 if (rc != 0) {
55 str, rc, buf);
/freebsd-13-stable/libexec/rc/rc.d/
H A Dapm11 . /etc/rc.subr
H A Dapmd11 . /etc/rc.subr
H A Dauditd13 . /etc/rc.subr
H A Dddb11 . /etc/rc.subr
H A Dgeli234 . /etc/rc.subr
H A Dhastd11 . /etc/rc.subr
H A Dhostid_save10 . /etc/rc.subr
H A Dipmon11 . /etc/rc.subr
H A Dipnat9 . /etc/rc.subr
H A Dippool11 . /etc/rc.subr
H A Dipropd_slave10 . /etc/rc.subr
H A Dkadmind10 . /etc/rc.subr

Completed in 131 milliseconds

<<11121314151617181920>>