Searched refs:chipid (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_agent/i386/
H A Dfmd_agent_i386.c97 fmd_agent_cpuop_v1(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid, argument
105 (err = nvlist_add_int32(nvl, FM_CPU_RETIRE_CHIP_ID, chipid)) != 0 ||
125 fmd_agent_cpuop(fmd_agent_hdl_t *hdl, int cmd, int chipid, int coreid, argument
135 return (fmd_agent_cpuop_v1(hdl, cmd, chipid, coreid, strandid,
144 fmd_agent_cpu_retire(fmd_agent_hdl_t *hdl, int chipid, int coreid, int strandid) argument
148 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_RETIRE, chipid, coreid, strandid,
155 fmd_agent_cpu_isretired(fmd_agent_hdl_t *hdl, int chipid, int coreid, argument
160 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_STATUS, chipid, coreid, strandid,
168 fmd_agent_cpu_unretire(fmd_agent_hdl_t *hdl, int chipid, int coreid, argument
173 ret = fmd_agent_cpuop(hdl, FM_IOC_CPU_UNRETIRE, chipid, corei
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip.c464 int32_t chipid, procnodeid, procnodes_per_pkg; local
471 * /dev/fm will export the chipid based on SMBIOS' ordering
475 FM_PHYSCPU_INFO_CHIP_ID, DATA_TYPE_INT32, &chipid,
489 if (chipid < min || chipid > max)
511 if ((chip = topo_node_lookup(pnode, CHIP_NODE_NAME, chipid)) == NULL) {
513 chipid, smbios_id)) == NULL)
H A Dchip_label.c543 int32_t chipid; local
558 &chipid) != 0 || chipid >= 64) {
559 topo_mod_dprintf(mod, "lookup chipid failed\n");
563 if ((bitmap & (1 << chipid)) != 0) {
564 bitmap |= (1 << chipid);
H A Dchip_subr.c498 int32_t chipid, coreid, strandid; local
512 &chipid, &err) < 0 ||
519 rc = swdp->func(swdp->hdl, chipid, coreid, strandid);
543 op, (int)chipid, (int)coreid, (int)strandid, rc,

Completed in 34 milliseconds