Home
last modified time | relevance | path

Searched refs:lserial (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c297 char *lpart, *lrev, *lserial; in topo_mod_hcfmri() local
354 lserial = topo_cleanup_auth_str(mod->tm_hdl, serial); in topo_mod_hcfmri()
355 if (lserial != NULL) { in topo_mod_hcfmri()
357 lserial); in topo_mod_hcfmri()
358 topo_hdl_free(mod->tm_hdl, lserial, in topo_mod_hcfmri()
359 strlen(lserial) + 1); in topo_mod_hcfmri()
/titanic_50/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c706 char **lserial = NULL; in get_serial_no() local
724 FM_FMRI_MEM_SERIAL_ID, &lserial, &nelem) == 0) { in get_serial_no()
725 nlp = alloc_name_list(lserial[0], pct); in get_serial_no()
728 n1lp = alloc_name_list(lserial[j], pct); in get_serial_no()