Searched refs:dm_label (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/dimm/ |
H A D | dimm_sun4v.c | 219 dp->dm_serid, fru, dp->dm_label, NULL); in create_one_dimm() 271 pfnext = slashorend(dp->dm_label, pflen); in mem_inst_create() 272 nodename = nac2hc((dp->dm_label) + pflen, &inst); in mem_inst_create() 276 } else if (*(d->dm_label + pfnext) == '\0') { /* this node has a fru */ in mem_inst_create() 281 dp->dm_serid, fru, dp->dm_label, NULL); in mem_inst_create() 289 strncmp(dp->dm_label, d->dm_label, pfnext) == 0) in mem_inst_create() 305 if (*(dp->dm_label + pflen) == '\0') in mem_range_create() 308 pfnext = slashorend(dp->dm_label, pflen); in mem_range_create() 309 nodename = nac2hc(dp->dm_label + pflen, &inst); in mem_range_create() 332 if (strncmp(dp->dm_label, d->dm_label, pfnext) == 0) in mem_range_create() [all …]
|
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 82 dm->dm_label = topo_mod_strdup(mod, unum); in mdesc_init_n1() 99 if (sscanf(d->dm_label, "MB/CMP0/CH%d/R%d/D%d", in mdesc_init_n1() 167 if (strncmp(s, d->dm_label, strlen(s)) == 0) { in mdesc_init_n1() 310 dm->dm_label = unum; in mdesc_init_n2() 313 dm->dm_label = topo_mod_strdup(mod, unum); in mdesc_init_n2() 323 (strcmp((*dp)->dm_label, in mdesc_init_n2() 324 dm->dm_label) > 0)) { in mdesc_init_n2() 489 topo_mod_strfree(mod, dm->dm_label); in mem_mdesc_fini()
|
H A D | mem_mdesc.h | 49 char *dm_label; /* The UNUM for this DIMM */ member
|
H A D | mem.c | 667 mp->dm_label, mp->dm_serid, NULL); in mem_create()
|
/titanic_41/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.h | 111 char *dm_label; /* The UNUM for this DIMM */ member
|
H A D | mem.c | 550 fmd_fmri_strfree(dm->dm_label); in fmd_fmri_fini()
|
/titanic_41/usr/src/cmd/fm/schemes/mem/sparc/ |
H A D | mem_disc.c | 279 dm->dm_label = fmd_fmri_strdup(label); in picl_frutree_parse() 411 if (strncmp(name, dm->dm_label, strlen(name)) == 0) in dm_lookup()
|