| /illumos-gate/usr/src/uts/common/ipp/meters/ |
| H A D | tswtclddi.c | 110 int rc, rc2; local 247 rc2 = ipp_action_unref(aid, cfg_parms->red_action, flags); 248 ASSERT(rc2 == 0); 254 rc2 = ipp_action_unref(aid, cfg_parms->red_action, flags); 255 ASSERT(rc2 == 0); 256 rc2 = ipp_action_unref(aid, cfg_parms->yellow_action, flags); 257 ASSERT(rc2 == 0);
|
| H A D | tokenmtddi.c | 130 int rc, rc2; local 344 rc2 = ipp_action_unref(aid, cfg_parms->red_action, flags); 345 ASSERT(rc2 == 0); 354 rc2 = ipp_action_unref(aid, cfg_parms->red_action, 356 ASSERT(rc2 == 0); 357 rc2 = ipp_action_unref(aid, cfg_parms->green_action, 359 ASSERT(rc2 == 0);
|
| /illumos-gate/usr/src/cmd/tip/ |
| H A D | remcap.c | 94 int rc1, rc2; local 106 rc2 = getent(lbuf, name, cp, sizeof (lbuf)); 107 if (rc1 != 1 && rc2 != 1) 108 return (rc2); 109 if (rc2 == 1) {
|
| /illumos-gate/usr/src/uts/common/cpr/ |
| H A D | cpr_main.c | 136 int rc, rc2; local 178 rc2 = cpr_resume(sleeptype); 179 if (rc2 != 0) { 182 "cpr_resume returned non-zero: %d\n", rc2); 183 PMD(PMD_SX, ("cpr_resume rets %x\n", rc2))
|
| /illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
| H A D | lsar_svc.c | 526 int rc2; local 545 rc2 = NDR_MSTRING(mxa, user->ui_domain, 548 if (rc1 == -1 || rc2 == -1)
|
| /illumos-gate/usr/src/lib/libast/common/uwin/ |
| H A D | erf.c | 238 rc2 = 6.24664954087883916855616917019e-001, variable 310 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+ 387 R = rc0+s*(rc1+s*(rc2+s*(rc3+s*(rc4+s*(rc5+
|
| /illumos-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_check.c | 525 int rc1 = -2, rc2 = -2; local 619 rc2 = 1; 621 rc2 = 0; 649 rc2 = devid_get(fd2, &devid2); 657 if ((rc1 == 0) && (rc2 == 0)) {
|
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_session.c | 232 int rc1, rc2; local 265 rc2 = netbios_name_isvalid(calling_name, client_name); 267 if (rc1 == 0 || rc2 == 0) {
|
| /illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
| H A D | rdc_dev.c | 1839 int rc1, rc2; local 1841 rc1 = rc2 = 0; 1864 rc2 = _rdc_remote_read(krdc, &h->rdc_bufh, pos, len, flag); 1867 if (remote && !RDC_SUCCESS(rc2)) 1868 h->rdc_bufh.sb_error = rc2; 1869 else if (!RDC_SUCCESS(rc1) && !RDC_SUCCESS(rc2)) 2092 int rc2; local 2095 rc2 = rdc_diskq_enqueue(krdc, p); 2100 if (!RDC_SUCCESS(rc2)) { 2101 p->flag = rc2; 2125 int rc2; local 2181 int rc1, rc2; local 2688 int rc1, rc2; local [all...] |
| H A D | rdc_diskq.c | 1904 int rc, rc1, rc2; local 2067 rc2 = nsc_copy(buf, abuf, qhead + 1, qhead + 1, iohdr->dat.len); 2069 if (!RDC_SUCCESS(rc2)) {
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/ |
| H A D | sol_umad.c | 566 ibt_status_t rc2; local 625 rc2 = ibt_detach(info->info_clnt_hdl); 626 if (rc2 != IBT_SUCCESS) { 628 "umad_init_driver_info: ibt_detach failed: %d\n", rc2); 1887 int rc, rc2; local 2069 rc2 = ibmf_free_msg(agent->agent_reg->ibmf_reg_handle, 2071 ASSERT(rc2 == IBMF_SUCCESS); 2087 rc2 = ibmf_free_msg(agent->agent_reg->ibmf_reg_handle, 2089 ASSERT(rc2 == IBMF_SUCCESS);
|
| /illumos-gate/usr/src/lib/libidmap/common/ |
| H A D | idmap_api.c | 2270 idmap_retcode rc1, rc2; local 2274 (xdrproc_t)xdr_idmap_retcode, (caddr_t)&rc2, TIMEOUT); 2278 return (rc2);
|
| /illumos-gate/usr/src/lib/libfru/libfru/ |
| H A D | libfru.cc | 1867 fru_errno_t rc2 local 1869 if (rc2 != FRU_SUCCESS) 1870 return (rc2);
|
| /illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
| H A D | ata_disk.c | 961 int rc, rc2; local 1120 rc2 = ata_queue_cmd(ata_disk_id_update, NULL, 1122 if (rc2 != TRUE) { 1148 rc2 = ata_queue_cmd( 1154 if (rc2 != TRUE) {
|