Searched refs:rc (Results 226 - 250 of 1210) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/periodic/etc/security/
H A D610.ipf6denied42 rc=0
50 rc=$?
54 exit $rc
/freebsd-13-stable/tests/sys/netinet/
H A Dsocket_afinet.c51 int sd, rc; local
66 rc = bind(sd, (struct sockaddr *)&sin, sizeof(sin));
67 ATF_CHECK_EQ(0, rc);
75 int sd, rc; local
86 rc = bind(sd, (struct sockaddr *)&sin, sizeof(sin));
87 ATF_CHECK_EQ(0, rc);
/freebsd-13-stable/sys/dev/oce/
H A Doce_hw.c95 int rc = 0; local
97 rc = oce_POST(sc);
98 if (rc)
99 return rc;
102 rc = oce_dma_alloc(sc, sizeof(struct oce_bmbx), &sc->bsmbx, 0);
103 if (rc) {
105 return rc;
108 rc = oce_reset_fun(sc);
109 if (rc)
113 rc
364 int rc; local
446 int rc; local
467 int rc = 0; local
553 int rc = 0; local
[all...]
H A Doce_util.c61 int rc; local
65 rc = bus_dma_tag_create(bus_get_dma_tag(sc->dev),
72 if (rc == 0) {
73 rc = bus_dmamem_alloc(dma->tag,
81 if (rc == 0) {
82 rc = bus_dmamap_load(dma->tag,
89 rc = ENXIO;
92 if (rc != 0)
95 return rc;
163 int rc; local
[all...]
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_vpd.c98 efx_rc_t rc; local
131 rc = ENOTSUP;
136 if ((rc = evpdop->evpdo_init(enp)) != 0)
148 EFSYS_PROBE1(fail1, efx_rc_t, rc);
150 return (rc);
159 efx_rc_t rc; local
164 if ((rc = evpdop->evpdo_size(enp, sizep)) != 0)
170 EFSYS_PROBE1(fail1, efx_rc_t, rc);
172 return (rc);
182 efx_rc_t rc; local
205 efx_rc_t rc; local
228 efx_rc_t rc; local
259 efx_rc_t rc; local
287 efx_rc_t rc; local
312 efx_rc_t rc; local
335 efx_rc_t rc; local
364 efx_rc_t rc; local
446 efx_rc_t rc; local
483 efx_rc_t rc; local
521 efx_rc_t rc; local
617 efx_rc_t rc; local
673 efx_rc_t rc; local
749 efx_rc_t rc; local
815 efx_rc_t rc; local
[all...]
H A Def10_intr.c78 efx_rc_t rc; local
85 rc = EINVAL;
100 rc = req.emr_rc;
110 EFSYS_PROBE1(fail1, efx_rc_t, rc);
112 return (rc);
121 efx_rc_t rc; local
128 rc = ENOTSUP;
132 if ((rc = efx_mcdi_trigger_interrupt(enp, level)) != 0)
140 EFSYS_PROBE1(fail1, efx_rc_t, rc);
142 return (rc);
[all...]
H A Def10_rx.c63 efx_rc_t rc; local
70 rc = EINVAL;
153 rc = req.emr_rc;
162 EFSYS_PROBE1(fail1, efx_rc_t, rc);
164 return (rc);
175 efx_rc_t rc; local
188 rc = req.emr_rc;
199 if (rc != EALREADY)
200 EFSYS_PROBE1(fail1, efx_rc_t, rc);
202 return (rc);
218 efx_rc_t rc; local
301 efx_rc_t rc; local
345 efx_rc_t rc; local
440 efx_rc_t rc; local
497 int i, rc; local
588 efx_rc_t rc; local
608 efx_rc_t rc; local
632 efx_rc_t rc; local
675 efx_rc_t rc; local
710 efx_rc_t rc; local
978 efx_rc_t rc; local
1022 efx_rc_t rc; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_export.c46 int len_bytes, rc; local
60 rc = zfsctl_fid(ip, fid);
62 rc = zfs_fid(ip, fid);
68 return (rc == 0 ? FILEID_INO32_GEN : 255);
78 int len_bytes, rc; local
88 rc = zfs_vget(sb, &ip, fid);
91 if (rc) {
101 if (rc == ENOENT)
102 rc = ESTALE;
104 return (ERR_PTR(-rc));
[all...]
/freebsd-13-stable/contrib/ntp/libntp/
H A Dicom.c81 int rc; local
89 rc = write(fd, cmd, temp + 7);
90 if (rc == -1) {
93 } else if (rc != temp + 7) {
95 rc, temp+7);
146 int rc; local
153 rc = tcgetattr(fd, &ttyb);
154 if (rc < 0) {
168 rc = tcsetattr(fd, TCSANOW, &ttyb);
169 if (rc <
[all...]
H A Dwork_fork.c160 int rc; local
168 rc = kill(c->pid, SIGHUP);
169 if (rc < 0)
266 size_t rc; local
278 rc = netwrite(c->req_write_pipe, hdr, octets);
280 if (rc == octets) {
282 rc = netwrite(c->req_write_pipe, data, octets);
283 if (rc == octets)
289 rc, octets);
304 size_t rc; local
353 size_t rc; local
377 size_t rc; local
445 int rc; local
[all...]
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dfmemopen2_test.c52 int rc; local
63 rc = fclose(fp);
64 ATF_REQUIRE(rc == 0);
83 rc = fclose(fp);
84 ATF_REQUIRE(rc == 0);
97 rc = fclose(fp);
98 ATF_REQUIRE(rc == 0);
111 int rc; local
132 rc = fclose(fp);
133 ATF_REQUIRE(rc
158 int rc; local
219 int rc, i; local
[all...]
/freebsd-13-stable/sys/dev/cxgbe/cudbg/
H A Dcudbg_flash_utils.c170 int rc = 0; local
198 rc = CUDBG_STATUS_FLASH_FULL;
205 rc = CUDBG_STATUS_FLASH_FULL;
236 rc = write_flash(adap, sec, sec_info->sec_data,
238 if (rc)
246 return rc;
254 int rc = 0; local
264 rc = t4_flash_erase_sectors(adap, start_sec,
271 if (rc || size == 0)
280 rc
295 int rc; local
304 int rc; local
342 int rc; local
472 int rc; local
[all...]
/freebsd-13-stable/sys/geom/uzip/
H A Dg_uzip_zstd.c71 size_t rc; local
74 rc = ZSTD_decompressDCtx(sc->guz_dctx, outputbuf, sc->guz_blksz, input,
76 if (ZSTD_isError(rc)) {
78 ZSTD_getErrorName(rc));
81 KASSERT(rc == sc->guz_blksz, ("%s: Expected %u bytes, got %zu",
82 __func__, sc->guz_blksz, rc));
90 size_t rc; local
93 rc = ZSTD_freeDCtx(sc->guz_dctx);
94 if (ZSTD_isError(rc))
96 ZSTD_getErrorName(rc));
105 size_t rc; local
[all...]
/freebsd-13-stable/stand/libsa/
H A Dufs.c161 int rc; local
171 rc = (f->f_dev->dv_strategy)(f->f_devdata, F_READ,
174 if (rc)
177 rc = EIO;
202 return (rc);
220 int rc; local
282 rc = (f->f_dev->dv_strategy)(f->f_devdata, F_READ,
287 if (rc)
288 return (rc);
326 int rc; local
404 int rc; local
466 int rc; local
514 int rc; local
754 int rc = 0; local
794 int rc = 0; local
[all...]
/freebsd-13-stable/sys/dev/ntb/test/
H A Dntb_tool.c371 int rc; local
376 rc = SYSCTL_IN(req, ubuf, req->newlen);
377 if (rc)
378 return (rc);
461 int rc = 0; local
506 return (rc);
515 int i, loop, rc; local
535 rc = sb->s_error;
536 return (rc);
570 rc
586 int rc; local
646 int rc, pidx = arg2, peer_port; local
663 int rc, local_port; local
705 int rc; local
754 int rc, pidx = arg2; local
789 int rc; local
810 int rc; local
898 int rc = 0; local
928 int rc = 0; local
952 int rc; local
971 int rc; local
1003 int widx, pidx, rc; local
1045 int rc; local
1080 int rc; local
1101 int rc; local
1119 int rc; local
1141 int rc; local
1167 int rc; local
1193 int rc; local
1430 int rc = 0; local
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.c372 enum _ecore_status_t rc = ECORE_SUCCESS; local
409 rc = ECORE_AGAIN;
414 return rc;
547 enum _ecore_status_t rc = ECORE_SUCCESS; local
561 rc = ecore_mcp_update_pending_cmd(p_hwfn, p_ptt);
562 if (rc == ECORE_SUCCESS)
564 else if (rc != ECORE_AGAIN)
588 rc = ECORE_NOMEM;
612 rc = ecore_mcp_update_pending_cmd(p_hwfn, p_ptt);
613 if (rc
707 enum _ecore_status_t rc; local
744 enum _ecore_status_t rc; local
772 enum _ecore_status_t rc; local
852 enum _ecore_status_t rc; local
940 enum _ecore_status_t rc; local
1062 enum _ecore_status_t rc; local
1176 enum _ecore_status_t rc; local
1300 enum _ecore_status_t rc; local
1600 enum _ecore_status_t rc = ECORE_SUCCESS; local
1735 enum _ecore_status_t rc; local
1858 enum _ecore_status_t rc; local
1928 enum _ecore_status_t rc; local
1955 enum _ecore_status_t rc; local
2009 enum _ecore_status_t rc; local
2050 enum _ecore_status_t rc; local
2160 enum _ecore_status_t rc = ECORE_SUCCESS; local
2588 enum _ecore_status_t rc; local
2633 enum _ecore_status_t rc = ECORE_SUCCESS; local
2709 enum _ecore_status_t rc; local
2767 enum _ecore_status_t rc; local
2866 enum _ecore_status_t rc; local
2887 enum _ecore_status_t rc; local
2921 enum _ecore_status_t rc; local
2957 enum _ecore_status_t rc; local
2993 enum _ecore_status_t rc; local
3056 enum _ecore_status_t rc; local
3089 enum _ecore_status_t rc; local
3122 enum _ecore_status_t rc = ECORE_SUCCESS; local
3173 enum _ecore_status_t rc; local
3190 enum _ecore_status_t rc; local
3224 enum _ecore_status_t rc; local
3264 enum _ecore_status_t rc; local
3294 enum _ecore_status_t rc; local
3324 enum _ecore_status_t rc; local
3346 enum _ecore_status_t rc = ECORE_SUCCESS; local
3401 enum _ecore_status_t rc; local
3442 enum _ecore_status_t rc; local
3461 enum _ecore_status_t rc; local
3482 enum _ecore_status_t rc = ECORE_INVAL; local
3559 enum _ecore_status_t rc; local
3583 enum _ecore_status_t rc; local
3604 enum _ecore_status_t rc; local
3649 enum _ecore_status_t rc; local
3689 enum _ecore_status_t rc = ECORE_SUCCESS; local
3710 enum _ecore_status_t rc = ECORE_SUCCESS; local
3734 enum _ecore_status_t rc = ECORE_SUCCESS; local
3758 enum _ecore_status_t rc = ECORE_SUCCESS; local
3780 enum _ecore_status_t rc = ECORE_SUCCESS; local
3802 enum _ecore_status_t rc = ECORE_SUCCESS; local
3824 enum _ecore_status_t rc; local
3851 enum _ecore_status_t rc; local
3903 enum _ecore_status_t rc; local
3942 enum _ecore_status_t rc; local
3978 enum _ecore_status_t rc; local
4094 enum _ecore_status_t rc; local
4169 enum _ecore_status_t rc; local
4193 enum _ecore_status_t rc; local
4229 enum _ecore_status_t rc; local
4263 enum _ecore_status_t rc; local
4297 enum _ecore_status_t rc; local
4328 enum _ecore_status_t rc; local
4389 enum _ecore_status_t rc; local
4422 enum _ecore_status_t rc; local
4503 enum _ecore_status_t rc; local
4520 enum _ecore_status_t rc; local
4541 enum _ecore_status_t rc = ECORE_SUCCESS; local
4579 enum _ecore_status_t rc; local
4611 enum _ecore_status_t rc; local
4683 enum _ecore_status_t rc; local
4723 enum _ecore_status_t rc; local
4753 enum _ecore_status_t rc; local
4779 enum _ecore_status_t rc; local
[all...]
/freebsd-13-stable/sys/dev/imcsmb/
H A Dimcsmb.c86 int rc; local
99 rc = ENXIO;
104 if ((rc = bus_generic_attach(dev)) != 0) {
105 device_printf(dev, "Failed to attach smbus: %d\n", rc);
109 return (rc);
124 int rc; local
127 rc = bus_generic_detach(dev);
128 if (rc == 0) {
130 rc = device_delete_children(dev);
133 return (rc);
174 int rc; local
328 int rc; local
[all...]
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_vf.c198 int rc; local
204 rc = -t4vf_query_params(sc, nitems(param), param, val);
205 if (rc != 0) {
207 "failed to query parameters (pre_init): %d.\n", rc);
208 return (rc);
233 int rc; local
236 rc = -t4vf_get_sge_params(sc);
237 if (rc != 0) {
239 "unable to retrieve adapter SGE parameters: %d\n", rc);
240 return (rc);
324 int itype, iq_avail, navail, rc; local
485 int rc = 0, i, j, rqidx, tqidx, n, p, pmask; local
798 int rc; local
[all...]
H A Dt4_tracer.c103 int rc; member in struct:match_rr
119 mrr->rc = begin_synchronized_op(mrr->sc, NULL, 0, "t4clon");
121 mrr->rc = 0;
143 int rc, unit; local
149 mrr.rc = ENOENT;
152 if (mrr.rc != 0)
153 return (mrr.rc);
163 rc = EEXIST;
167 rc = EAGAIN;
173 rc
277 int rc, i, enabled; local
330 int rc; local
464 int rc = 0; local
[all...]
/freebsd-13-stable/sys/kern/
H A Dvfs_init.c171 int prev_stops, rc; local
175 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_mount)(mp);
178 return (rc);
184 int prev_stops, rc; local
187 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_unmount)(mp, mntflags);
189 return (rc);
195 int prev_stops, rc; local
198 rc = (*mp->mnt_vfc->vfc_vfsops_sd->vfs_root)(mp, flags, vpp);
200 return (rc);
206 int prev_stops, rc; local
217 int prev_stops, rc; local
228 int prev_stops, rc; local
239 int prev_stops, rc; local
250 int prev_stops, rc; local
262 int prev_stops, rc; local
274 int prev_stops, rc; local
287 int prev_stops, rc; local
299 int prev_stops, rc; local
[all...]
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D221.backup-gpart27 rc=0
31 rc=1
33 mv "${file}.bak" "${file}.bak2" || rc=3
34 mv "${file}.tmp" "${file}.bak" || rc=3
37 rc=1
38 mv "${file}.tmp" "${file}.bak" || rc=3
63 rc=2
103 *) rc=0
124 exit $rc
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Delftc_demangle.c61 demangle(const char *s, unsigned int style, unsigned int rc) argument
64 (void) rc; /* XXX */
79 unsigned int style, rc; local
83 rc = flags >> 16;
91 if ((rlt = demangle(mangledname, style, rc)) == NULL) {
/freebsd-13-stable/crypto/openssh/
H A Daudit-linux.c45 int audit_fd, rc, saved_errno; local
54 rc = audit_log_acct_message(audit_fd, AUDIT_USER_LOGIN,
64 if ((rc == -EPERM) && (geteuid() != 0))
65 rc = 0;
68 return rc >= 0;
/freebsd-13-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.c58 int rc; local
81 return rc;
87 int rc; local
89 rc = iflib_dma_alloc(softc->ctx, PAGE_SIZE, &softc->hwrm_cmd_resp,
91 return rc;
222 int rc; local
225 rc = _hwrm_send_message(softc, msg, msg_len);
227 return rc;
237 int rc = 0; local
243 rc
272 int rc; local
416 int rc = 0; local
476 int rc; local
589 int rc; local
658 int rc; local
689 int rc; local
716 int rc = 0; local
753 int rc; local
804 int rc = 0; local
836 int rc = 0; local
861 int rc; local
908 int rc = 0; local
961 int rc = 0; local
1051 int rc = 0; local
1095 int rc; local
1129 int rc; local
1172 int rc; local
1197 int rc; local
1225 int rc; local
1287 int rc; local
1307 int rc; local
1337 int rc; local
1383 int rc; local
1422 int rc; local
1456 int rc; local
1481 int rc; local
1539 int rc = 0; local
1625 int rc; local
1650 int rc; local
1695 int i, rc = 0; local
[all...]
/freebsd-13-stable/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c263 struct rc_dec rc; member in struct:xz_dec_lzma2
438 static void rc_reset(struct rc_dec *rc) argument
440 rc->range = (uint32_t)-1;
441 rc->code = 0;
442 rc->init_bytes_left = RC_INIT_BYTES;
446 * Read the first five initial bytes into rc->code if they haven't been
449 static bool rc_read_init(struct rc_dec *rc, struct xz_buf *b) argument
451 while (rc->init_bytes_left > 0) {
455 rc->code = (rc
463 rc_limit_exceeded(const struct rc_dec *rc) argument
472 rc_is_finished(const struct rc_dec *rc) argument
478 rc_normalize(struct rc_dec *rc) argument
497 rc_bit(struct rc_dec *rc, uint16_t *prob) argument
519 rc_bittree(struct rc_dec *rc, uint16_t *probs, uint32_t limit) argument
535 rc_bittree_reverse(struct rc_dec *rc, uint16_t *probs, uint32_t *dest, uint32_t limit) argument
553 rc_direct(struct rc_dec *rc, uint32_t *dest, uint32_t limit) argument
[all...]

Completed in 252 milliseconds

1234567891011>>