Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c480 nvlist_t *diskprops = NULL; in topo_add_bay() local
639 (void) nvlist_alloc(&diskprops, NV_UNIQUE_NAME, 0); in topo_add_bay()
663 if (nvlist_add_string(diskprops, prop_name, prop_value) != 0) in topo_add_bay()
690 diskp = new_diskmon(dmap_nvl, indp, indrp, diskprops); in topo_add_bay()
716 if (diskprops) in topo_add_bay()
717 nvlist_free(diskprops); in topo_add_bay()