Searched defs:strandid (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c96 int strandid, int *old_status)
105 (err = nvlist_add_int32(nvl, FM_CPU_RETIRE_STRAND_ID, strandid))
124 int strandid, int *old_status)
133 return (fmd_agent_cpuop_v1(hdl, cmd, chipid, coreid, strandid,
142 fmd_agent_cpu_retire(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid) argument
146 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_RETIRE, chipid, coreid, strandid,
154 int strandid)
158 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_STATUS, chipid, coreid, strandid,
167 int strandid)
172 strandid, NUL
95 fmd_agent_cpuop_v1(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid, int strandid, int *old_status) argument
123 fmd_agent_cpuop(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid, int strandid, int *old_status) argument
153 fmd_agent_cpu_isretired(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid) argument
166 fmd_agent_cpu_unretire(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c49 uint_t strandid; /* strandid to match */ member in struct:fm_cmi_walk_t
87 walk_init(fm_cmi_walk_t *wp, uint_t chipid, uint_t coreid, uint_t strandid, argument
92 wp->strandid = strandid;
120 if (wp->strandid != ANY_ID && wp->strandid != cmi_hdl_strandid(hdl))
255 int32_t chipid, coreid, strandid; local
276 nvlist_lookup_int32(invl, FM_CPU_RETIRE_STRAND_ID, &strandid) != 0)
279 hdl = cmi_hdl_lookup(CMI_HDL_NEUTRAL, chipid, coreid, strandid);
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c200 int32_t strandid, cpuid; local
208 &strandid)) != 0) {
214 if ((strand = topo_node_lookup(pnode, STRAND_NODE_NAME, strandid))
221 strandid, chip_smbiosid)) == NULL)
H A Dchip_subr.c531 int32_t chipid, coreid, strandid; local
551 strandid = topo_node_instance(node);
552 rc = swdp->func(swdp->hdl, chipid, coreid, strandid);
576 op, (int)chipid, (int)coreid, (int)strandid, rc,
/illumos-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c93 int chipid, coreid, strandid; /* currently visited cpu */ member in struct:cmih_walk_state
100 * Advance the <chipid,coreid,strandid> tuple to the next strand entry
112 wsp->strandid >= CMI_MAX_STRANDID(wsp->strand_nbits))
116 wsp->strandid++;
117 carry = wsp->strandid >> wsp->strand_nbits;
118 wsp->strandid = wsp->strandid & CMI_MAX_STRANDID(wsp->strand_nbits);
147 ((wsp->strandid) & CMI_MAX_STRANDID(wsp->strand_nbits))));
440 * -c <chipid/coreid/strandid> we will lookup a matching handle.
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcmi.c446 uint_t strandid)
459 if ((hdl = cmi_hdl_create(class, chipid, coreid, strandid)) == NULL) {
463 chipid, coreid, strandid);
472 "core %d strand %d\n", chipid, coreid, strandid);
445 cmi_init(enum cmi_hdl_class class, uint_t chipid, uint_t coreid, uint_t strandid) argument
H A Dcmi_hw.c1144 uint_t strandid)
1153 xen_physcpu_strandid(cpi) == strandid)
1167 cmi_ntv_hwstrandid(cp) == strandid) {
1199 cmi_hdl_ent_lookup(uint_t chipid, uint_t coreid, uint_t strandid) argument
1222 ((strandid) & CMI_MAX_STRANDID(cmi_strand_nbits))));
1229 uint_t strandid)
1242 if ((priv = cpu_search(class, chipid, coreid, strandid)) == NULL)
1263 strandid > CMI_MAX_STRANDID(cmi_strand_nbits))
1272 hdl->cmih_strandid = strandid;
1293 ent = cmi_hdl_ent_lookup(chipid, coreid, strandid);
1143 cpu_search(enum cmi_hdl_class class, uint_t chipid, uint_t coreid, uint_t strandid) argument
1228 cmi_hdl_create(enum cmi_hdl_class class, uint_t chipid, uint_t coreid, uint_t strandid) argument
1487 cmi_hdl_lookup(enum cmi_hdl_class class, uint_t chipid, uint_t coreid, uint_t strandid) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c165 int strandid; member in struct:drmach_cpu
1861 cp->strandid = portid & 0x1;

Completed in 77 milliseconds