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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dmem.c198 char *buf, *unum; local
208 if (nvlist_lookup_string(in, FM_FMRI_MEM_UNUM, &unum) != 0) {
215 * PA then use that. Otherwise just format the unum element.
227 * If we have a well-formed unum we step over the hc:// and
230 if (strncmp(unum, "hc://", 5) == 0) {
231 unum += 5;
232 unum = strchr(unum, '/');
233 ++unum;
235 escunum = unum;
289 char *unum = NULL; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_subr.c369 * the serial num from the unum fmri that got passed into this function as the
374 fmri_presence_state(topo_mod_t *mod, tnode_t *node, nvlist_t *unum, int *errp) argument
383 * fault, it will have been added as a string to the unum nvlist
385 if (nvlist_lookup_string(unum, FM_FMRI_HC_V1_FRU_SN, &old_serial) &&
386 nvlist_lookup_string(unum, FM_FMRI_HC_V0_SERIAL, &old_serial))
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem.c292 * dimm-pair. But we already have a full unum.
317 char *unum, **nvlserids; local
322 nvlist_lookup_string(in, FM_FMRI_MEM_UNUM, &unum) != 0)
490 mem_fmri_create(topo_mod_t *mod, char *unum, char *serial) argument
499 err |= nvlist_add_string(fmri, FM_FMRI_MEM_UNUM, unum);
514 const char *name, topo_instance_t i, char *unum, char *serial, void *priv)
519 fmri = mem_fmri_create(mod, unum, serial);
513 mem_tnode_create(topo_mod_t *mod, tnode_t *parent, const char *name, topo_instance_t i, char *unum, char *serial, void *priv) argument
H A Dmem_mdesc.c58 char *unum, *serial, *part; local
71 if (md_get_prop_str(mdp, listp[idx], "nac", &unum) < 0)
72 unum = "";
81 dm->dm_label = topo_mod_strdup(mod, unum);
264 char *unum, *serial, *part, *dash; local
306 unum = topo_mod_alloc(mod, ss);
307 (void) snprintf(unum, ss, "%s/%s", nac,
309 dm->dm_label = unum;
311 unum = nac;
312 dm->dm_label = topo_mod_strdup(mod, unum);
[all...]

Completed in 30 milliseconds