Lines Matching defs:chipid
47 uint_t chipid; /* chipid to match during walk */
87 walk_init(fm_cmi_walk_t *wp, uint_t chipid, uint_t coreid, uint_t strandid,
90 wp->chipid = chipid;
116 if (wp->chipid != ANY_ID && wp->chipid != cmi_hdl_chipid(hdl))
163 * Multi-Chip-Module support should set the chipid
255 int32_t chipid, coreid, strandid;
274 if (nvlist_lookup_int32(invl, FM_CPU_RETIRE_CHIP_ID, &chipid) != 0 ||
279 hdl = cmi_hdl_lookup(CMI_HDL_NEUTRAL, chipid, coreid, strandid);