/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldaplist.c | 494 int rc1; local 496 rc = rc1 = -1; 531 rc1 = list("hosts", ldapfilter, ldapattribute, 536 if (rc == -1 && rc1 == -1) { 541 } else if (rc != 0 && rc1 != 0) { 545 rc = rc1;
|
/illumos-gate/usr/src/cmd/tip/ |
H A D | remcap.c | 94 int rc1, rc2; local 103 if ((rc1 = getent(bp, name, cp, len)) != 1) 107 if (rc1 != 1 && rc2 != 1) 111 if (rc1 == 1)
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | lsar_svc.c | 525 int rc1; local 543 rc1 = NDR_MSTRING(mxa, user->ui_account, 548 if (rc1 == -1 || rc2 == -1)
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | nldaputils.c | 740 idmap_retcode retcode, rc1; local 909 rc1 = lookup_name2sid(state->cache, 916 if (rc1 == IDMAP_ERR_NOTFOUND) { 920 res->retcode = rc1;
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | erf.c | 237 rc1 = 1.28735722546372485255126993930e-005, 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 610 rc1 = 1; 612 rc1 = 0; 638 rc1 = devid_get(fd1, &devid1); 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 264 rc1 = netbios_name_isvalid(called_name, 0); 267 if (rc1 == 0 || rc2 == 0) {
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/cpumem-diagnosis/ |
H A D | cmd_memerr_arch.c | 314 cmd_evdisp_t rc, rc1; local 324 rc1 = cmd_xxcu_initial(hdl, ep, nvl, class, clcode, CMD_XR_HDLR_NOP); 325 if (rc1 != 0) 328 clcode, rc1); 462 cmd_evdisp_t rc, rc1; local 472 rc1 = cmd_xxcu_initial(hdl, ep, nvl, class, clcode, CMD_XR_HDLR_NOP); 473 if (rc1 != 0) 476 clcode, rc1);
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 1839 int rc1, rc2; local 1841 rc1 = rc2 = 0; 1860 rc1 = nsc_read(h->rdc_bufp, pos, len, flag); 1863 if (remote || !RDC_SUCCESS(rc1)) { 1869 else if (!RDC_SUCCESS(rc1) && !RDC_SUCCESS(rc2)) 1870 h->rdc_bufh.sb_error = rc1; 2181 int rc1, rc2; local 2232 rc1 = rc2 = 0; 2319 rc1 = nsc_alloc_abuf(pos, len, 0, &p->rdc_abufp); 2321 if (!RDC_SUCCESS(rc1)) { 2688 int rc1, rc2; local [all...] |
H A D | rdc_diskq.c | 1904 int rc, rc1, rc2; local 2056 rc1 = nsc_alloc_abuf(qhead + 1, iohdr->dat.len, 0, &abuf); 2060 if (!RDC_SUCCESS(rc) || !RDC_SUCCESS(rc1)) { /* uh-oh */
|
H A D | rdc_io.c | 4154 int rc, rc1; local 4298 if ((rc1 = add_to_group(krdc, options, RDC_CMD_RESUME)) != 0) { 4299 if (rc1 == RDC_EQNOADD) { /* something went wrong with queue */ 4441 if ((rc1 == RDC_EQNOADD) ||
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 2270 idmap_retcode rc1, rc2; local 2272 rc1 = _idmap_clnt_call(IDMAP_FLUSH, 2276 if (rc1 != IDMAP_SUCCESS) 2277 return (rc1);
|
/illumos-gate/usr/src/cmd/ldapcachemgr/ |
H A D | cachemgr_getldap.c | 2393 int rc, rc1; local 2477 rc1 = __ns_ldap_self_gssapi_config(&config); 2478 if (rc1 == NS_LDAP_SUCCESS) { 2480 rc1 = __ns_ldap_check_all_preq(0, 0, 0, config, &error); 2482 if (rc1 != NS_LDAP_SUCCESS) { 2485 rc1); 2486 exit(rc1); 2491 rc1); 2492 exit(rc1);
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/frutree/ |
H A D | piclfrutree.c | 1790 picl_errno_t rc, rc1; local 1833 if ((rc1 = ptree_get_propval_by_name(locp->locnodeh, 1837 return (rc1);
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 788 int bus_range[2], rc = PCICFG_FAILURE, rc1, max_devs = 0; local 979 rc1 = ndi_devi_offline(new_device, 0); 980 DEBUG1("pcicfg: now unloading the ntbridge driver. rc1=%d\n", rc1); 981 if (rc1 != NDI_SUCCESS) {
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 909 int bus_range[2], rc = PCICFG_FAILURE, rc1, max_devs = 0; local 1117 rc1 = ndi_devi_offline(new_device, NDI_NO_EVENT); 1118 DEBUG1("pcicfg: now unloading the ntbridge driver. rc1=%d\n", rc1); 1119 if (rc1 != NDI_SUCCESS) {
|