Searched refs:unum_nvl (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.c | 222 nvlist_t *unum_nvl; local 288 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) { 289 rc = topo_fmri_present(thp, unum_nvl, &err); 290 nvlist_free(unum_nvl); 322 nvlist_t *unum_nvl; local 389 if (topo_fmri_str2nvl(thp, unum, &unum_nvl, &err) == 0) { 390 rc = topo_fmri_replaced(thp, unum_nvl, &err); 391 nvlist_free(unum_nvl);
|
Completed in 45 milliseconds