Searched defs:rc (Results 1 - 25 of 1350) sorted by last modified time

1234567891011>>

/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1972 ACPI_STATUS rc = AE_OK; local
2009 rc = AE_ALREADY_EXISTS;
2017 if (rc == AE_OK) {
2028 rc = AE_ALREADY_EXISTS;
2031 rc = AE_NO_MEMORY;
2048 return (rc);
2055 ACPI_STATUS rc = AE_NOT_EXIST; local
2073 rc = AE_OK;
2078 return (rc);
2085 ACPI_STATUS rc local
2135 ACPI_STATUS rc = AE_NOT_EXIST; local
2170 ACPI_STATUS rc = AE_NOT_EXIST; local
2194 ACPI_STATUS rc = AE_NOT_EXIST; local
2213 ACPI_STATUS rc = AE_NOT_EXIST; local
2237 ACPI_STATUS rc = AE_NOT_EXIST; local
2262 ACPI_STATUS rc = AE_NOT_EXIST; local
2288 ACPI_STATUS rc = AE_NOT_EXIST; local
[all...]
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7998 int len, rc, best = INT_MAX, nmatched = 0; local
8058 if ((rc = (*matched)(probe, arg)) !=
8060 if (rc == DTRACE_MATCH_FAIL)
8082 if ((rc = (*matched)(probe, arg)) != DTRACE_MATCH_NEXT) {
8083 if (rc == DTRACE_MATCH_FAIL)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c10850 int rc; local
10882 if (rc = flk_convert_lock_data(vp, bfp, &start, &end, offset))
10883 return (rc);
10884 if (rc = flk_check_lock_data(start, end, MAXEND))
10885 return (rc);
10917 rc = EAGAIN;
10943 rc = EINTR;
10952 if (rc != 0)
10963 rc = ENOLCK;
10975 rc
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_flush.c32 int rc = 0; local
37 rc = smb_mbc_decodef(
44 if (rc)
H A Dsmb_flush.c59 int rc; local
61 rc = smbsr_decode_vwv(sr, "w", &sr->smb_fid);
65 return ((rc == 0) ? SDRC_SUCCESS : SDRC_ERROR);
79 int rc; local
82 rc = smbsr_encode_empty_result(sr);
83 return ((rc == 0) ? SDRC_SUCCESS : SDRC_ERROR);
107 rc = smbsr_encode_empty_result(sr);
108 return ((rc == 0) ? SDRC_SUCCESS : SDRC_ERROR);
H A Dsmb_ofile.c190 int rc; local
250 rc = smb_node_getattr(NULL, node, of->f_cr, NULL, &attr);
251 if (rc != 0) {
510 int rc; local
531 rc = smb_ofile_netinfo_encode(of, pb, svcenum->se_bavail,
533 if (rc == 0) {
539 return (rc);
783 int rc = 0; local
809 rc = smb_fsop_getattr(NULL, zone_kcred(), of->f_node, &attr);
810 if (rc !
867 boolean_t rc; local
1227 int rc; local
1246 int rc; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c304 int rc; local
306 if ((rc = dmu_spill_hold_existing(hdl->sa_bonus, NULL,
310 rc = 0;
313 return (rc);
H A Dzfs_ioctl.c357 boolean_t rc = B_TRUE; local
368 rc = zplversion < version;
371 return (rc);
5994 int error, rc, len; local
6121 rc = ddi_copyout(zc, (void *)arg, sizeof (zfs_cmd_t), flag);
6122 if (error == 0 && rc != 0)
H A Dzvol.c609 int rc; local
616 rc = zvol_remove_zv(zv);
618 return (rc);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c2011 int rc; local
2019 rc = idc->idc_capab_df(idc->idc_capab_dh, DLD_CAPAB_DIRECT, &direct,
2021 if (rc == 0) {
2040 "capability, rc = %d\n", rc);
2041 DTRACE_PROBE2(direct_off, (ill_t *), ill, (int), rc); local
2050 int rc; local
2061 rc = idc->idc_capab_df(idc->idc_capab_dh, DLD_CAPAB_POLL, &poll,
2063 if (rc == 0) {
2068 "capability, rc
2069 DTRACE_PROBE2(poll_off, (ill_t *), ill, (int), rc); local
2081 int rc; local
2107 DTRACE_PROBE2(lso_off, (ill_t *), ill, (int), rc); local
[all...]
/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun.c960 int rc = 0; local
985 if ((rc = dls_mgmt_get_linkinfo(iptun->iptun_linkid, name, NULL,
989 if ((itp = create_tunnel_policy(name, &rc, &gen, ns)) == NULL)
997 rc = ENOMEM;
1012 rc = EBUSY;
1019 rc = ipsec_copy_polhead(itp->itp_policy, itp->itp_inactive, ns);
1020 if (rc != 0) {
1050 rc = ENOMEM;
1073 return (rc);
/illumos-gate/usr/src/uts/common/io/
H A Ddevpoll.c1434 int res, rc = 0; local
1461 rc = dp_pcache_poll(dpep, NULL, pcp, nfds, &fdcnt);
1462 if (rc == 0) {
1470 rc = EINVAL;
1474 rc = ELOOP;
1483 rc = 0;
1489 return (rc);
H A Dlofi.c3446 int rc; local
3454 rc = cmlb_prop_op(lsp->ls_cmlbhandle, dev, dip, prop_op, mod_flags,
3456 if (rc == DDI_PROP_SUCCESS)
3457 return (rc);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3264 int rc; local
3268 if ((rc = mac_start((mac_handle_t)mip)) != 0) {
3270 return (rc);
3294 if ((rc = i_mac_promisc_set(mip, B_TRUE)) != 0) {
3297 return (rc);
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c283 int rc, first, use_rrip, lenskip; local
290 rc = f->f_dev->dv_strategy(f->f_devdata, F_READ, cdb2devb(bno),
292 if (rc)
295 rc = EIO;
298 rc = EINVAL;
323 rc = f->f_dev->dv_strategy
328 if (rc)
331 rc = EIO;
365 rc = ENOENT;
389 rc
435 int rc = 0; local
471 int rc = 0; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c221 int rc; local
223 rc = 0;
253 rc = EIO;
263 return (rc);
408 int rc; local
420 rc = vdev->v_phys_read(vdev, vdev->v_read_priv, offset, buf, psize);
421 if (rc)
422 return (rc);
444 int rc; local
446 rc
513 int rc; local
919 int i, rc, is_newer; local
1249 int i, rc; local
1412 int rc; local
1487 int rc; local
1514 int chunks, i, rc; local
1546 int i, j, rc; local
1754 int rc; local
2077 int rc; local
2115 int rc; local
2192 int rc; local
[all...]
/illumos-gate/usr/src/cmd/iconv/
H A Diconv_main.c190 int nr, nw, rc; local
214 rc = (*pconv)(&iptr, &ileft, &optr, &oleft);
228 if (rc == (size_t)-1) {
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2841 mdb_refcount_t rc; local
2855 if (mdb_ctf_vread(&rc, "refcount_t", "mdb_refcount_t", addr,
2862 addr, (longlong_t)rc.rc_count);
2874 addr, (longlong_t)rc.rc_count, (longlong_t)rcr.rc_removed_count);
2876 if (rct.rc_tracked && rc.rc_count > 0)
3728 int rc = DCMD_OK; local
3783 rc = DCMD_ERR;
3788 rc = mdb_snprintf(range, sizeof (range),
3792 rc = mdb_snprintf(range, sizeof (range),
3797 if (rc <
[all...]
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c984 int rc; local
991 rc = BZ2_bzDecompress(&s->strm);
992 if (rc == BZ_STREAM_END) {
993 rc = BZ2_bzDecompressReset(&s->strm);
994 if (rc != BZ_OK)
997 BZ2_bzErrorString(rc));
1015 int rc = 0; local
1021 rc = BZ2_bzDecompressInit(&s->strm, 0, 0);
1022 if (rc != BZ_OK)
1024 "BZ2_bzDecompressInit: %s", BZ2_bzErrorString(rc));
[all...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dgen_struct_layout.c754 int rc, off, sz, ftype; local
756 rc = get_field_info(tname, fname, dotfield, &off, &ftype);
757 if (rc < 0)
779 int esz, rc, off, ftype; local
781 rc = get_field_info(tname, fname, dotfield, &off, &ftype);
782 if (rc < 0)
792 rc = ctf_array_info(ctf, ftype, &ai);
793 if (rc != 0)
808 int esz, rc; local
819 rc
855 int rc; local
915 int len, rc; local
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c16414 int rc; local
16416 rc = strcmp(l->servicename, r->servicename);
16418 return (rc);
H A Dsvccfg_xml.c3367 int rc = SCF_FAILED; local
3383 rc = SCF_SUCCESS;
3391 rc = SCF_SUCCESS;
3398 return (rc);
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c3031 int rc = 0; local
3096 rc = 2;
3105 if (rc == 0 && (dump_opt['b'] || dump_opt['c']))
3106 rc = dump_block_stats(spa);
3108 if (rc == 0)
3109 rc = verify_spacemap_refcounts(spa);
3117 if (rc != 0) {
3119 exit(rc);
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c2285 int rc = 0; local
2305 rc = (rv32 < lv32) ? 1 : -1;
2315 rc = (rv64 < lv64) ? 1 : -1;
2321 rc = strcmp(lvstr, rvstr);
2335 rc = (rv64 < lv64) ? 1 : -1;
2342 if (rc != 0) {
2343 if (rc < 0)
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c87 int rc; local
101 rc = (*tokentable[tokenid].func)(ctx);
103 return (rc);

Completed in 363 milliseconds

1234567891011>>