Searched defs:rc (Results 201 - 225 of 479) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_ioboard.c305 int a, lsb, hb, rc; local
316 rc = OPL_PX_RC(a);
324 ioboard_list[psb].rcs[hb][rc] = pnode;
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_labels.c154 int board, bridge, rc, bus, dev; local
162 rc = did_rc(dp);
166 "board=%d, bridge=%d, rc=%d, bus=%d, dev=%d\n",
167 __func__, platform, board, bridge, rc, bus, dev);
182 (m.dl_rc == -1 || m.dl_rc == rc) &&
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_intel.c443 int rc; local
473 rc = mc_nb_create(mod, chip_smbid, pnode, name, auth, nvl);
476 return (rc);
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c168 tnode_t *rc; local
170 if ((rc = pciexrc_declare(mod, ptn, bn, rci)) == NULL)
173 rc, PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES, NULL) == 0)
174 return (rc);
176 topo_node_unbind(rc);
188 * (Hostbridge #0, Root Complex #0, ExBus #(buses/rc))
191 * (Hostbridge #0, Root Complex #1, ExBus #(buses/rc))
194 * (Hostbridge #0, Root Complex #(rcs/hostbridge), ExBus #(buses/rc))
200 * (Hostbridge #nhb, Root Complex #(rcs/hostbridge), ExBus #(buses/rc))
210 int br, rc; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu.c94 int rc = 0; local
100 if ((rc = nvlist_lookup_uint64(in, FM_FMRI_CPU_SERIAL_ID,
105 if ((rc = nvlist_lookup_string(in, FM_FMRI_CPU_SERIAL_ID,
109 rc = 1;
112 return (rc);
216 int rc; local
233 if ((rc = cpu_read_serial(in, &nvlserid)) == 0) {
236 } else if (rc != ENOENT)
239 if ((rc = nvlist_add_uint64(in, FM_FMRI_CPU_SERIAL_ID,
241 return (topo_mod_seterrno(mod, rc));
284 int rc = -1; local
[all...]
H A Dcpu_mdesc.c345 int rc = -1; local
381 rc = cpu_n2_mdesc_init(mod, mdp, chip);
383 rc = cpu_n1_mdesc_init(mod, mdp, chip);
386 rc = -1;
393 return (rc);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dread_pwd.c256 int rc; local
275 rc = DialogBoxParam(hinst, MAKEINTRESOURCE(ID_READ_PWD_DIALOG), 0,
/osnet-11/usr/src/lib/libadt_jni/common/
H A Dadt_jni.c161 int rc; local
176 rc = adt_start_session(&state, (adt_export_data_t *)import, flags);
181 if (rc) {
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_impl.h132 adutils_rc *rc; member in struct:adutils_q
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dscsi.c160 struct grub_scsi_read_capacity rc;
165 rc.opcode = grub_scsi_cmd_read_capacity;
166 rc.lun = scsi->lun << GRUB_SCSI_LUN_SHIFT;
167 rc.logical_block_addr = 0;
168 rc.reserved1 = 0;
169 rc.reserved2 = 0;
170 rc.PMI = 0;
171 rc.control = 0;
172 rc.pad = 0;
174 err = scsi->dev->read (scsi, sizeof (rc), (cha
158 struct grub_scsi_read_capacity rc; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dblowfish.c594 gcry_err_code_t rc = do_bf_setkey (c, key, keylen); local
596 return rc;
H A Dcast5.c610 gcry_err_code_t rc = do_cast_setkey (c, key, keylen); local
612 return rc;
H A Dseed.c321 int rc = do_setkey (ctx, key, keylen);
323 return rc;
319 int rc = do_setkey (ctx, key, keylen); local
H A Dwhirlpool.c111 static const u64 rc[R] =
1222 C6[(key[2] >> 8) & 0xFF] ^ C7[(key[1] >> 0) & 0xFF] ^ rc[r]);
108 static const u64 rc[R] = variable
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dblowfish.c566 gcry_err_code_t rc = do_bf_setkey (c, key, keylen); local
568 return rc;
H A Dcast5.c565 gcry_err_code_t rc = do_cast_setkey (c, key, keylen); local
567 return rc;
H A Drijndael.c259 int rc = do_setkey (ctx, key, keylen); local
261 return rc;
H A Dseed.c321 int rc = do_setkey (ctx, key, keylen);
323 return rc;
319 int rc = do_setkey (ctx, key, keylen); local
H A Dtiger.c603 tiger_round( u64 *ra, u64 *rb, u64 *rc, u64 x, int mul ) argument
607 u64 c = *rc;
618 *rc = c;
623 pass( u64 *ra, u64 *rb, u64 *rc, u64 *x, int mul ) argument
627 u64 c = *rc;
640 *rc = c;
H A Dwhirlpool.c111 static const u64 rc[R] =
1222 C6[(key[2] >> 8) & 0xFF] ^ C7[(key[1] >> 0) & 0xFF] ^ rc[r]);
108 static const u64 rc[R] = variable
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/ieee1275/
H A Dofnet.c80 int rc; local
96 rc = grub_ieee1275_read (data->handle, nb->data, dev->mtu + 64, &actual);
97 while ((actual <= 0 || rc < 0) && (grub_get_time_ms () - start_time < 200));
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c499 int rc; local
513 rc = (*confp->confirm)(confp->appdata_ptr, msg);
515 return (rc);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c88 int rc; local
222 if ((rc = fnc(tr->u.data.download,
224 return(rc);
696 int rc; local
707 rc = eb_pxenv_tftp_read(buf, &len);
708 if (rc == 0)
710 rc = fnc(buf, ++block, len, len < packetsize);
711 if (rc <= 0 || len < packetsize)
716 return (rc > 0 ? 1 : 0);
723 int rc; local
820 int rc, ch; local
[all...]
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dldap.c534 int rc; local
589 rc = sm_strcasecmp(item, (*top)->lrl_data[p]->lr_search);
590 if (rc == 0)
591 rc = type - (*top)->lrl_data[p]->lr_type;
593 if (rc < 0)
595 else if (rc > 0)
1114 int rc; local
1117 lmap->ldap_res, &rc, NULL, NULL,
1120 save_errno = rc;
H A Dmbdb.c567 int rc; local
577 LDAPLMAP.ldap_res, &rc, NULL,
580 save_errno = rc;

Completed in 90 milliseconds

1234567891011>>