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

/illumos-gate/usr/src/uts/sun4u/starcat/os/
H A Dstarcat.c920 char **dimm_labels; local
965 "ecache-dimm-label", &dimm_labels, &numlabels)
975 cpuarg->jnum = kmem_alloc(strlen(dimm_labels[cpuarg->dimm]) + 1,
978 (void) strcpy(cpuarg->jnum, dimm_labels[cpuarg->dimm]);
986 ddi_prop_free((void *)dimm_labels);

Completed in 62 milliseconds