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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/dimm/
H A Ddimm_sun4v.c171 static const nac_hc_t nac_mem_tbl[] = { variable
189 for (i = 0; i < sizeof (nac_mem_tbl) / sizeof (nac_hc_t); i++) {
190 if (sscanf(s, nac_mem_tbl[i].nh_sscan, inst) == 1)
191 return (nac_mem_tbl[i].nh_name);

Completed in 44 milliseconds