Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c303 char *lpart, *lrev, *lserial; in topo_mod_hcfmri() local
360 lserial = topo_cleanup_auth_str(mod->tm_hdl, serial); in topo_mod_hcfmri()
361 if (lserial != NULL) { in topo_mod_hcfmri()
363 lserial); in topo_mod_hcfmri()
364 topo_hdl_free(mod->tm_hdl, lserial, in topo_mod_hcfmri()
365 strlen(lserial) + 1); in topo_mod_hcfmri()
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c707 char **lserial = NULL; in get_serial_no() local
725 FM_FMRI_MEM_SERIAL_ID, &lserial, &nelem) == 0) { in get_serial_no()
726 nlp = alloc_name_list(lserial[0], pct); in get_serial_no()
729 n1lp = alloc_name_list(lserial[j], pct); in get_serial_no()