Searched refs:cpulistp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c278 mde_cookie_t *cpulistp; local
302 cpulistp = (mde_cookie_t *) alloca(sizeof (mde_cookie_t) *num_nodes);
303 if (cpulistp == NULL) {
323 md_find_name(mdp, "fwd"), cpulistp);
334 if (md_get_prop_val(mdp, cpulistp[x], "id", &int64_value)) {
349 add_clock_frequency(node, cpulistp[x]);
351 add_compatible(node, cpulistp[x]);
356 ncaches = md_scan_dag(mdp, cpulistp[x],
364 ntlbs = md_scan_dag(mdp, cpulistp[x],
/illumos-gate/usr/src/uts/common/syscall/
H A Dpset.c179 processorid_t *cpulistp)
193 if (user_ncpus != 0 && cpulistp != NULL)
211 if (user_ncpus != 0 && cpulistp != NULL) {
213 if (copyout(pset_cpus, cpulistp,
178 pset_info(psetid_t pset, int *typep, uint_t *numcpusp, processorid_t *cpulistp) argument

Completed in 60 milliseconds