Searched defs:num_comps (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_pwr.c141 for (i = 0; i < infop->num_comps; i++) {
145 kmem_free(infop->comp_pwr, sizeof (int) * infop->num_comps);
163 int num_comps = PM_NUMCMPTS(cdip); local
171 if (num_comps > 0) {
173 kmem_alloc(sizeof (int) * num_comps, KM_SLEEP);
174 p->num_comps = num_comps;
177 "ADDING %d COMPONENTS FOR %s@%s\n", num_comps,
182 num_comps);
195 for (i = 0; i < num_comps;
604 int num_comps; local
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_pwr.h53 int num_comps; /* size of comp_pwr */ member in struct:pci_pwr_chld
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c510 int num_comps, compind; local
525 if (sscanf(current+1,"%d:", &num_comps) == 1) {
526 if (num_comps == aname->length) {
546 (compind <= num_comps) &&
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c257 md_mem_info_t *mem, int num_comps)
274 for (idx = 0; idx < num_comps; idx++) {
430 int num_comps = 0; local
459 num_comps = md_scan_dag(mdp,
464 if (num_comps == 0)
467 mdesc_init_n2(mod, mdp, listp, mem, num_comps);
256 mdesc_init_n2(topo_mod_t *mod, md_t *mdp, mde_cookie_t *listp, md_mem_info_t *mem, int num_comps) argument

Completed in 57 milliseconds