Searched refs:num_comps (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_pwr.c | 141 for (i = 0; i < infop->num_comps; i++) { in pci_pwr_rm_info() 145 kmem_free(infop->comp_pwr, sizeof (int) * infop->num_comps); in pci_pwr_rm_info() 163 int num_comps = PM_NUMCMPTS(cdip); in pci_pwr_add_components() local 171 if (num_comps > 0) { in pci_pwr_add_components() 173 kmem_alloc(sizeof (int) * num_comps, KM_SLEEP); in pci_pwr_add_components() 174 p->num_comps = num_comps; in pci_pwr_add_components() 177 "ADDING %d COMPONENTS FOR %s@%s\n", num_comps, in pci_pwr_add_components() 182 num_comps); in pci_pwr_add_components() 195 for (i = 0; i < num_comps; i++) { in pci_pwr_add_components() 604 int num_comps; in pci_pwr_suspend() local [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 257 md_mem_info_t *mem, int num_comps) in mdesc_init_n2() argument 274 for (idx = 0; idx < num_comps; idx++) { in mdesc_init_n2() 430 int num_comps = 0; in mem_mdesc_init() local 459 num_comps = md_scan_dag(mdp, in mem_mdesc_init() 464 if (num_comps == 0) in mem_mdesc_init() 467 mdesc_init_n2(mod, mdp, listp, mem, num_comps); in mem_mdesc_init()
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 510 int num_comps, compind; in rule_an_to_ln() local 525 if (sscanf(current+1,"%d:", &num_comps) == 1) { in rule_an_to_ln() 526 if (num_comps == aname->length) { in rule_an_to_ln() 546 (compind <= num_comps) && in rule_an_to_ln()
|
/titanic_41/usr/src/uts/sun4u/sys/pci/ |
H A D | pci_pwr.h | 53 int num_comps; /* size of comp_pwr */ member
|