Searched refs:cores (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/ztest/
H A Dzloop.bash95 # Record info in cores logfile
96 echo "*** core @ $coredir/$coreid/core:" | /bin/tee -a ztest.cores
97 echo "$corestatus" | /bin/tee -a ztest.cores
98 echo "$corestack" | /bin/tee -a ztest.cores
99 echo "" | /bin/tee -a ztest.cores
147 or_die /bin/rm -f ztest.cores
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c145 drmach_cmp_t cores[OPL_MAX_COREID_PER_BOARD]; member in struct:__anon9887
497 /* we have already pruned all unwanted cores and cpu's above */
527 bp->cores[core_id].core_hotadded |= (1 << strand_id);
534 bp->cores[core_id].core_hotadded &= ~(1 << strand_id);
598 /* we have already pruned all unwanted cores and cpu's above */
614 p->bp->cores[core_id].core_present |= (1 << strand_id);
629 obj->cores[i].core_present = 0;
630 obj->cores[i].core_hotadded = 0;
631 obj->cores[i].core_started = 0;
638 obj->cores[
[all...]
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c19 * about processors, cores, and threads (virtual cpus). This is mostly
60 * A physical chip. A chip can contain multiple cores and virtual cpus.
106 static struct link *cores = NULL; variable in typeref:struct:link
257 chip->p_ncore, _("cores"),
577 core = find_link(&cores, vc->v_core_id, &ins);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c872 hwd_core_t *cores; local
876 cores = &chip->chip_cores[0];
881 if (!HWD_STATUS_OK(cores[i].core_status))
902 probe->pr_cpu_impl |= (1 << cores[i].core_implementation);
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c956 bfe_setup_config(bfe_t *bfe, uint32_t cores) argument
970 val |= cores;

Completed in 4958 milliseconds