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

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/dimm/common/
H A Ddimm_sun4v.c173 static const nac_hc_t nac_mem_tbl[] = { variable
191 for (i = 0; i < sizeof (nac_mem_tbl) / sizeof (nac_hc_t); i++) {
192 if (sscanf(s, nac_mem_tbl[i].nh_sscan, inst) == 1)
193 return (nac_mem_tbl[i].nh_name);

Completed in 19 milliseconds