Searched refs:rcs (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_rcid.h47 struct prc *rcs; /* array of pciexrc */ member in struct:pprc
H A Dhb_sun4v.c52 busorrc_t *rcs = NULL; local
64 if (busorrc_add(mod, &rcs, pnode) < 0) {
66 busorrc_free(mod, rcs);
71 return (rcs);
80 find_dnode(busorrc_t *rcs, uint64_t ba) argument
83 for (p = rcs; p != NULL; p = p->br_nextbus) {
291 busorrc_t *rcs; local
320 rcs = get_rcs(mod);
332 for (j = 0, rcp = hbp->rcs; j < hbp->srcs; j++, rcp++) {
335 dnode1 = find_dnode(rcs, rc
[all...]
H A Dhb_mdesc.h53 md_rc_t *rcs; /* a list of pciex root complexes */ member in struct:md_hb
54 int16_t srcs; /* size of the rcs */
55 int16_t nrcs; /* count of rc entries in rcs */
H A Dhb_mdesc.c61 if (phb->rcs != NULL && phb->id == hbid) {
130 hbp->rcs = topo_mod_zalloc(mod, sizeof (md_rc_t) * nrcs);
137 hbp->rcs[nrcs].id = -1; /* invalidate the entry */
144 hbp->rcs[nrcs].cfg_handle = x;
149 hbp->rcs[nrcs].id = id;
151 hbp->rcs[nrcs].id = hbp->nrcs;
219 if (hbp->rcs == NULL)
221 topo_mod_free(mod, hbp->rcs, hbp->srcs * sizeof (md_rc_t));
H A Dhb_rcid.c113 pciexrc = prcids.plats[p].rcs[i];
/osnet-11/usr/src/lib/fm/topo/modules/SUNW,SPARC-Enterprise/ioboard/common/
H A Dopl_topo.h78 di_node_t rcs[OPL_HB_MAX][OPL_RC_MAX]; member in struct:__anon1000
H A Dopl_hostbridge.c282 p = iob->rcs[hb][rc];
H A Dopl_ioboard.c324 ioboard_list[psb].rcs[hb][rc] = pnode;
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/hostbridge/common/
H A Dhb_sun4u.c116 busorrc_t *rcs = NULL; local
151 if (busorrc_add(mod, &rcs, pnode) < 0) {
159 if (busorrc_process(mod, rcs, 1, ptn) < 0)
163 busorrc_free(mod, rcs);
/osnet-11/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c194 * (Hostbridge #0, Root Complex #(rcs/hostbridge), ExBus #(buses/rc))
200 * (Hostbridge #nhb, Root Complex #(rcs/hostbridge), ExBus #(buses/rc))
207 tnode_t **rcs; local
221 if ((rcs = topo_mod_zalloc(mod, nrc * sizeof (tnode_t *))) == NULL) {
244 if (rcs[rc] == NULL) {
245 rcs[rc] = rc_process(mod, hb[br], rc, p->br_din);
246 if (rcs[rc] == NULL) {
252 rcs[rc], PCI_BUS, PCIEX_BUS, 0, MAX_HB_BUSES,
273 topo_node_unbind(rcs[rc]);
276 topo_mod_free(mod, rcs, nr
[all...]
/osnet-11/usr/src/lib/librdc/common/
H A Drdcconfig.c100 chain_successful(rdcconfig_t *rdcs, rdc_rc_t *rcs) argument
107 rcp = rcs;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm658 RCS_LABEL command to label your sources rcs -Nv$(VERSION_SYM): -q
687 $self->{RCS_LABEL}||= 'rcs -Nv$(VERSION_SYM): -q';

Completed in 79 milliseconds